PageRenderTime 45ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Content/Site.css

#
CSS | 317 lines | 255 code | 41 blank | 21 comment | 0 complexity | 2cf218508fba1738bf154c95072bcf97 MD5 | raw file
  1. /*----------------------------------------------------------
  2. The base color for this template is #5c87b2. If you'd like
  3. to use a different color start by replacing all instances of
  4. #5c87b2 with your new color.
  5. ----------------------------------------------------------*/
  6. body
  7. {
  8. background-color: #5c87b2;
  9. font-size: .75em;
  10. font-family: Verdana, Helvetica, Sans-Serif;
  11. margin: 0;
  12. padding: 0;
  13. color: #696969;
  14. }
  15. a:link
  16. {
  17. color: #034af3;
  18. text-decoration: underline;
  19. }
  20. a:visited
  21. {
  22. color: #505abc;
  23. }
  24. a:hover
  25. {
  26. color: #1d60ff;
  27. text-decoration: none;
  28. }
  29. a:active
  30. {
  31. color: #12eb87;
  32. }
  33. p, ul
  34. {
  35. margin-bottom: 20px;
  36. line-height: 1.6em;
  37. }
  38. /* HEADINGS
  39. ----------------------------------------------------------*/
  40. h1, h2, h3, h4, h5, h6
  41. {
  42. font-size: 1.5em;
  43. color: #000;
  44. font-family: Arial, Helvetica, sans-serif;
  45. }
  46. h1
  47. {
  48. font-size: 2em;
  49. padding-bottom: 0;
  50. margin-bottom: 0;
  51. }
  52. h2
  53. {
  54. padding: 0 0 10px 0;
  55. }
  56. h3
  57. {
  58. font-size: 1.2em;
  59. }
  60. h4
  61. {
  62. font-size: 1.1em;
  63. }
  64. h5, h6
  65. {
  66. font-size: 1em;
  67. }
  68. /* this rule styles <h2> tags that are the
  69. first child of the left and right table columns */
  70. .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
  71. {
  72. margin-top: 0;
  73. }
  74. /* PRIMARY LAYOUT ELEMENTS
  75. ----------------------------------------------------------*/
  76. /* you can specify a greater or lesser percentage for the
  77. page width. Or, you can specify an exact pixel width. */
  78. .page
  79. {
  80. width: 90%;
  81. margin-left: auto;
  82. margin-right: auto;
  83. }
  84. #header
  85. {
  86. position: relative;
  87. margin-bottom: 0px;
  88. color: #000;
  89. padding: 0;
  90. }
  91. #header h1
  92. {
  93. font-weight: bold;
  94. padding: 5px 0;
  95. margin: 0;
  96. color: #fff;
  97. border: none;
  98. line-height: 2em;
  99. font-family: Arial, Helvetica, sans-serif;
  100. font-size: 32px !important;
  101. }
  102. #main
  103. {
  104. padding: 30px 30px 15px 30px;
  105. background-color: #fff;
  106. margin-bottom: 30px;
  107. _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
  108. }
  109. #footer
  110. {
  111. color: #999;
  112. padding: 10px 0;
  113. text-align: center;
  114. line-height: normal;
  115. margin: 0;
  116. font-size: .9em;
  117. }
  118. /* TAB MENU
  119. ----------------------------------------------------------*/
  120. ul#menu
  121. {
  122. border-bottom: 1px #5C87B2 solid;
  123. padding: 0 0 2px;
  124. position: relative;
  125. margin: 0;
  126. text-align: right;
  127. }
  128. ul#menu li
  129. {
  130. display: inline;
  131. list-style: none;
  132. }
  133. ul#menu li#greeting
  134. {
  135. padding: 10px 20px;
  136. font-weight: bold;
  137. text-decoration: none;
  138. line-height: 2.8em;
  139. color: #fff;
  140. }
  141. ul#menu li a
  142. {
  143. padding: 10px 20px;
  144. font-weight: bold;
  145. text-decoration: none;
  146. line-height: 2.8em;
  147. background-color: #e8eef4;
  148. color: #034af3;
  149. }
  150. ul#menu li a:hover
  151. {
  152. background-color: #fff;
  153. text-decoration: none;
  154. }
  155. ul#menu li a:active
  156. {
  157. background-color: #a6e2a6;
  158. text-decoration: none;
  159. }
  160. ul#menu li.selected a
  161. {
  162. background-color: #fff;
  163. color: #000;
  164. }
  165. /* FORM LAYOUT ELEMENTS
  166. ----------------------------------------------------------*/
  167. fieldset
  168. {
  169. margin: 1em 0;
  170. padding: 1em;
  171. border: 1px solid #CCC;
  172. }
  173. fieldset p
  174. {
  175. margin: 2px 12px 10px 10px;
  176. }
  177. fieldset label
  178. {
  179. display: block;
  180. }
  181. fieldset label.inline
  182. {
  183. display: inline;
  184. }
  185. legend
  186. {
  187. font-size: 1.1em;
  188. font-weight: 600;
  189. padding: 2px 4px 8px 4px;
  190. }
  191. input[type="text"]
  192. {
  193. width: 200px;
  194. border: 1px solid #CCC;
  195. }
  196. input[type="password"]
  197. {
  198. width: 200px;
  199. border: 1px solid #CCC;
  200. }
  201. /* TABLE
  202. ----------------------------------------------------------*/
  203. table
  204. {
  205. border: solid 1px #e8eef4;
  206. border-collapse: collapse;
  207. }
  208. table td
  209. {
  210. padding: 5px;
  211. border: solid 1px #e8eef4;
  212. }
  213. table th
  214. {
  215. padding: 6px 5px;
  216. text-align: left;
  217. background-color: #e8eef4;
  218. border: solid 1px #e8eef4;
  219. }
  220. /* MISC
  221. ----------------------------------------------------------*/
  222. .clear
  223. {
  224. clear: both;
  225. }
  226. .error
  227. {
  228. color:Red;
  229. }
  230. #menucontainer
  231. {
  232. margin-top:40px;
  233. }
  234. div#title
  235. {
  236. display:block;
  237. float:left;
  238. text-align:left;
  239. }
  240. #logindisplay
  241. {
  242. font-size:1.1em;
  243. display:block;
  244. text-align:right;
  245. margin:10px;
  246. color:White;
  247. }
  248. #logindisplay a:link
  249. {
  250. color: white;
  251. text-decoration: underline;
  252. }
  253. #logindisplay a:visited
  254. {
  255. color: white;
  256. text-decoration: underline;
  257. }
  258. #logindisplay a:hover
  259. {
  260. color: white;
  261. text-decoration: none;
  262. }
  263. .field-validation-error
  264. {
  265. color: #ff0000;
  266. }
  267. .input-validation-error
  268. {
  269. border: 1px solid #ff0000;
  270. background-color: #ffeeee;
  271. }
  272. .validation-summary-errors
  273. {
  274. font-weight: bold;
  275. color: #ff0000;
  276. }