enhanced daily quote css
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 583 B |
Binary file not shown.
|
Before Width: | Height: | Size: 9.1 KiB |
@@ -9,7 +9,7 @@ body {
|
|||||||
font-family: Monaco, "Courier New", Courier, monospace;
|
font-family: Monaco, "Courier New", Courier, monospace;
|
||||||
}
|
}
|
||||||
.container h2{
|
.container h2{
|
||||||
color: #df4937 !important;
|
color: #df4937
|
||||||
}
|
}
|
||||||
.container h3{
|
.container h3{
|
||||||
color: #df4937 !important;
|
color: #df4937 !important;
|
||||||
@@ -261,14 +261,47 @@ blockquote {
|
|||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.daily-icon{
|
div.dailydharma h2{
|
||||||
text-align:center;
|
-moz-osx-font-smoothing:grayscale;
|
||||||
|
-webkit-font-smoothing:antialiased;
|
||||||
|
text-rendering:optimizeLegibility;
|
||||||
|
font:1.5em/1 gill-sans-condensed,"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
||||||
|
text-transform:uppercase;
|
||||||
|
}
|
||||||
|
div.dailydharma{
|
||||||
|
margin-top:4em;
|
||||||
|
margin-bottom:.65em;
|
||||||
|
padding-right:1.3em;
|
||||||
|
padding-left:1.3em;
|
||||||
|
border:2px solid #ef582c;
|
||||||
|
clear:both;text-align:center
|
||||||
|
}
|
||||||
|
div.dailydharma h2{
|
||||||
|
padding:.325em 1.3em .2em;
|
||||||
|
background-color:#ef582c;
|
||||||
|
color:#fff;
|
||||||
|
display:inline-block;
|
||||||
|
letter-spacing:.1em;
|
||||||
|
margin:-1.3em auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon{
|
||||||
|
background-position:center;
|
||||||
|
-moz-background-size:contain;
|
||||||
|
background-size:contain;
|
||||||
|
height:2.5rem;
|
||||||
|
width:2.5rem
|
||||||
|
}
|
||||||
|
.icon-quote{
|
||||||
|
margin:1.3em auto .65em;
|
||||||
|
background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20enable-background%3D%22new%200%200%2038%2031%22%20height%3D%2231%22%20viewBox%3D%220%200%2038%2031%22%20width%3D%2238%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m36.39%200c-7.16%203.86-13.71%2011.34-13.71%2019.78%200%207.84%204.37%2011.22%208.37%2011.22%204.85%200%207.64-3.26%206.79-8.68-4.97-.72-8.01-3.86-8.01-7.96%200-4.71%203.03-8.69%208.13-12.18zm-22.68%200c-7.16%203.86-13.71%2011.34-13.71%2019.78%200%207.84%204.37%2011.22%208.37%2011.22%204.85%200%207.64-3.26%206.79-8.68-4.97-.72-8.01-3.86-8.01-7.96%200-4.71%203.03-8.69%208.13-12.18z%22%20fill%3D%22%23111%22/%3E%3C/svg%3E");
|
||||||
|
background-repeat:no-repeat
|
||||||
}
|
}
|
||||||
.daily-quote{
|
.daily-quote{
|
||||||
line-height:1.33;
|
line-height:1.33;
|
||||||
color:#666566;
|
color:#666566;
|
||||||
font-family:lyon-display,Georgia,Cambria,"Times New Roman",Times,serif;
|
font-family:lyon-display,Georgia,Cambria,"Times New Roman",Times,serif;
|
||||||
font-size:36px;
|
font-size:32px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
-webkit-transition:.15s;
|
-webkit-transition:.15s;
|
||||||
-o-transition:.15s;
|
-o-transition:.15s;
|
||||||
@@ -279,4 +312,5 @@ blockquote {
|
|||||||
font-style:normal;
|
font-style:normal;
|
||||||
font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
padding:1em;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user