diff --git a/output/theme/css/main-v2.css b/output/theme/css/main-v2.css index 7d750e8..ee7de49 100755 --- a/output/theme/css/main-v2.css +++ b/output/theme/css/main-v2.css @@ -15,7 +15,7 @@ @font-face { font-family: mplus-thin; - src: url(fonts/mplus/2p/mplus-2p-thin.ttf); + src: url(fonts/mplus/2p/mplus-2p-light.ttf) } @@ -139,7 +139,7 @@ p a { } .article-title { - font-family: mplus-regular; + font-family: solidemirage; font-size: 50px; } @@ -153,7 +153,7 @@ p a { .content{ margin-top: 150px; - padding-left: 2em; + padding-left: 40px; padding-bottom: 5em; line-height: 1.2; font-size: 1.2em; @@ -162,12 +162,6 @@ p a { font-family: mplus-regular; } -.img-article { - z-index: 1; - margin: 10px; - max-width: 70%; -} - .gallery-img { width: 100%; padding-bottom: 30px; @@ -180,11 +174,9 @@ p a { .article-content p { font-size: 1.2em; line-height: 150%; - padding-right: 40px; } .article-img img{ - max-width: 80%; width: 80%; padding-bottom: 20px; } @@ -203,7 +195,6 @@ p a { } .article::after { - content: ""; display: block; clear: both; } @@ -211,7 +202,6 @@ p a { .column { float: left; width: 40%; - padding: 15px; } #slide-container { @@ -259,7 +249,7 @@ p a { } blockquote{ - color: gray; + color: rgb(95, 94, 94); font-size: 18px; width: 70%; font-family: mplus-thin; diff --git a/themes/felicie/static/css/main-v2.css b/themes/felicie/static/css/main-v2.css index 7d750e8..ee7de49 100755 --- a/themes/felicie/static/css/main-v2.css +++ b/themes/felicie/static/css/main-v2.css @@ -15,7 +15,7 @@ @font-face { font-family: mplus-thin; - src: url(fonts/mplus/2p/mplus-2p-thin.ttf); + src: url(fonts/mplus/2p/mplus-2p-light.ttf) } @@ -139,7 +139,7 @@ p a { } .article-title { - font-family: mplus-regular; + font-family: solidemirage; font-size: 50px; } @@ -153,7 +153,7 @@ p a { .content{ margin-top: 150px; - padding-left: 2em; + padding-left: 40px; padding-bottom: 5em; line-height: 1.2; font-size: 1.2em; @@ -162,12 +162,6 @@ p a { font-family: mplus-regular; } -.img-article { - z-index: 1; - margin: 10px; - max-width: 70%; -} - .gallery-img { width: 100%; padding-bottom: 30px; @@ -180,11 +174,9 @@ p a { .article-content p { font-size: 1.2em; line-height: 150%; - padding-right: 40px; } .article-img img{ - max-width: 80%; width: 80%; padding-bottom: 20px; } @@ -203,7 +195,6 @@ p a { } .article::after { - content: ""; display: block; clear: both; } @@ -211,7 +202,6 @@ p a { .column { float: left; width: 40%; - padding: 15px; } #slide-container { @@ -259,7 +249,7 @@ p a { } blockquote{ - color: gray; + color: rgb(95, 94, 94); font-size: 18px; width: 70%; font-family: mplus-thin;