PHP Classes

File: web/bundles/Raptor/css/msg.css

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/Raptor/css/msg.css   Download  
File: web/bundles/Raptor/css/msg.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 1,206 bytes
 

Contents

Class file image Download
/* Document : msg Created on : 19-oct-2014, 16:02:20 Author : Amed Description: Purpose of the stylesheet follows. */ .msg-raptor{ border: 1px solid #777; border-color: rgba(0,0,0,0.2); border-bottom-color: #333; border-bottom-color: rgba(0,0,0,0.4); color: #fff; -moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9); -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9); box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9); cursor: pointer; display: inline-block; font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif; padding: 2px; text-decoration: none; text-shadow: 0 1px 0 rgba(0,0,0,0.5); -moz-user-select: none; -webkit-user-select: none; user-select: none; position: relative; z-index: 100; -moz-border-radius: .3em; -webkit-border-radius: .3em; border-radius: .3em; background-color: #006cd4; } .raptor-anim{ background-image: url(../img/anim2.gif); background-size: 100% 100%; } .raptor-anim-ui{ background-image: url(../img/raptor-ui.gif); background-size: 100% 100%; }