/* global =================================================================== */ body { } h1, h2, h3, h4, h5, h6 { font-weight: bold; } h5 { font-size: 130%; line-height: 1.3em; } a, a:link, a:visited { text-decoration: none; } img { border: 0; border: none; outline: none; } ol, ul { list-style-position: inside; } ul { list-style-type: disc; } ol { list-style-type: decimal; } em { font-style: italic; } strong { font-weight: bold; } table a:link { color: #666; font-weight: bold; text-decoration: none; } table a:visited { color: #999999; font-weight: bold; text-decoration: none; } table a:active, table a:hover { color: #bd5a35; text-decoration:underline; } table { font-family:Arial, Helvetica, sans-serif; color:#666; font-size:12px; text-shadow: 1px 1px 0px #fff; background:#eaebec; margin:20px 0; border:1px solid #ccc; border-collapse: separate; border-spacing:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-box-shadow: 0 1px 2px #d1d1d1; -webkit-box-shadow: 0 1px 2px #d1d1d1; box-shadow: 0 1px 2px #d1d1d1; } table th { padding:21px 25px 22px 25px; border-top:1px solid #fafafa; border-bottom:1px solid #e0e0e0; background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb)); background: -moz-linear-gradient(top, #ededed, #ebebeb); } table tr th { font-weight:bold; } table th:first-child { text-align: left; padding-left:20px; } table tr:first-child th:first-child { -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px; border-top-left-radius:3px; } table tr:first-child th:last-child { -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; border-top-right-radius:3px; } table tr { text-align: center; padding-left:20px; } table td:first-child { text-align: left; padding-left:20px; border-left: 0; } table td { padding:18px; border-top: 1px solid #ffffff; border-bottom:1px solid #e0e0e0; border-left: 1px solid #e0e0e0; background: #fafafa; background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); background: -moz-linear-gradient(top, #fbfbfb, #fafafa); } table p { -webkit-margin-before: 0px; -webkit-margin-after: 0px; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } table tr.even td { background: #f6f6f6; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6)); background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); } table tr:last-child td { border-bottom:0; } table tr:last-child td:first-child { -moz-border-radius-bottomleft:3px; -webkit-border-bottom-left-radius:3px; border-bottom-left-radius:3px; } table tr:last-child td:last-child { -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; border-bottom-right-radius:3px; } table tr:hover td { background: #f2f2f2; background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); } /* #site-footer =================================================================== */ p { color:#333333; line-height: 1.4em; letter-spacing: .05em; margin-top: 16px; } p strong { font-family: 'SourceSansProLight', Verdana, Tahoma, san-serif; font-size: 1.3em; /* font-weight: normal;*/ color: #111111; } i { color:#FF8209; } /* standard quotes */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; } q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; } q:before { content: open-quote; } q:after { content: close-quote; } /* safari */ q:before { content: '\201C'; } q:after { content: '\201D'; } q q:before { content: '\2018'; } q q:after { content: '\2019'; } /* blockquotes */ /*blockquote * { quotes: none; }*/ /*blockquote > *:before { content: '\201C'; color:#ccc; font-family: Georgia, "Times New Roman", Times, serif; font-size:2.5em; line-height:.1em; margin-right:.25em; vertical-align:-.4em; } blockquote > *:after { content: '\201D'; font-family: Georgia, "Times New Roman", Times, serif; color:#ccc; font-size:2.5em; line-height:.1em; margin-left:.25em; vertical-align:-.4em; }*/ /* blockquote q:before { content: '\2018'; } blockquote q:after { content: '\2019'; } */ /* language specific quotes - safari */ /**[lang~='da'] q:before, q[lang~='da']:before, *[lang~='da'] blockquote > *:before, blockquote[lang~='da'] > *:before { content: '\201E'; } *[lang~='da'] q:after, q[lang~='da']:after, *[lang~='da'] blockquote > *:after, blockquote[lang~='da'] > *:after { content: '\201C'; } *[lang~='da'] q q:before, q[lang~='da'] q:before, *[lang~='da'] blockquote q:before, blockquote[lang~='da'] q:before { content: '\2019'; } *[lang~='da'] q q:after, q[lang~='da'] q:after, *[lang~='da'] blockquote q:after, blockquote[lang~='da'] q:after { content: '\2019'; } *[lang~='sv'] q:before, q[lang~='sv']:before, *[lang~='sv'] blockquote > *:before, blockquote[lang~='sv'] > *:before { content: '\201D'; } *[lang~='sv'] q:after, q[lang~='sv']:after, *[lang~='sv'] blockquote > *:after, blockquote[lang~='sv'] > *:after { content: '\201D'; } *[lang~='sv'] q q:before, q[lang~='sv'] q:before, *[lang~='sv'] blockquote q:before, blockquote[lang~='sv'] q:before { content: '\2019'; } *[lang~='sv'] q q:after, q[lang~='sv'] q:after, *[lang~='sv'] blockquote q:after, blockquote[lang~='sv'] q:after { content: '\2019'; } */ blockquote { border: none; background-color: white; margin:1em 25px; padding:.5em 25px 0 25px; } blockquote > p, blockquote > span { font-family: Verdana, Arial, sans-serif; margin: 0.65em 0; font-size:0.962em; letter-spacing: 0.05em; line-height: 1.5em; /* display: inline; text-align: right; margin-right: .25em; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; content:none; */ } /*blockquote > p:first-child:before, blockquote > span:first-child:before { padding-right: 8px; content: '\201C'; font-family: Georgia, "Times New Roman", Times, serif; color:#ccc; font-size:2.5em; line-height:.1em; vertical-align:-.4em; } blockquote > p:last-child:after, blockquote > span:last-child:after { padding-left: 8px; content: '\201D'; font-family: Georgia, "Times New Roman", Times, serif; color:#ccc; font-size:2.5em; line-height:.1em; vertical-align:-.4em; }*/ /* blockquote > p:before { -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0; -webkit-margin-end: 0; content: '\201C'; color:#ccc; font-size:2.5em; line-height:.1em; margin-right:.25em; vertical-align:-.4em; } blockquote > p:after { content: '\201D'; font-family: Georgia, "Times New Roman", Times, serif; color:#ccc; font-size:2.5em; line-height:.1em; margin-left:.25em; vertical-align:-.4em; } */ blockquote small { color:#0d0b09; } blockquote.deverted > *:before, blockquote.deverted > *:after { content: no-close-quote; margin-left:0; margin-right:0; } cite { font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; color: gray; display: block; text-align:right; margin-top:1em; } .navbar { } .navbar .nav > li > a { color:black; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { color: #ff6600; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #f8b003, #FF8209); /*e3a102 to #FF8209*/ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8b003), to(#FF8209)); background-image: -webkit-linear-gradient(top, #f8b003, #FF8209); background-image: -o-linear-gradient(top, #f8b003, #FF8209); background-image: linear-gradient(to bottom, #f8b003, #FF8209); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; outline: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .container { /*background-color:white; -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75); box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);*/ } #overview{ /*background-image: url(img/gmj-logo.jpg); background-repeat: no-repeat; background-position: top right;*/ margin-top: 10px; height: 100%; } .navbar .brand { color:#FF8209; } /*.navbar-text { color: #FF8209; } .navbar-link { color: #FF8209; } .navbar-link:hover, .navbar-link:focus { color: #FF8209; }*/ .well { background-color:#FFF;/*#e8e3c6;*/ border: 1px solid #FFF; /*#877f49;*/ margin-left: 16px; margin-right: 16px; } .well p { font-family: 'SourceSansProItalic'; font-size: 0.8em; color:#2a2715; } .well-small { background-color:#FFF; /*#e0eef8;*/ padding: 9px; border: 1px solid #FFF; /*#877f49;*/ margin-left: 16px; margin-right: 16px; } .well-small p { font-family: 'SourceSansProItalic'; font-size: 0.8em; color:#2a2715; } .articleTitle{ font-size: 2.2em; } .ozed { font-family: 'SourceSansProRegular'; } .mainheadster { color:#777; padding-top: 12px; padding-bottom: 12px; border-top: 1px solid #826036; border-bottom: 1px solid #826036; } .page-header { margin-right: 16px; margin-left: 16px; border-bottom: 0; } .maintitlest { font-family: 'SourceSansProExtraLightItalic'; font-size: 4em; color:#b0360e; text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25); margin-top:80px; } .abstract { font-style: italic; } .volish { color:#3a302f; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25); letter-spacing: .0.04em; } .currentIssue { color:#4e6879; /*#214b5b;*/ font-variant: small-caps; } .thumbnail { border: 0; border-bottom:1px solid #ddd; box-shadow:none; padding:12px 4px; } .thumbnail img { float:right; } ul.thumbnails li { width: 90%; } a { color:#BD5D00; /*#502923;*/ } a:hover { color:#BD5D00; } /* three col layout =================================================================== */ .page-id-60 ul#book-grouping { background-color:pink; list-style:none; } .page-id-60 ul#book-grouping li { display:in-line; float:left; } .page-id-60 li.year { background-color:grey; float:none; } .page-id-60 ul#book-grouping img { border:1px solid #888; } .widgettitle { display: none; } @media screen and (max-width: 767px) { ul.thumbnails li { width: 100%; } }