screen.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700|Vollkorn);
  6. /* line 5, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  7. html, body, div, span, applet, object, iframe,
  8. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  9. a, abbr, acronym, address, big, cite, code,
  10. del, dfn, em, img, ins, kbd, q, s, samp,
  11. small, strike, strong, sub, sup, tt, var,
  12. b, u, i, center,
  13. dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend,
  15. table, caption, tbody, tfoot, thead, tr, th, td,
  16. article, aside, canvas, details, embed,
  17. figure, figcaption, footer, header, hgroup,
  18. menu, nav, output, ruby, section, summary,
  19. time, mark, audio, video {
  20. margin: 0;
  21. padding: 0;
  22. border: 0;
  23. font: inherit;
  24. font-size: 100%;
  25. vertical-align: baseline;
  26. }
  27. /* line 22, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  28. html {
  29. line-height: 1;
  30. }
  31. /* line 24, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  32. ol, ul {
  33. list-style: none;
  34. }
  35. /* line 26, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  36. table {
  37. border-collapse: collapse;
  38. border-spacing: 0;
  39. }
  40. /* line 28, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  41. caption, th, td {
  42. text-align: left;
  43. font-weight: normal;
  44. vertical-align: middle;
  45. }
  46. /* line 30, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  47. q, blockquote {
  48. quotes: none;
  49. }
  50. /* line 103, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  51. q:before, q:after, blockquote:before, blockquote:after {
  52. content: "";
  53. content: none;
  54. }
  55. /* line 32, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  56. a img {
  57. border: none;
  58. }
  59. /* line 116, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  60. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  61. display: block;
  62. }
  63. /**
  64. * Colors for the project.
  65. */
  66. /* line 12, sass/screen.scss */
  67. * {
  68. -moz-box-sizing: border-box;
  69. -webkit-box-sizing: border-box;
  70. box-sizing: border-box;
  71. }
  72. /* line 21, sass/screen.scss */
  73. body {
  74. background-color: #111;
  75. color: #ccc;
  76. font-family: "Noto Sans", Verdana, sans-serif;
  77. }
  78. /* line 27, sass/screen.scss */
  79. #flex {
  80. display: flex;
  81. align-content: space-between;
  82. }
  83. /* line 32, sass/screen.scss */
  84. .grid {
  85. margin: 20px 0 20px 20px;
  86. }
  87. /* line 35, sass/screen.scss */
  88. .grid:after {
  89. content: '';
  90. display: table;
  91. clear: both;
  92. }
  93. /* line 42, sass/screen.scss */
  94. [class*='col-'] {
  95. float: left;
  96. padding-right: 20px;
  97. }
  98. /* line 47, sass/screen.scss */
  99. .col-twelfth {
  100. width: 8.33%;
  101. }
  102. /* line 48, sass/screen.scss */
  103. .col-sixth {
  104. width: 16.66%;
  105. }
  106. /* line 49, sass/screen.scss */
  107. .col-quarter {
  108. width: 25%;
  109. }
  110. /* line 50, sass/screen.scss */
  111. .col-third {
  112. width: 33.33%;
  113. }
  114. /* line 51, sass/screen.scss */
  115. .col-fivetwelfth {
  116. width: 41.66%;
  117. }
  118. /* line 52, sass/screen.scss */
  119. .col-half {
  120. width: 50%;
  121. }
  122. /* line 53, sass/screen.scss */
  123. .col-seventwelfth {
  124. width: 58.33%;
  125. }
  126. /* line 54, sass/screen.scss */
  127. .col-twothird {
  128. width: 66.66%;
  129. }
  130. /* line 55, sass/screen.scss */
  131. .col-threequarter {
  132. width: 75%;
  133. }
  134. /* line 56, sass/screen.scss */
  135. .col-fivesixth {
  136. width: 83.33%;
  137. }
  138. /* line 57, sass/screen.scss */
  139. .col-eleventwelfth {
  140. width: 91.66%;
  141. }
  142. /* line 58, sass/screen.scss */
  143. .col-full {
  144. width: 100%;
  145. }
  146. /* line 61, sass/screen.scss */
  147. #sidebar {
  148. margin-left: 20px;
  149. width: 200px;
  150. flex-grow: 0;
  151. flex-shrink: 0;
  152. }
  153. /* line 68, sass/screen.scss */
  154. #sidebar-right {
  155. width: 200px;
  156. }
  157. /* line 1, sass/_content.scss */
  158. #content {
  159. line-height: 15pt;
  160. font-size: 11pt;
  161. }
  162. /* line 5, sass/_content.scss */
  163. #content p {
  164. margin-top: 10px;
  165. margin-bottom: 10px;
  166. }
  167. /* line 10, sass/_content.scss */
  168. #content ul, #content ol {
  169. list-style: disc outside;
  170. padding-left: 20px;
  171. }
  172. /* line 1, sass/_box.scss */
  173. .box {
  174. margin-bottom: 20px;
  175. }
  176. /* line 4, sass/_box.scss */
  177. .box .title {
  178. padding-left: 5px;
  179. padding-right: 5px;
  180. border-bottom: 30px solid silver;
  181. border-right: 20px solid transparent;
  182. display: inline-block;
  183. height: 0;
  184. line-height: 32px;
  185. font-family: Vollkorn, serif;
  186. font-variant: small-caps;
  187. text-shadow: 1px 1px 2px #111;
  188. color: #111;
  189. }
  190. /* line 20, sass/_box.scss */
  191. .box .body {
  192. border-top: 2px solid silver;
  193. border-bottom: 1px solid silver;
  194. background-color: #333;
  195. }
  196. /* line 26, sass/_box.scss */
  197. .box p {
  198. padding: 5px;
  199. margin: 0 !important;
  200. }
  201. /* line 32, sass/_box.scss */
  202. .box-left {
  203. float: left;
  204. }
  205. /* line 36, sass/_box.scss */
  206. .box-center {
  207. text-align: center;
  208. margin: 0 auto 20px auto;
  209. float: none;
  210. }
  211. /* line 41, sass/_box.scss */
  212. .box-center .title {
  213. border-bottom: 30px solid silver;
  214. border-right: 20px solid transparent;
  215. border-left: 20px solid transparent;
  216. }
  217. /* line 47, sass/_box.scss */
  218. .box-center .body {
  219. text-align: left;
  220. }
  221. /* line 52, sass/_box.scss */
  222. .box-right {
  223. float: right;
  224. text-align: right;
  225. }
  226. /* line 56, sass/_box.scss */
  227. .box-right .title {
  228. border-bottom: 30px solid silver;
  229. border-left: 20px solid transparent;
  230. border-right: none;
  231. }
  232. /* line 62, sass/_box.scss */
  233. .box-right .body {
  234. text-align: left;
  235. }
  236. /* line 75, sass/screen.scss */
  237. #title-bar {
  238. margin: 20px;
  239. background: radial-gradient(rgba(0, 0, 0, 0), rgba(17, 17, 17, 0.8) 60%, #111111 70%) no-repeat center, url("../bg-navy.png") no-repeat center;
  240. background-size: 853px, auto;
  241. }
  242. /* line 82, sass/screen.scss */
  243. #title-bar a.logo {
  244. text-align: center;
  245. font-family: serif;
  246. font-size: xx-large;
  247. text-transform: uppercase;
  248. text-shadow: 1px 1px 2px #111;
  249. display: block;
  250. text-decoration: none;
  251. color: #ccc;
  252. }
  253. /* line 92, sass/screen.scss */
  254. #title-bar a.logo img {
  255. height: 70px;
  256. vertical-align: middle;
  257. background: radial-gradient(#111111, rgba(0, 0, 0, 0));
  258. }
  259. /* line 99, sass/screen.scss */
  260. #title-bar .titles {
  261. display: flex;
  262. justify-content: space-between;
  263. }
  264. /* line 103, sass/screen.scss */
  265. #title-bar .titles .left {
  266. padding-left: 5px;
  267. padding-right: 5px;
  268. border-bottom: 20px solid silver;
  269. border-right: 15px solid transparent;
  270. display: inline-block;
  271. height: 0;
  272. line-height: 22px;
  273. font-size: smaller;
  274. text-shadow: 1px 1px 2px #444;
  275. color: #111;
  276. }
  277. /* line 118, sass/screen.scss */
  278. #title-bar .titles .right {
  279. padding-left: 5px;
  280. padding-right: 5px;
  281. border-bottom: 20px solid silver;
  282. border-left: 15px solid transparent;
  283. display: inline-block;
  284. height: 0;
  285. line-height: 22px;
  286. /*font-family: $fSerif;
  287. font-variant: small-caps;*/
  288. font-size: smaller;
  289. text-shadow: 1px 1px 2px #444;
  290. color: #111;
  291. float: right;
  292. }
  293. /* line 136, sass/screen.scss */
  294. #title-bar .titles a, #title-bar .titles a:visited, #title-bar .titles a:active {
  295. color: #111;
  296. }
  297. /* line 142, sass/screen.scss */
  298. #title-bar .body {
  299. display: block;
  300. }
  301. /* line 146, sass/screen.scss */
  302. #title-bar .top-menu {
  303. display: flex;
  304. width: 100%;
  305. }
  306. /* line 150, sass/screen.scss */
  307. #title-bar .top-menu li {
  308. flex-grow: 1;
  309. padding: 5px;
  310. padding-top: 7px;
  311. text-align: center;
  312. width: 10px;
  313. transition: all .3s ease;
  314. font-family: Vollkorn, serif;
  315. font-variant: small-caps;
  316. text-shadow: 1px 1px 2px #111;
  317. }
  318. /* line 161, sass/screen.scss */
  319. #title-bar .top-menu li a {
  320. text-decoration: none;
  321. color: #ccc;
  322. display: block;
  323. }
  324. /* line 167, sass/screen.scss */
  325. #title-bar .top-menu li:hover {
  326. background-color: #444;
  327. }
  328. /* line 176, sass/screen.scss */
  329. .menu a {
  330. text-decoration: none;
  331. font-style: italic;
  332. font-size: smaller;
  333. color: #ccc;
  334. display: block;
  335. }
  336. /* line 184, sass/screen.scss */
  337. .menu li {
  338. padding: 7px 0 5px 5px;
  339. transition: all .3s ease;
  340. }
  341. /* line 188, sass/screen.scss */
  342. .menu li:before {
  343. content: "\f054";
  344. font-family: FontAwesome, serif;
  345. float: left;
  346. width: 0;
  347. font-size: smaller;
  348. transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  349. color: transparent;
  350. }
  351. /* line 197, sass/screen.scss */
  352. .menu li:hover {
  353. background-color: #444;
  354. }
  355. /* line 200, sass/screen.scss */
  356. .menu li:hover:before {
  357. color: inherit;
  358. width: 12px;
  359. }
  360. /* line 206, sass/screen.scss */
  361. .menu li.title {
  362. font-weight: bold;
  363. }
  364. /* line 212, sass/screen.scss */
  365. #content {
  366. margin-left: 20px;
  367. margin-right: 20px;
  368. flex-grow: 1;
  369. width: 200px;
  370. }
  371. /* line 218, sass/screen.scss */
  372. #content .content-header {
  373. text-align: center;
  374. border-bottom: 2px solid silver;
  375. }
  376. /* line 222, sass/screen.scss */
  377. #content .content-header .pageTitle {
  378. text-align: center;
  379. margin: 0 auto;
  380. border-bottom: 30px solid silver;
  381. border-right: 20px solid transparent;
  382. border-left: 20px solid transparent;
  383. display: inline-block;
  384. height: 0;
  385. line-height: 32px;
  386. font-family: Vollkorn, serif;
  387. font-variant: small-caps;
  388. text-shadow: 1px 1px 2px #111;
  389. color: #111;
  390. }
  391. /* line 240, sass/screen.scss */
  392. #content .content-footer {
  393. text-align: center;
  394. border-top: 1px solid silver;
  395. clear: both;
  396. }
  397. /* line 245, sass/screen.scss */
  398. #content .content-footer .copy {
  399. text-align: center;
  400. border-top: 15px solid silver;
  401. border-right: 10px solid transparent;
  402. border-left: 10px solid transparent;
  403. display: inline-block;
  404. height: 0;
  405. line-height: 0;
  406. margin: 0;
  407. padding: 0;
  408. font-size: x-small;
  409. color: #111;
  410. }
  411. /* line 257, sass/screen.scss */
  412. #content .content-footer .copy div {
  413. position: relative;
  414. top: -14px;
  415. }
  416. /* line 264, sass/screen.scss */
  417. #content .content-body {
  418. background-color: #222;
  419. padding: 20px;
  420. overflow: hidden;
  421. *zoom: 1;
  422. }
  423. /* line 2, sass/_news.scss */
  424. .news-list .news-item {
  425. margin-bottom: 20px;
  426. }
  427. /* line 3, sass/_news.scss */
  428. .news-list .news-item .title {
  429. font-family: Vollkorn, serif;
  430. font-variant: small-caps;
  431. font-size: larger;
  432. text-shadow: 1px 1px 2px #111;
  433. padding-bottom: 5px;
  434. border-bottom: 1px solid #ccc;
  435. }
  436. /* line 13, sass/_news.scss */
  437. .news-list .news-item .title .right {
  438. float: right;
  439. font-size: small;
  440. font-family: "Noto Sans", Verdana, sans-serif;
  441. font-variant: normal;
  442. }
  443. /* line 22, sass/_news.scss */
  444. .news-list .news-item .body {
  445. text-align: justify;
  446. }