PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Base/MVCUIHtmlHelper/MVCUIHtmlHelper.Web/Content/Site.css

#
CSS | 244 lines | 199 code | 28 blank | 17 comment | 0 complexity | 6c2039ae74fab24f2489d5faf4a9e8df 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. /* MISC
  166. ----------------------------------------------------------*/
  167. .clear
  168. {
  169. clear: both;
  170. }
  171. .error
  172. {
  173. color:Red;
  174. }
  175. #menucontainer
  176. {
  177. margin-top:40px;
  178. }
  179. #title
  180. {
  181. display:block;
  182. float:left;
  183. text-align:left;
  184. }
  185. #logindisplay
  186. {
  187. font-size:1.1em;
  188. display:block;
  189. text-align:right;
  190. margin:10px;
  191. color:White;
  192. }
  193. #logindisplay a:link
  194. {
  195. color: white;
  196. text-decoration: underline;
  197. }
  198. #logindisplay a:visited
  199. {
  200. color: white;
  201. text-decoration: underline;
  202. }
  203. .field-validation-error
  204. {
  205. color: #ff0000;
  206. }
  207. .input-validation-error
  208. {
  209. border: 1px solid #ff0000;
  210. background-color: #ffeeee;
  211. }
  212. .validation-summary-errors
  213. {
  214. font-weight: bold;
  215. color: #ff0000;
  216. }