init
This commit is contained in:
600
user/themes/mediator/css/main.css
Normal file
600
user/themes/mediator/css/main.css
Normal file
@@ -0,0 +1,600 @@
|
||||
.cf:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
body {
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-feature-settings: "liga=1, dlig=1";
|
||||
-ms-font-feature-settings: "liga", "dlig";
|
||||
-webkit-font-feature-settings: "liga", "dlig";
|
||||
-o-font-feature-settings: "liga", "dlig";
|
||||
font-feature-settings: "liga", "dlig"; }
|
||||
|
||||
.logo-readium {
|
||||
position: fixed;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background-color: black;
|
||||
overflow: hidden;
|
||||
z-index: 99; }
|
||||
.logo-readium .logo {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 8px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat; }
|
||||
|
||||
.teaserimage {
|
||||
height: 450px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background-color: black; }
|
||||
.teaserimage .teaserimage-image {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
text-indent: -9999px; }
|
||||
|
||||
.blog-header {
|
||||
width: 100%;
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
@media only screen and (max-width: 800px) {
|
||||
.blog-header {
|
||||
padding: 0 16px; } }
|
||||
.blog-header .blog-logo {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
right: 50%;
|
||||
margin-right: -60px;
|
||||
background-size: cover;
|
||||
border-radius: 50%;
|
||||
z-index: 99;
|
||||
text-indent: -9999px;
|
||||
border: 3px solid white;
|
||||
background-color: white;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
|
||||
.blog-header .blog-title {
|
||||
margin: 0;
|
||||
padding: 84px 16px 8px;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
letter-spacing: -2px;
|
||||
outline: 0;
|
||||
line-height: 50px;
|
||||
word-break: break-word;
|
||||
color: #333333; }
|
||||
.blog-header .blog-description {
|
||||
margin: 0 0 20px;
|
||||
padding: 0 32px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
font-weight: 400; }
|
||||
.blog-header .custom-links {
|
||||
margin: 0 0 50px;
|
||||
text-align: center;
|
||||
color: #cccccc; }
|
||||
.blog-header .custom-links a {
|
||||
text-decoration: none;
|
||||
color: #999999; }
|
||||
.blog-header .custom-links a:hover {
|
||||
color: #333333; }
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
@media only screen and (max-width: 800px) {
|
||||
.content {
|
||||
padding: 0 32px; } }
|
||||
.content article {
|
||||
padding: 40px 0;
|
||||
border-bottom: 1px solid #f2f2f0; }
|
||||
.content article:last-child {
|
||||
border-bottom: 0px; }
|
||||
.content article .post-title {
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
line-height: 1.1;
|
||||
margin: 0 0; }
|
||||
.content article .post-title a {
|
||||
text-decoration: none;
|
||||
color: #333332; }
|
||||
.content article .post-title a:hover {
|
||||
text-decoration: none; }
|
||||
.content article .post-excerpt {
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-size: 20px;
|
||||
line-height: 1.3;
|
||||
color: #666665; }
|
||||
.content article .post-meta {
|
||||
font-size: 14px;
|
||||
color: #b3b3b1;
|
||||
line-height: 30px; }
|
||||
.content article .post-meta a {
|
||||
color: #b3b3b1;
|
||||
text-decoration: none; }
|
||||
.content article .post-meta a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
.container.featured {
|
||||
padding-bottom: 40px; }
|
||||
|
||||
.post-template .content {
|
||||
max-width: 700px; }
|
||||
|
||||
.index-headline {
|
||||
border-top: 1px solid #dededc;
|
||||
margin: 0;
|
||||
padding: 16px 0; }
|
||||
.index-headline span {
|
||||
color: #b3b3b1;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px; }
|
||||
|
||||
.archive-template .index-headline.featured {
|
||||
display: none; }
|
||||
|
||||
.pagination {
|
||||
text-align: center;
|
||||
padding: 48px 0 0;
|
||||
font-size: 12px; }
|
||||
.pagination a {
|
||||
color: #999999;
|
||||
text-decoration: none; }
|
||||
.pagination a:hover {
|
||||
color: #333333; }
|
||||
|
||||
.post-reading {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 30px;
|
||||
line-height: 44px;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
z-index: 999; }
|
||||
|
||||
.tag-articleimage .post-reading {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.5); }
|
||||
|
||||
.site-footer {
|
||||
margin: 0 auto;
|
||||
padding: 48px 0;
|
||||
width: 100%;
|
||||
max-width: 640px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
color: #999999;
|
||||
line-height: 17.6px; }
|
||||
.site-footer a {
|
||||
color: #666666;
|
||||
text-decoration: none; }
|
||||
.site-footer a:hover {
|
||||
color: #333333; }
|
||||
|
||||
.post .article-image {
|
||||
position: absolute;
|
||||
background-color: black;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden; }
|
||||
.post .article-image .post-image-image {
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
text-indent: -9999px;
|
||||
padding-top: 33%;
|
||||
z-index: 1; }
|
||||
.post .article-image .post-meta {
|
||||
position: absolute;
|
||||
bottom: 80px;
|
||||
left: 30%;
|
||||
right: 30%;
|
||||
z-index: 9;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
@media only screen and (max-width: 800px) {
|
||||
.post .article-image .post-meta {
|
||||
left: 16px;
|
||||
right: 16px; } }
|
||||
.post .article-image .post-title {
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
letter-spacing: -0.04em;
|
||||
font-size: 50px;
|
||||
line-height: 1.1;
|
||||
color: white;
|
||||
margin-bottom: 16px;
|
||||
text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
|
||||
.post .article-image .author-image {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: -10px;
|
||||
float: left;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
text-indent: -9999px; }
|
||||
.post .article-image .author-name {
|
||||
display: inline; }
|
||||
.post .article-image .post-meta-text {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.5);
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis; }
|
||||
.post .article-image .post-meta-text a {
|
||||
color: rgba(255, 255, 255, 0.75); }
|
||||
.post .article-image .post-meta-text a:hover {
|
||||
color: white; }
|
||||
.post .article-image .fa-angle-down {
|
||||
font-size: 64px;
|
||||
margin: 64px auto 0;
|
||||
color: rgba(255, 255, 255, 0.75); }
|
||||
.post .article-image .fa-angle-down:hover {
|
||||
color: white; }
|
||||
.post .article-image .topofpage {
|
||||
text-decoration: underline; }
|
||||
.post .noarticleimage .post-meta {
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
padding-top: 60px; }
|
||||
.post .noarticleimage .post-title {
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
letter-spacing: -0.04em;
|
||||
font-size: 50px;
|
||||
line-height: 1.1;
|
||||
color: #333332;
|
||||
margin-bottom: 16px; }
|
||||
.post .noarticleimage .author-image {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: -10px;
|
||||
float: left;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
text-indent: -9999px; }
|
||||
.post .noarticleimage .author-name {
|
||||
display: inline; }
|
||||
.post .noarticleimage .post-meta-text {
|
||||
color: #b3b3b1;
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis; }
|
||||
.post .post-content {
|
||||
width: 100%;
|
||||
font-family: Linux Libertine;
|
||||
color: #333333; }
|
||||
.post .post-content h1, .post .post-content h2, .post .post-content h3 {
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
||||
.post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6 {
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-size: 24px;
|
||||
line-height: 1.3;
|
||||
margin: 0;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
margin-bottom: 4px; }
|
||||
.post .post-content h2, .post .post-content h1 {
|
||||
letter-spacing: -0.02em;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-size: 32px;
|
||||
line-height: 1.2;
|
||||
padding-top: 31px;
|
||||
margin-bottom: 4px; }
|
||||
.post .post-content p {
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 22px;
|
||||
line-height: 30px;
|
||||
margin: 0;
|
||||
padding-bottom: 30px;
|
||||
color: #333333;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto; }
|
||||
.post .post-content a {
|
||||
color: #333333;
|
||||
text-decoration: underline; }
|
||||
.post .post-content img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto; }
|
||||
.post .post-content figure {
|
||||
margin: 0;
|
||||
padding: 0 0 30px; }
|
||||
.post .post-content figcaption {
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
color: #666665;
|
||||
outline: 0;
|
||||
z-index: 300;
|
||||
text-align: center; }
|
||||
.post .post-content hr {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
width: 15%;
|
||||
margin: 30px auto;
|
||||
border: 0px solid #dddddd;
|
||||
border-top: 1px solid #dddddd; }
|
||||
.post .post-content blockquote {
|
||||
margin: 0 0 30px;
|
||||
margin-left: -26px;
|
||||
border-left: 3px solid #57ad68;
|
||||
padding-left: 20px; }
|
||||
.post .post-content blockquote p {
|
||||
letter-spacing: 0.01rem;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
mborder-left: 3px solid #57ad68;
|
||||
mpadding-left: 20px;
|
||||
mmargin-left: -26px;
|
||||
padding-bottom: 3px; }
|
||||
.post .post-content ul, .post .post-content ol {
|
||||
padding: 0 0 30px;
|
||||
margin: 0; }
|
||||
.post .post-content li {
|
||||
padding: 0;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 23px;
|
||||
line-height: 30px;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 12px;
|
||||
padding-top: 2px; }
|
||||
.post .post-content li p {
|
||||
padding: 0 0 1.618rem; }
|
||||
.post .post-content ol li {
|
||||
list-style-type: decimal; }
|
||||
.post .bottom-teaser {
|
||||
padding: 50px 0;
|
||||
font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
||||
.post .bottom-teaser hr {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
width: 15%;
|
||||
margin: 16px 0 16px 100px;
|
||||
border: 0px solid #dddddd;
|
||||
border-top: 1px solid #dddddd; }
|
||||
.post .bottom-teaser .isLeft {
|
||||
float: left;
|
||||
width: 47%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
@media only screen and (max-width: 800px) {
|
||||
.post .bottom-teaser .isLeft {
|
||||
width: 100%;
|
||||
padding-bottom: 32px; } }
|
||||
.post .bottom-teaser .isLeft .index-headline {
|
||||
padding-bottom: 32px; }
|
||||
.post .bottom-teaser .isLeft a {
|
||||
color: black;
|
||||
text-decoration: none; }
|
||||
.post .bottom-teaser .isLeft a:hover {
|
||||
color: #333333;
|
||||
text-decoration: underline; }
|
||||
.post .bottom-teaser .isLeft .author-image {
|
||||
display: block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
float: left;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
text-indent: -9999px; }
|
||||
.post .bottom-teaser .isLeft h4 {
|
||||
font-size: 18px;
|
||||
line-height: 1.1;
|
||||
font-weight: 700;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-left: 100px; }
|
||||
.post .bottom-teaser .isLeft p {
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
font-weight: 400;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-left: 100px; }
|
||||
.post .bottom-teaser .isLeft p.published {
|
||||
color: #999999; }
|
||||
.post .bottom-teaser .isRight {
|
||||
float: right;
|
||||
width: 47%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
@media only screen and (max-width: 800px) {
|
||||
.post .bottom-teaser .isRight {
|
||||
width: 100%; } }
|
||||
.post .bottom-teaser .isRight .index-headline {
|
||||
padding-bottom: 32px; }
|
||||
.post .bottom-teaser .isRight .site-footer {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333333;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
color: #999999; }
|
||||
.post .bottom-teaser .isRight .site-footer a {
|
||||
color: #333333;
|
||||
text-decoration: none; }
|
||||
.post .bottom-teaser .isRight .site-footer a:hover {
|
||||
text-decoration: underline; }
|
||||
.post .bottom-teaser .isRight .site-footer .poweredby {
|
||||
display: block;
|
||||
padding-bottom: 18px;
|
||||
font-weight: 700;
|
||||
color: #333333; }
|
||||
|
||||
.share {
|
||||
text-align: right;
|
||||
padding: 20px 0 0; }
|
||||
.share a {
|
||||
text-decoration: none;
|
||||
color: #bbbbbb;
|
||||
padding-left: 12px; }
|
||||
.share a .hidden {
|
||||
display: none; }
|
||||
.share a:hover {
|
||||
color: #333333; }
|
||||
|
||||
.bottom-closer {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
.bottom-closer .background-closer-image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
text-indent: -9999px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
.bottom-closer .inner {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
max-width: 640px;
|
||||
padding: 120px 0 90px;
|
||||
text-align: center;
|
||||
margin: 0 auto; }
|
||||
.bottom-closer .inner .blog-title {
|
||||
margin: 0;
|
||||
padding: 0 0 10px;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
letter-spacing: -2px;
|
||||
outline: 0;
|
||||
line-height: 50px;
|
||||
word-break: break-word;
|
||||
color: white;
|
||||
text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
|
||||
.bottom-closer .inner .blog-description {
|
||||
margin: 0 0 50px;
|
||||
padding: 0 32px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
|
||||
.bottom-closer .inner .custom-links {
|
||||
margin: 0 0 50px; }
|
||||
.bottom-closer .inner .btn {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
letter-spacing: -0.02em;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
height: 44px;
|
||||
background: #57ad68;
|
||||
color: white;
|
||||
vertical-align: middle;
|
||||
box-sizing: border-box;
|
||||
border-radius: 999em;
|
||||
line-height: 44px;
|
||||
padding: 0 18px; }
|
||||
|
||||
#disqus_thread {
|
||||
margin-top: 50px; }
|
||||
|
||||
.post-tag-articleimage {
|
||||
display: none; }
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-size: 15px;
|
||||
border: 1px solid #e8e8e8;
|
||||
border-radius: 3px;
|
||||
background-color: #eeeeff; }
|
||||
|
||||
code {
|
||||
padding: 1px 5px; }
|
||||
|
||||
pre {
|
||||
padding: 8px 12px;
|
||||
overflow-x: auto; }
|
||||
pre > code {
|
||||
border: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
7
user/themes/mediator/css/main.css.map
Normal file
7
user/themes/mediator/css/main.css.map
Normal file
File diff suppressed because one or more lines are too long
406
user/themes/mediator/css/normalize.css
vendored
Normal file
406
user/themes/mediator/css/normalize.css
vendored
Normal file
@@ -0,0 +1,406 @@
|
||||
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct `inline-block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `[hidden]` styling not present in IE 8/9.
|
||||
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
||||
*/
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove default margin.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background color from active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct font family set oddly in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability of pre-formatted text in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set consistent quote types.
|
||||
*/
|
||||
|
||||
q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow displayed oddly in IE 9.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari 5.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct font family not being inherited in all browsers.
|
||||
* 2. Correct font size not being inherited in all browsers.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
||||
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||
* 2. Remove excess padding in IE 8/9/10.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
||||
* on OS X.
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove default vertical scrollbar in IE 8/9.
|
||||
* 2. Improve readability and alignment in all browsers.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
23
user/themes/mediator/css/print.css
Normal file
23
user/themes/mediator/css/print.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.article-image{
|
||||
page-break-after:never
|
||||
}
|
||||
.post-content,
|
||||
.bottom-teaser.cf{
|
||||
padding-top:0!important
|
||||
}
|
||||
.bottom-teaser.cf{
|
||||
margin:0
|
||||
}
|
||||
.post-reading,
|
||||
.bottom-teaser.cf .isRight,
|
||||
.cf.post-meta-text,
|
||||
.post-meta center,
|
||||
.post-image-image,
|
||||
.bottom-closer,
|
||||
.share,
|
||||
.home-template .post-meta .post-tags-set,
|
||||
.pagination,
|
||||
.author-image,
|
||||
.subscribe icon-feed{
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user