Guest User

Untitled

a guest
Jan 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. p.error
  2. {
  3. border:none;
  4. color:green;
  5. display:block;
  6. font-family: Calibri;
  7. font-size:12px;
  8. font-weight:700;
  9. line-height:150%;
  10. padding:0 0 1px;
  11. }
  12.  
  13. span.statusFailed
  14. {
  15. color:red;
  16. font-family: Calibri;
  17. font-size:14px;
  18. font-weight:700;
  19. line-height:150%;
  20.  
  21. }
  22.  
  23. * {
  24. padding:0px;
  25. margin:0px;
  26. }
  27. body
  28. {
  29. background:#ffffff;
  30. font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  31. font-size:small;
  32. margin:8px 0 16px;
  33. margin: 0;
  34. padding:0;
  35.  
  36. }
  37.  
  38. #nav
  39. {
  40. background-color:#ccc;
  41. height:19px;
  42. width:1024px;
  43. font-family:Calibri;
  44. }
  45.  
  46. #nav ul {
  47. list-style-type: none;
  48. }
  49.  
  50. #nav li {
  51. float: left; position: relative;
  52. }
  53.  
  54. #nav li a {
  55. padding-right: 20px;
  56. padding-left: 15px;
  57. display: block;
  58. line-height: 20px;
  59. text-decoration: none;
  60. font-family: Calibri;
  61. font-size: 15px;
  62. color: #371C1C;
  63. }
  64.  
  65. #nav a:hover,
  66. #nav a:focus {
  67. text-decoration:none;
  68. }
  69.  
  70. h2.form_desicription
  71. {
  72. clear:left;
  73. font-family: Calibri;
  74. font-size: 18px;
  75. color: #371C1C;
  76.  
  77. }
  78.  
  79.  
  80. input.text
  81. {
  82. background:#fff url(../../../images/shadow.gif) repeat-x top;
  83. border-bottom:1px solid #ddd;
  84. border-left:1px solid #c3c3c3;
  85. border-right:1px solid #c3c3c3;
  86. border-top:1px solid #7c7c7c;
  87. color:#333;
  88. font-family: Calibri;
  89. font-size:15px;
  90. font-weight:700;
  91. line-height:normal;
  92. padding:2px 0;
  93. }
  94.  
  95. input.radio
  96. {
  97. color:#333;
  98. font-family: Calibri;
  99. font-size:15px;
  100. font-weight:700;
  101. line-height:normal;
  102. padding:2px 0;
  103. }
  104. input.checkbox
  105. {
  106. color:#333;
  107. font-family: Calibri;
  108. font-size:15px;
  109. font-weight:700;
  110. line-height:normal;
  111. padding:2px 0;
  112. }
  113.  
  114. label.description
  115. {
  116. border:none;
  117. color:#222;
  118. display:block;
  119. font-family: Calibri;
  120. font-size:15px;
  121. font-weight:700;
  122. line-height:150%;
  123. padding:0 0 1px;
  124. }
  125.  
  126. label.list
  127. {
  128. border:none;
  129. color:#222;
  130. font-family: Calibri;
  131. font-size:15px;
  132. font-weight:700;
  133. line-height:150%;
  134. padding:0 0 1px;
  135. }
  136.  
  137. input.file
  138. {
  139. color:#333;
  140. font-family: Calibri;
  141. font-size:13px;
  142. font-weight:700;
  143. line-height:150%;
  144. margin:0;
  145. padding:2px 0;
  146. }
  147.  
  148. select.select
  149. {
  150. color:#333;
  151. font-family: Calibri;
  152. font-size:15px;
  153. font-weight:700;
  154. line-height:normal;
  155. padding:2px 0;
  156. }
  157.  
  158. textarea.textarea
  159. {
  160. color:#333;
  161. font-family: Calibri;
  162. font-size:15px;
  163. font-weight:700;
  164. margin:1px 0;
  165. padding:1px 0 0;
  166. border-bottom:1px solid #ddd;
  167. border-left:1px solid #c3c3c3;
  168. border-right:1px solid #c3c3c3;
  169. border-top:1px solid #7c7c7c;
  170. }
  171.  
  172. input.button_text
  173. {
  174. overflow:visible;
  175. padding:0 7px;
  176. width:auto;
  177. }
  178.  
  179. .buttons input
  180. {
  181. font-family: Calibri;
  182. font-size:13px;
  183. font-weight:700;
  184. margin-right:5px;
  185. }
  186.  
  187. span.required
  188. {
  189. border:none;
  190. color:red;
  191. display:block;
  192. font-family: Calibri;
  193. font-size:15px;
  194. font-weight:700;
  195. line-height:150%;
  196. padding:0 0 1px;
  197. }
  198.  
  199. #gridHeader
  200. {
  201. background-color:#ccc;
  202. font-size:12px;
  203. font-color:#ffffff;
  204. font-family:Calibri;
  205. }
  206.  
  207. #gridRow
  208. {
  209. background-color:#EFEEEE;
  210. font-size:12px;
  211. font-family:Calibri;
  212. }
  213. #gridRow10
  214. {
  215. background-color:#EFEEEE;
  216. font-size:8px;
  217. font-family:Calibri;
  218. }
  219.  
  220. p.error
  221. {
  222. border:none;
  223. color:green;
  224. display:block;
  225. font-family: Calibri;
  226. font-size:12px;
  227. font-weight:700;
  228. line-height:150%;
  229. padding:0 0 1px;
  230. }
  231. span.clearSearch
  232. {
  233. font-family: Calibri;
  234. font-size:12px;
  235. font-weight:700;
  236. line-height:150%;
  237. }
  238. span.statusOk
  239. {
  240. color: blue;
  241. font-family: Calibri;
  242. font-size:14px;
  243. font-weight:700;
  244. line-height:150%;
  245.  
  246. }
  247. span.statusFailed
  248. {
  249. color:red;
  250. font-family: Calibri;
  251. font-size:14px;
  252. font-weight:700;
  253. line-height:150%;
  254.  
  255. }
  256.  
  257. .show
  258. {
  259. display: block;
  260. visibility: visible;
  261. }
  262. .hide
  263. { display: none;
  264. visibility: hidden;
  265. }
  266.  
  267. <p class="statusFailed someOtherClass">Words</p>
  268.  
  269. p{
  270.  
  271. color:red;
  272. /* etc... */
  273.  
  274. }
  275.  
  276. p.statusFailed {
  277. color: red !important;
  278. /**
  279. * the rest of your css
  280. */
  281. }
Add Comment
Please, Sign In to add comment