Ei kuvausta

Site.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /* DEFAULTS
  2. ----------------------------------------------------------*/
  3. body
  4. {
  5. background: #b6b7bc;
  6. font-size: .80em;
  7. font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  8. margin: 0px;
  9. padding: 0px;
  10. color: #696969;
  11. }
  12. a:link, a:visited
  13. {
  14. color: #034af3;
  15. }
  16. a:hover
  17. {
  18. color: #1d60ff;
  19. text-decoration: none;
  20. }
  21. a:active
  22. {
  23. color: #034af3;
  24. }
  25. p
  26. {
  27. margin-bottom: 10px;
  28. line-height: 1.6em;
  29. }
  30. /* HEADINGS
  31. ----------------------------------------------------------*/
  32. h1, h2, h3, h4, h5, h6
  33. {
  34. font-size: 1.5em;
  35. color: #666666;
  36. font-variant: small-caps;
  37. text-transform: none;
  38. font-weight: 200;
  39. margin-bottom: 0px;
  40. }
  41. h1
  42. {
  43. font-size: 1.6em;
  44. padding-bottom: 0px;
  45. margin-bottom: 0px;
  46. }
  47. h2
  48. {
  49. font-size: 1.5em;
  50. font-weight: 600;
  51. }
  52. h3
  53. {
  54. font-size: 1.2em;
  55. }
  56. h4
  57. {
  58. font-size: 1.1em;
  59. }
  60. h5, h6
  61. {
  62. font-size: 1em;
  63. }
  64. /* this rule styles <h1> and <h2> tags that are the
  65. first child of the left and right table columns */
  66. .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
  67. {
  68. margin-top: 0px;
  69. }
  70. /* PRIMARY LAYOUT ELEMENTS
  71. ----------------------------------------------------------*/
  72. .page
  73. {
  74. width: 960px;
  75. background-color: #fff;
  76. margin: 20px auto 0px auto;
  77. border: 1px solid #496077;
  78. }
  79. .header
  80. {
  81. position: relative;
  82. margin: 0px;
  83. padding: 0px;
  84. background: #4b6c9e;
  85. width: 100%;
  86. }
  87. .header h1
  88. {
  89. font-weight: 700;
  90. margin: 0px;
  91. padding: 0px 0px 0px 20px;
  92. color: #f9f9f9;
  93. border: none;
  94. line-height: 2em;
  95. font-size: 2em;
  96. }
  97. .main
  98. {
  99. padding: 0px 12px;
  100. margin: 12px 8px 8px 8px;
  101. min-height: 420px;
  102. }
  103. .leftCol
  104. {
  105. padding: 6px 0px;
  106. margin: 12px 8px 8px 8px;
  107. width: 200px;
  108. min-height: 200px;
  109. }
  110. .footer
  111. {
  112. color: #4e5766;
  113. padding: 8px 0px 0px 0px;
  114. margin: 0px auto;
  115. text-align: center;
  116. line-height: normal;
  117. }
  118. /* TAB MENU
  119. ----------------------------------------------------------*/
  120. div.hideSkiplink
  121. {
  122. background-color:#3a4f63;
  123. width:100%;
  124. }
  125. div.menu
  126. {
  127. padding: 4px 0px 4px 8px;
  128. }
  129. div.menu ul
  130. {
  131. list-style: none;
  132. margin: 0px;
  133. padding: 0px;
  134. width: auto;
  135. }
  136. div.menu ul li a, div.menu ul li a:visited
  137. {
  138. background-color: #465c71;
  139. border: 1px #4e667d solid;
  140. color: #dde4ec;
  141. display: block;
  142. line-height: 1.35em;
  143. padding: 4px 20px;
  144. text-decoration: none;
  145. white-space: nowrap;
  146. }
  147. div.menu ul li a:hover
  148. {
  149. background-color: #bfcbd6;
  150. color: #465c71;
  151. text-decoration: none;
  152. }
  153. div.menu ul li a:active
  154. {
  155. background-color: #465c71;
  156. color: #cfdbe6;
  157. text-decoration: none;
  158. }
  159. /* FORM ELEMENTS
  160. ----------------------------------------------------------*/
  161. fieldset
  162. {
  163. margin: 1em 0px;
  164. padding: 1em;
  165. border: 1px solid #ccc;
  166. }
  167. fieldset p
  168. {
  169. margin: 2px 12px 10px 10px;
  170. }
  171. fieldset.login label, fieldset.register label, fieldset.changePassword label
  172. {
  173. display: block;
  174. }
  175. fieldset label.inline
  176. {
  177. display: inline;
  178. }
  179. legend
  180. {
  181. font-size: 1.1em;
  182. font-weight: 600;
  183. padding: 2px 4px 8px 4px;
  184. }
  185. input.textEntry
  186. {
  187. width: 320px;
  188. border: 1px solid #ccc;
  189. }
  190. input.passwordEntry
  191. {
  192. width: 320px;
  193. border: 1px solid #ccc;
  194. }
  195. div.accountInfo
  196. {
  197. width: 42%;
  198. }
  199. /* MISC
  200. ----------------------------------------------------------*/
  201. .clear
  202. {
  203. clear: both;
  204. }
  205. .title
  206. {
  207. display: block;
  208. float: left;
  209. text-align: left;
  210. width: auto;
  211. }
  212. .loginDisplay
  213. {
  214. font-size: 1.1em;
  215. display: block;
  216. text-align: right;
  217. padding: 10px;
  218. color: White;
  219. }
  220. .loginDisplay a:link
  221. {
  222. color: white;
  223. }
  224. .loginDisplay a:visited
  225. {
  226. color: white;
  227. }
  228. .loginDisplay a:hover
  229. {
  230. color: white;
  231. }
  232. .failureNotification
  233. {
  234. font-size: 1.2em;
  235. color: Red;
  236. }
  237. .bold
  238. {
  239. font-weight: bold;
  240. }
  241. .submitButton
  242. {
  243. text-align: right;
  244. padding-right: 10px;
  245. }