123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511 |
- /* 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:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
- @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700|Vollkorn);
- /* line 5, C:/Ruby23/lib/ruby/gems/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, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- html {
- line-height: 1;
- }
- /* line 24, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- ol, ul {
- list-style: none;
- }
- /* line 26, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /* line 28, C:/Ruby23/lib/ruby/gems/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, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- q, blockquote {
- quotes: none;
- }
- /* line 103, C:/Ruby23/lib/ruby/gems/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, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- a img {
- border: none;
- }
- /* line 116, C:/Ruby23/lib/ruby/gems/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;
- min-width: 1000px;
- }
- /* line 28, sass/screen.scss */
- #flex {
- display: flex;
- align-content: space-between;
- }
- /* line 33, sass/screen.scss */
- .grid {
- margin: 20px 0 20px 20px;
- }
- /* line 36, sass/screen.scss */
- .grid:after {
- content: '';
- display: table;
- clear: both;
- }
- /* line 43, sass/screen.scss */
- [class*='col-'] {
- float: left;
- padding-right: 20px;
- }
- /* line 48, sass/screen.scss */
- .col-twelfth {
- width: 8.33%;
- }
- /* line 49, sass/screen.scss */
- .col-sixth {
- width: 16.66%;
- }
- /* line 50, sass/screen.scss */
- .col-quarter {
- width: 25%;
- }
- /* line 51, sass/screen.scss */
- .col-third {
- width: 33.33%;
- }
- /* line 52, sass/screen.scss */
- .col-fivetwelfth {
- width: 41.66%;
- }
- /* line 53, sass/screen.scss */
- .col-half {
- width: 50%;
- }
- /* line 54, sass/screen.scss */
- .col-seventwelfth {
- width: 58.33%;
- }
- /* line 55, sass/screen.scss */
- .col-twothird {
- width: 66.66%;
- }
- /* line 56, sass/screen.scss */
- .col-threequarter {
- width: 75%;
- }
- /* line 57, sass/screen.scss */
- .col-fivesixth {
- width: 83.33%;
- }
- /* line 58, sass/screen.scss */
- .col-eleventwelfth {
- width: 91.66%;
- }
- /* line 59, sass/screen.scss */
- .col-full {
- width: 100%;
- }
- /* line 62, sass/screen.scss */
- #sidebar {
- margin-left: 20px;
- width: 200px;
- flex-grow: 0;
- flex-shrink: 0;
- }
- /* line 69, 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 76, 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 83, 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 93, sass/screen.scss */
- #title-bar a.logo img {
- height: 70px;
- vertical-align: middle;
- background: radial-gradient(#111111, rgba(0, 0, 0, 0));
- }
- /* line 100, sass/screen.scss */
- #title-bar .titles {
- display: flex;
- justify-content: space-between;
- }
- /* line 104, 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 119, 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 137, sass/screen.scss */
- #title-bar .titles a, #title-bar .titles a:visited, #title-bar .titles a:active {
- color: #111;
- }
- /* line 143, sass/screen.scss */
- #title-bar .body {
- display: block;
- }
- /* line 147, sass/screen.scss */
- #title-bar .top-menu {
- display: flex;
- width: 100%;
- }
- /* line 151, 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 162, sass/screen.scss */
- #title-bar .top-menu li.fixed {
- flex-grow: 0;
- flex-shrink: 0;
- }
- /* line 167, sass/screen.scss */
- #title-bar .top-menu li a {
- text-decoration: none;
- color: #ccc;
- display: block;
- }
- /* line 173, sass/screen.scss */
- #title-bar .top-menu li .swc-link {
- font-size: smaller;
- font-family: "Noto Sans", Verdana, sans-serif;
- font-style: italic;
- }
- /* line 179, sass/screen.scss */
- #title-bar .top-menu li:hover {
- background-color: #444;
- }
- /* line 188, sass/screen.scss */
- .menu a {
- text-decoration: none;
- font-style: italic;
- font-size: smaller;
- color: #ccc;
- display: block;
- }
- /* line 196, sass/screen.scss */
- .menu li {
- padding: 7px 0 5px 5px;
- transition: all .3s ease;
- }
- /* line 200, 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 209, sass/screen.scss */
- .menu li:hover {
- background-color: #444;
- }
- /* line 212, sass/screen.scss */
- .menu li:hover:before {
- color: inherit;
- width: 12px;
- }
- /* line 218, sass/screen.scss */
- .menu li.title {
- font-weight: bold;
- }
- /* line 224, sass/screen.scss */
- #content {
- margin-left: 20px;
- margin-right: 20px;
- flex-grow: 1;
- width: 200px;
- }
- /* line 230, sass/screen.scss */
- #content .content-header {
- text-align: center;
- border-bottom: 2px solid Silver;
- }
- /* line 234, 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 252, sass/screen.scss */
- #content .content-footer {
- text-align: center;
- border-top: 1px solid Silver;
- clear: both;
- }
- /* line 257, 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 269, sass/screen.scss */
- #content .content-footer .copy div {
- position: relative;
- top: -14px;
- }
- /* line 276, 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;
- }
|