Adding theme customizations

This commit is contained in:
2014-05-30 07:22:55 +02:00
parent 9aca0a57e3
commit bb6644a01a
2 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
.gallery_table {
width: 100%;
text-align: center;
}
.gallery_table tr, .gallery_table td {
margin: 1em;
padding: 1em;
vertical-align: top;
}
.gallery_table tr {
border-top: 1px solid #ccc;
}
.fa-atom-square:before {
content: "\f143"
}
.fa-atom:before {
content: "\f09e"
}
.linenos {
width: 5em;
text-align: right;
}
.highlighttable .code {
width: 80em;
}
strong {
color: #fff;
}
/*blockquote {
color: #d0d0d0;
background-color: #202020;
border-left: 0em none #000;
}*/
a:hover {
color: #fff !important;
}
.entry-content a {
border-bottom: 1px solid #fff;
}
.entry-content a.cboxElement {
border-bottom: none;
}
.cboxElement img {
padding: 2px;
margin: 2px;
border: 1px solid #181818;
}
.cboxElement img:hover {
border: 1px solid #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #317eac;
}

View File

@@ -0,0 +1,57 @@
.gallery_table {
width: 100%;
text-align: center;
}
.gallery_table tr, .gallery_table td {
margin: 1em;
padding: 1em;
vertical-align: top;
}
.gallery_table tr {
border-top: 1px solid #ccc;
}
.fa-atom-square:before {
content: "\f143"
}
.fa-atom:before {
content: "\f09e"
}
.linenos {
width: 5em;
text-align: right;
}
.highlighttable .code {
width: 80em;
}
.row a:hover {
color: #317eac !important;
}
.entry-content a {
border-bottom: 1px solid #666;
}
.entry-content a.cboxElement {
border-bottom: none;
}
.cboxElement img {
padding: 2px;
margin: 2px;
border: 1px solid #fff;
}
.cboxElement img:hover {
border: 1px solid #317eac;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #317eac;
}