Site.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  1. html {
  2. background-color: #e2e2e2;
  3. margin: 0;
  4. padding: 0;
  5. overflow: hidden;
  6. -ms-content-zooming: none;
  7. }
  8. body {
  9. background-color: #fff;
  10. border-top: solid 10px #000;
  11. color: #333;
  12. font-size: .85em;
  13. font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  14. margin: 0;
  15. padding: 0;
  16. }
  17. a {
  18. color: #333;
  19. outline: none;
  20. padding-left: 3px;
  21. padding-right: 3px;
  22. text-decoration: underline;
  23. }
  24. a:link, a:visited,
  25. a:active, a:hover {
  26. color: #333;
  27. }
  28. a:hover {
  29. background-color: #c7d1d6;
  30. }
  31. header, footer, hgroup,
  32. nav, section {
  33. display: block;
  34. }
  35. mark {
  36. background-color: #a6dbed;
  37. padding-left: 5px;
  38. padding-right: 5px;
  39. }
  40. .float-left {
  41. float: left;
  42. }
  43. .float-right {
  44. float: right;
  45. }
  46. .clear-fix:after {
  47. content: ".";
  48. clear: both;
  49. display: block;
  50. height: 0;
  51. visibility: hidden;
  52. }
  53. h1, h2, h3,
  54. h4, h5, h6 {
  55. color: #000;
  56. margin-bottom: 0;
  57. padding-bottom: 0;
  58. }
  59. h1 {
  60. font-size: 2em;
  61. }
  62. h2 {
  63. font-size: 1.75em;
  64. }
  65. h3 {
  66. font-size: 1.2em;
  67. }
  68. h4 {
  69. font-size: 1.1em;
  70. }
  71. h5, h6 {
  72. font-size: 1em;
  73. }
  74. h5 a:link, h5 a:visited, h5 a:active {
  75. padding: 0;
  76. text-decoration: none;
  77. }
  78. /* main layout
  79. ----------------------------------------------------------*/
  80. .content-wrapper {
  81. margin: 0 auto;
  82. max-width: 960px;
  83. }
  84. #body {
  85. background-color: #efeeef;
  86. clear: both;
  87. padding-bottom: 35px;
  88. }
  89. .main-content {
  90. background: url("../Images/accent.png") no-repeat;
  91. padding-left: 10px;
  92. padding-top: 30px;
  93. }
  94. .featured + .main-content {
  95. background: url("../Images/heroAccent.png") no-repeat;
  96. }
  97. header .content-wrapper {
  98. padding-top: 20px;
  99. }
  100. footer {
  101. clear: both;
  102. background-color: #e2e2e2;
  103. font-size: .8em;
  104. height: 100px;
  105. }
  106. /* site title
  107. ----------------------------------------------------------*/
  108. .site-title {
  109. color: #c8c8c8;
  110. font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  111. font-size: 2.3em;
  112. margin: 0;
  113. }
  114. .site-title a, .site-title a:hover, .site-title a:active {
  115. background: none;
  116. color: #c8c8c8;
  117. outline: none;
  118. text-decoration: none;
  119. }
  120. /* login
  121. ----------------------------------------------------------*/
  122. #login {
  123. display: block;
  124. font-size: .85em;
  125. margin: 0 0 10px;
  126. text-align: right;
  127. }
  128. #login a {
  129. background-color: #d3dce0;
  130. margin-left: 10px;
  131. margin-right: 3px;
  132. padding: 2px 3px;
  133. text-decoration: none;
  134. }
  135. #login a.username {
  136. background: none;
  137. margin: 0;
  138. padding: 0;
  139. text-decoration: underline;
  140. }
  141. #login ul {
  142. margin: 0;
  143. }
  144. #login li {
  145. display: inline;
  146. list-style: none;
  147. }
  148. /* menu
  149. ----------------------------------------------------------*/
  150. ul#menu {
  151. font-size: 1.3em;
  152. font-weight: 600;
  153. margin: 0 0 5px;
  154. padding: 0;
  155. text-align: right;
  156. }
  157. ul#menu li {
  158. display: inline;
  159. list-style: none;
  160. padding-left: 15px;
  161. }
  162. ul#menu li a {
  163. background: none;
  164. color: #999;
  165. text-decoration: none;
  166. }
  167. ul#menu li a:hover {
  168. color: #333;
  169. text-decoration: none;
  170. }
  171. /* page elements
  172. ----------------------------------------------------------*/
  173. /* featured */
  174. .featured {
  175. background-color: #fff;
  176. }
  177. .featured .content-wrapper {
  178. background-color: #7ac0da;
  179. background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  180. background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  181. background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
  182. background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  183. background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  184. color: #3e5667;
  185. padding: 20px 40px 30px 40px;
  186. }
  187. .featured hgroup.title h1, .featured hgroup.title h2 {
  188. color: #fff;
  189. }
  190. .featured p {
  191. font-size: 1.1em;
  192. }
  193. /* page titles */
  194. hgroup.title {
  195. margin-bottom: 10px;
  196. }
  197. hgroup.title h1, hgroup.title h2 {
  198. display: inline;
  199. }
  200. hgroup.title h2 {
  201. font-weight: normal;
  202. margin-left: 3px;
  203. }
  204. /* features */
  205. section.feature {
  206. width: 300px;
  207. float: left;
  208. padding: 10px;
  209. }
  210. /* ordered list */
  211. ol.round {
  212. list-style-type: none;
  213. padding-left: 0;
  214. }
  215. ol.round li {
  216. margin: 25px 0;
  217. padding-left: 45px;
  218. }
  219. ol.round li.zero {
  220. background: url("../Images/orderedList0.png") no-repeat;
  221. }
  222. ol.round li.one {
  223. background: url("../Images/orderedList1.png") no-repeat;
  224. }
  225. ol.round li.two {
  226. background: url("../Images/orderedList2.png") no-repeat;
  227. }
  228. ol.round li.three {
  229. background: url("../Images/orderedList3.png") no-repeat;
  230. }
  231. ol.round li.four {
  232. background: url("../Images/orderedList4.png") no-repeat;
  233. }
  234. ol.round li.five {
  235. background: url("../Images/orderedList5.png") no-repeat;
  236. }
  237. ol.round li.six {
  238. background: url("../Images/orderedList6.png") no-repeat;
  239. }
  240. ol.round li.seven {
  241. background: url("../Images/orderedList7.png") no-repeat;
  242. }
  243. ol.round li.eight {
  244. background: url("../Images/orderedList8.png") no-repeat;
  245. }
  246. ol.round li.nine {
  247. background: url("../Images/orderedList9.png") no-repeat;
  248. }
  249. /* content */
  250. article {
  251. float: left;
  252. width: 70%;
  253. }
  254. aside {
  255. float: right;
  256. width: 25%;
  257. }
  258. aside ul {
  259. list-style: none;
  260. padding: 0;
  261. }
  262. aside ul li {
  263. background: url("../Images/bullet.png") no-repeat 0 50%;
  264. padding: 2px 0 2px 20px;
  265. }
  266. .label {
  267. font-weight: 700;
  268. }
  269. /* login page */
  270. #loginForm {
  271. border-right: solid 2px #c8c8c8;
  272. float: left;
  273. width: 55%;
  274. }
  275. #loginForm .validation-error {
  276. display: block;
  277. margin-left: 15px;
  278. }
  279. #loginForm .validation-summary-errors ul {
  280. margin: 0;
  281. padding: 0;
  282. }
  283. #loginForm .validation-summary-errors li {
  284. display: inline;
  285. list-style: none;
  286. margin: 0;
  287. }
  288. #loginForm input {
  289. width: 250px;
  290. }
  291. #loginForm input[type="checkbox"],
  292. #loginForm input[type="submit"],
  293. #loginForm input[type="button"],
  294. #loginForm button {
  295. width: auto;
  296. }
  297. #socialLoginForm {
  298. margin-left: 40px;
  299. float: left;
  300. width: 40%;
  301. }
  302. #socialLoginForm h2 {
  303. margin-bottom: 5px;
  304. }
  305. #socialLoginList button {
  306. margin-bottom: 12px;
  307. }
  308. #logoutForm {
  309. display: inline;
  310. }
  311. /* contact */
  312. .contact h3 {
  313. font-size: 1.2em;
  314. }
  315. .contact p {
  316. margin: 5px 0 0 10px;
  317. }
  318. .contact iframe {
  319. border: 1px solid #333;
  320. margin: 5px 0 0 10px;
  321. }
  322. /* forms */
  323. fieldset {
  324. border: none;
  325. margin: 0;
  326. padding: 0;
  327. }
  328. fieldset legend {
  329. display: none;
  330. }
  331. fieldset ol {
  332. padding: 0;
  333. list-style: none;
  334. }
  335. fieldset ol li {
  336. padding-bottom: 5px;
  337. }
  338. label {
  339. display: block;
  340. font-size: 1.2em;
  341. font-weight: 600;
  342. }
  343. label.checkbox {
  344. display: inline;
  345. }
  346. input, textarea {
  347. border: 1px solid #e2e2e2;
  348. background: #fff;
  349. color: #333;
  350. font-size: 1.2em;
  351. margin: 5px 0 6px 0;
  352. padding: 5px;
  353. width: 300px;
  354. }
  355. textarea {
  356. font-family: inherit;
  357. width: 500px;
  358. }
  359. input:focus, textarea:focus {
  360. border: 1px solid #7ac0da;
  361. }
  362. input[type="checkbox"] {
  363. background: transparent;
  364. border: inherit;
  365. width: auto;
  366. }
  367. input[type="submit"],
  368. input[type="button"],
  369. button {
  370. background-color: #d3dce0;
  371. border: 1px solid #787878;
  372. cursor: pointer;
  373. font-size: 1.2em;
  374. font-weight: 600;
  375. padding: 7px;
  376. margin-right: 8px;
  377. width: auto;
  378. }
  379. td input[type="submit"],
  380. td input[type="button"],
  381. td button {
  382. font-size: 1em;
  383. padding: 4px;
  384. margin-right: 4px;
  385. }
  386. /* info and errors */
  387. .message-info {
  388. border: 1px solid;
  389. clear: both;
  390. padding: 10px 20px;
  391. }
  392. .message-error {
  393. clear: both;
  394. color: #e80c4d;
  395. font-size: 1.1em;
  396. font-weight: bold;
  397. margin: 20px 0 10px 0;
  398. }
  399. .message-success {
  400. color: #7ac0da;
  401. font-size: 1.3em;
  402. font-weight: bold;
  403. margin: 20px 0 10px 0;
  404. }
  405. .error {
  406. color: #e80c4d;
  407. }
  408. /* styles for validation helpers */
  409. .field-validation-error {
  410. color: #e80c4d;
  411. font-weight: bold;
  412. }
  413. .field-validation-valid {
  414. display: none;
  415. }
  416. input.input-validation-error {
  417. border: 1px solid #e80c4d;
  418. }
  419. input[type="checkbox"].input-validation-error {
  420. border: 0 none;
  421. }
  422. .validation-summary-errors {
  423. color: #e80c4d;
  424. font-weight: bold;
  425. font-size: 1.1em;
  426. }
  427. .validation-summary-valid {
  428. display: none;
  429. }
  430. /* tables
  431. ----------------------------------------------------------*/
  432. table {
  433. border-collapse: collapse;
  434. border-spacing: 0;
  435. margin-top: 0.75em;
  436. border: 0 none;
  437. }
  438. th {
  439. font-size: 1.2em;
  440. text-align: left;
  441. border: none 0px;
  442. padding-left: 0;
  443. }
  444. th a {
  445. display: block;
  446. position: relative;
  447. }
  448. th a:link, th a:visited, th a:active, th a:hover {
  449. color: #333;
  450. font-weight: 600;
  451. text-decoration: none;
  452. padding: 0;
  453. }
  454. th a:hover {
  455. color: #000;
  456. }
  457. th.asc a, th.desc a {
  458. margin-right: .75em;
  459. }
  460. th.asc a:after, th.desc a:after {
  461. display: block;
  462. position: absolute;
  463. right: 0em;
  464. top: 0;
  465. font-size: 0.75em;
  466. }
  467. th.asc a:after {
  468. content: '▲';
  469. }
  470. th.desc a:after {
  471. content: '▼';
  472. }
  473. td {
  474. padding: 0.25em 2em 0.25em 0em;
  475. border: 0 none;
  476. }
  477. tr.pager td {
  478. padding: 0 0.25em 0 0;
  479. }
  480. /********************
  481. * Mobile Styles *
  482. ********************/
  483. @media only screen and (max-width: 850px) {
  484. /* header
  485. ----------------------------------------------------------*/
  486. header .float-left,
  487. header .float-right {
  488. float: none;
  489. }
  490. /* logo */
  491. header .site-title {
  492. margin: 10px;
  493. text-align: center;
  494. }
  495. /* login */
  496. #login {
  497. font-size: .85em;
  498. margin: 0 0 12px;
  499. text-align: center;
  500. }
  501. #login ul {
  502. margin: 5px 0;
  503. padding: 0;
  504. }
  505. #login li {
  506. display: inline;
  507. list-style: none;
  508. margin: 0;
  509. padding: 0;
  510. }
  511. #login a {
  512. background: none;
  513. color: #999;
  514. font-weight: 600;
  515. margin: 2px;
  516. padding: 0;
  517. }
  518. #login a:hover {
  519. color: #333;
  520. }
  521. /* menu */
  522. nav {
  523. margin-bottom: 5px;
  524. }
  525. ul#menu {
  526. margin: 0;
  527. padding: 0;
  528. text-align: center;
  529. }
  530. ul#menu li {
  531. margin: 0;
  532. padding: 0;
  533. }
  534. /* main layout
  535. ----------------------------------------------------------*/
  536. .main-content,
  537. .featured + .main-content {
  538. background-position: 10px 0;
  539. }
  540. .content-wrapper {
  541. padding-right: 10px;
  542. padding-left: 10px;
  543. }
  544. .featured .content-wrapper {
  545. padding: 10px;
  546. }
  547. /* page content */
  548. article, aside {
  549. float: none;
  550. width: 100%;
  551. }
  552. /* ordered list */
  553. ol.round {
  554. list-style-type: none;
  555. padding-left: 0;
  556. }
  557. ol.round li {
  558. padding-left: 10px;
  559. margin: 25px 0;
  560. }
  561. ol.round li.zero,
  562. ol.round li.one,
  563. ol.round li.two,
  564. ol.round li.three,
  565. ol.round li.four,
  566. ol.round li.five,
  567. ol.round li.six,
  568. ol.round li.seven,
  569. ol.round li.eight,
  570. ol.round li.nine {
  571. background: none;
  572. }
  573. /* features */
  574. section.feature {
  575. float: none;
  576. padding: 10px;
  577. width: auto;
  578. }
  579. section.feature img {
  580. color: #999;
  581. content: attr(alt);
  582. font-size: 1.5em;
  583. font-weight: 600;
  584. }
  585. /* forms */
  586. input {
  587. width: 90%;
  588. }
  589. /* login page */
  590. #loginForm {
  591. border-right: none;
  592. float: none;
  593. width: auto;
  594. }
  595. #loginForm .validation-error {
  596. display: block;
  597. margin-left: 15px;
  598. }
  599. #socialLoginForm {
  600. margin-left: 0;
  601. float: none;
  602. width: auto;
  603. }
  604. /* footer
  605. ----------------------------------------------------------*/
  606. footer .float-left,
  607. footer .float-right {
  608. float: none;
  609. }
  610. footer {
  611. text-align: center;
  612. height: auto;
  613. padding: 10px 0;
  614. }
  615. footer p {
  616. margin: 0;
  617. }
  618. }