diff --git a/content/theme-extra/css/custom-cyborg.css b/content/theme-extra/css/custom-cyborg.css new file mode 100644 index 0000000..5ec77ef --- /dev/null +++ b/content/theme-extra/css/custom-cyborg.css @@ -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; +} \ No newline at end of file diff --git a/content/theme-extra/css/custom-spacelab.css b/content/theme-extra/css/custom-spacelab.css new file mode 100644 index 0000000..bbd4c4e --- /dev/null +++ b/content/theme-extra/css/custom-spacelab.css @@ -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; +} \ No newline at end of file