/* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent: * */ @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700|Vollkorn); /* line 5, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../home/daniel/.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * Colors for the project. */ /* line 12, sass/screen.scss */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 21, sass/screen.scss */ body { background-color: #111; color: #ccc; font-family: "Noto Sans", Verdana, sans-serif; } /* line 27, sass/screen.scss */ #flex { display: flex; align-content: space-between; } /* line 32, sass/screen.scss */ .grid { margin: 20px 0 20px 20px; } /* line 35, sass/screen.scss */ .grid:after { content: ''; display: table; clear: both; } /* line 42, sass/screen.scss */ [class*='col-'] { float: left; padding-right: 20px; } /* line 47, sass/screen.scss */ .col-twelfth { width: 8.33%; } /* line 48, sass/screen.scss */ .col-sixth { width: 16.66%; } /* line 49, sass/screen.scss */ .col-quarter { width: 25%; } /* line 50, sass/screen.scss */ .col-third { width: 33.33%; } /* line 51, sass/screen.scss */ .col-fivetwelfth { width: 41.66%; } /* line 52, sass/screen.scss */ .col-half { width: 50%; } /* line 53, sass/screen.scss */ .col-seventwelfth { width: 58.33%; } /* line 54, sass/screen.scss */ .col-twothird { width: 66.66%; } /* line 55, sass/screen.scss */ .col-threequarter { width: 75%; } /* line 56, sass/screen.scss */ .col-fivesixth { width: 83.33%; } /* line 57, sass/screen.scss */ .col-eleventwelfth { width: 91.66%; } /* line 58, sass/screen.scss */ .col-full { width: 100%; } /* line 61, sass/screen.scss */ #sidebar { margin-left: 20px; width: 200px; flex-grow: 0; flex-shrink: 0; } /* line 68, sass/screen.scss */ #sidebar-right { width: 200px; } /* line 1, sass/_content.scss */ #content { line-height: 15pt; font-size: 11pt; } /* line 5, sass/_content.scss */ #content p { margin-top: 10px; margin-bottom: 10px; } /* line 10, sass/_content.scss */ #content ul, #content ol { list-style: square outside; padding-left: 20px; } /* line 15, sass/_content.scss */ #content a, #content a:visited, #content a:active { color: #e6e6e6; text-decoration: none; } /* line 20, sass/_content.scss */ #content a:hover { color: white; } /* line 1, sass/_box.scss */ .box { margin-bottom: 20px; } /* line 4, sass/_box.scss */ .box .title { padding-left: 5px; padding-right: 5px; border-bottom: 30px solid silver; border-right: 20px solid transparent; display: inline-block; height: 0; line-height: 32px; font-family: Vollkorn, serif; font-variant: small-caps; text-shadow: 1px 1px 2px #111; color: #111; } /* line 20, sass/_box.scss */ .box .body { border-top: 2px solid silver; border-bottom: 1px solid silver; background-color: #333; } /* line 26, sass/_box.scss */ .box p { padding: 5px; margin: 0 !important; } /* line 32, sass/_box.scss */ .box-left { float: left; } /* line 36, sass/_box.scss */ .box-center { text-align: center; margin: 0 auto 20px auto; float: none; } /* line 41, sass/_box.scss */ .box-center .title { border-bottom: 30px solid silver; border-right: 20px solid transparent; border-left: 20px solid transparent; } /* line 47, sass/_box.scss */ .box-center .body { text-align: left; } /* line 52, sass/_box.scss */ .box-right { float: right; text-align: right; } /* line 56, sass/_box.scss */ .box-right .title { border-bottom: 30px solid silver; border-left: 20px solid transparent; border-right: none; } /* line 62, sass/_box.scss */ .box-right .body { text-align: left; } /* line 75, sass/screen.scss */ #title-bar { margin: 20px; 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; background-size: 853px, auto; } /* line 82, sass/screen.scss */ #title-bar a.logo { text-align: center; font-family: serif; font-size: xx-large; text-transform: uppercase; text-shadow: 1px 1px 2px #111; display: block; text-decoration: none; color: #ccc; } /* line 92, sass/screen.scss */ #title-bar a.logo img { height: 70px; vertical-align: middle; background: radial-gradient(#111111, rgba(0, 0, 0, 0)); } /* line 99, sass/screen.scss */ #title-bar .titles { display: flex; justify-content: space-between; } /* line 103, sass/screen.scss */ #title-bar .titles .left { padding-left: 5px; padding-right: 5px; border-bottom: 20px solid silver; border-right: 15px solid transparent; display: inline-block; height: 0; line-height: 22px; font-size: smaller; text-shadow: 1px 1px 2px #444; color: #111; } /* line 118, sass/screen.scss */ #title-bar .titles .right { padding-left: 5px; padding-right: 5px; border-bottom: 20px solid silver; border-left: 15px solid transparent; display: inline-block; height: 0; line-height: 22px; /*font-family: $fSerif; font-variant: small-caps;*/ font-size: smaller; text-shadow: 1px 1px 2px #444; color: #111; float: right; } /* line 136, sass/screen.scss */ #title-bar .titles a, #title-bar .titles a:visited, #title-bar .titles a:active { color: #111; } /* line 142, sass/screen.scss */ #title-bar .body { display: block; } /* line 146, sass/screen.scss */ #title-bar .top-menu { display: flex; width: 100%; } /* line 150, sass/screen.scss */ #title-bar .top-menu li { flex-grow: 1; padding: 5px; padding-top: 7px; text-align: center; width: 40px; transition: all .3s ease; font-family: Vollkorn, serif; font-variant: small-caps; text-shadow: 1px 1px 2px #111; } /* line 161, sass/screen.scss */ #title-bar .top-menu li.fixed { flex-grow: 0; flex-shrink: 0; } /* line 166, sass/screen.scss */ #title-bar .top-menu li a { text-decoration: none; color: #ccc; display: block; } /* line 172, sass/screen.scss */ #title-bar .top-menu li:hover { background-color: #444; } /* line 181, sass/screen.scss */ .menu a { text-decoration: none; font-style: italic; font-size: smaller; color: #ccc; display: block; } /* line 189, sass/screen.scss */ .menu li { padding: 7px 0 5px 5px; transition: all .3s ease; } /* line 193, sass/screen.scss */ .menu li:before { content: "\f054"; font-family: FontAwesome, serif; float: left; width: 0; font-size: smaller; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); color: transparent; } /* line 202, sass/screen.scss */ .menu li:hover { background-color: #444; } /* line 205, sass/screen.scss */ .menu li:hover:before { color: inherit; width: 12px; } /* line 211, sass/screen.scss */ .menu li.title { font-weight: bold; } /* line 217, sass/screen.scss */ #content { margin-left: 20px; margin-right: 20px; flex-grow: 1; width: 200px; } /* line 223, sass/screen.scss */ #content .content-header { text-align: center; border-bottom: 2px solid silver; } /* line 227, sass/screen.scss */ #content .content-header .pageTitle { text-align: center; margin: 0 auto; border-bottom: 30px solid silver; border-right: 20px solid transparent; border-left: 20px solid transparent; display: inline-block; height: 0; line-height: 32px; font-family: Vollkorn, serif; font-variant: small-caps; text-shadow: 1px 1px 2px #111; color: #111; } /* line 245, sass/screen.scss */ #content .content-footer { text-align: center; border-top: 1px solid silver; clear: both; } /* line 250, sass/screen.scss */ #content .content-footer .copy { text-align: center; border-top: 15px solid silver; border-right: 10px solid transparent; border-left: 10px solid transparent; display: inline-block; height: 0; line-height: 0; margin: 0; padding: 0; font-size: x-small; color: #111; } /* line 262, sass/screen.scss */ #content .content-footer .copy div { position: relative; top: -14px; } /* line 269, sass/screen.scss */ #content .content-body { background-color: #222; padding: 20px; overflow: hidden; *zoom: 1; } /* line 2, sass/_news.scss */ .news-list .news-item { margin-bottom: 20px; } /* line 3, sass/_news.scss */ .news-list .news-item .title { font-family: Vollkorn, serif; font-variant: small-caps; font-size: larger; text-shadow: 1px 1px 2px #111; padding-bottom: 5px; border-bottom: 1px solid #ccc; } /* line 13, sass/_news.scss */ .news-list .news-item .title .right { float: right; font-size: small; font-family: "Noto Sans", Verdana, sans-serif; font-variant: normal; } /* line 22, sass/_news.scss */ .news-list .news-item .body { text-align: justify; } /* line 28, sass/_news.scss */ .news-list .news-item li { font-size: small; } /* line 31, sass/_news.scss */ .news-list .news-item li a { font-variant: small-caps; text-shadow: 1px 1px 2px #111; }