PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/src/MM.Web/Content/Site.css

#
CSS | 344 lines | 274 code | 45 blank | 25 comment | 0 complexity | b37495d08ed5804016b206cdba8a9986 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 underscore */
  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. legend
  178. {
  179. font-size: 1.1em;
  180. font-weight: 600;
  181. padding: 2px 4px 8px 4px;
  182. }
  183. input[type="text"]
  184. {
  185. width: 200px;
  186. border: 1px solid #CCC;
  187. }
  188. input[type="password"]
  189. {
  190. width: 200px;
  191. border: 1px solid #CCC;
  192. }
  193. /* TABLE
  194. ----------------------------------------------------------*/
  195. table
  196. {
  197. border: solid 1px #e8eef4;
  198. border-collapse: collapse;
  199. }
  200. table td
  201. {
  202. padding: 5px;
  203. border: solid 1px #e8eef4;
  204. }
  205. table th
  206. {
  207. padding: 6px 5px;
  208. text-align: left;
  209. background-color: #e8eef4;
  210. border: solid 1px #e8eef4;
  211. }
  212. /* MISC
  213. ----------------------------------------------------------*/
  214. .clear
  215. {
  216. clear: both;
  217. }
  218. .error
  219. {
  220. color:Red;
  221. }
  222. #menucontainer
  223. {
  224. margin-top:40px;
  225. }
  226. div#title
  227. {
  228. display:block;
  229. float:left;
  230. text-align:left;
  231. }
  232. #logindisplay
  233. {
  234. font-size:1.1em;
  235. display:block;
  236. text-align:right;
  237. margin:10px;
  238. color:White;
  239. }
  240. #logindisplay a:link
  241. {
  242. color: white;
  243. text-decoration: underline;
  244. }
  245. #logindisplay a:visited
  246. {
  247. color: white;
  248. text-decoration: underline;
  249. }
  250. #logindisplay a:hover
  251. {
  252. color: white;
  253. text-decoration: none;
  254. }
  255. /* Styles for validation helpers
  256. -----------------------------------------------------------*/
  257. .field-validation-error
  258. {
  259. color: #ff0000;
  260. }
  261. .field-validation-valid
  262. {
  263. display: none;
  264. }
  265. .input-validation-error
  266. {
  267. border: 1px solid #ff0000;
  268. background-color: #ffeeee;
  269. }
  270. .validation-summary-errors
  271. {
  272. font-weight: bold;
  273. color: #ff0000;
  274. }
  275. .validation-summary-valid
  276. {
  277. display: none;
  278. }
  279. /* Styles for editor and display helpers
  280. ----------------------------------------------------------*/
  281. .display-label,
  282. .editor-label,
  283. .display-field,
  284. .editor-field
  285. {
  286. margin: 0.5em 0;
  287. }
  288. .text-box
  289. {
  290. width: 30em;
  291. }
  292. .text-box.multi-line
  293. {
  294. height: 6.5em;
  295. }
  296. .tri-state
  297. {
  298. width: 6em;
  299. }