Changes to style.css

This commit is contained in:
Stian Lund 2019-09-14 14:27:45 +02:00
parent 01d72bfa1f
commit 583e42f572

View File

@ -22,7 +22,7 @@ WP386 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic,
/*!
WP386 Theme
*/
a:hover img,a:focus img{display: block;background:none}
a:hover img,a:focus img{background:none}
article.comment-body{margin:20px 0}
article.post.sticky .page-header,article.post.sticky{background-color:#0A0;margin:30px 0}
article.post{-ms-word-wrap:break-word;word-wrap:break-word}
@ -37,6 +37,7 @@ footer.site-footer{margin-bottom:5px}
img{-webkit-filter:contrast(100%);-moz-filter:contrast(100%);-ms-filter:contrast(100%);-o-filter:contrast(100%);filter:contrast(100%)}
label{display:inline}
pre{color:lime;background-color:#002100;padding:10px;width:95%;box-shadow:5px 5px black;margin:1em auto;background-image:url("/img/line2.gif")}
p iframe{box-shadow: 5px 5px 0 0 black; border:outset 2px #bbb !important;}
table{width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}
table th{color:white;text-align:left}
.aligncenter{clear:both;display:block;margin:0 auto}
@ -52,11 +53,11 @@ table th{color:white;text-align:left}
.comment-respond code{white-space:normal}
.comment-respond input,label,textarea,select{margin:0px;width:auto}
.comment-respond p{margin:0px 0px 10px}
.comments-link,.edit-link{display:inline-block;padding:0 14px;margin:0 5px 5px;text-align:center;vertical-align:middle;background:none repeat scroll 0 0 #BBB;color:#000;border:none;border-radius:0;box-shadow:8px 7px 0 #000}
.comments-link>a,.edit-link>a{color:#000}
.comments-link,.edit-link{display:inline-block;padding:0 14px;margin:0 5px 5px;text-align:center;vertical-align:middle;background:none repeat scroll 0 0 #BBB;color:black;border:none;border-radius:0;box-shadow:8px 7px 0 black}
.comments-link>a,.edit-link>a{color:black}
.comments-link>a:after,.edit-link>a:after{content:" >"}
.comments-link>a:before,.edit-link>a:before{content:"< "}
.comments-link>a:hover,.edit-link>a:hover,.comments-link>a:focus,.edit-link>a:focus{color:#ffffff;background-color:transparent}
.comments-link>a:hover,.edit-link>a:hover,.comments-link>a:focus,.edit-link>a:focus{color:white;background-color:transparent}
.comment-form-comment label {display: block}
.entry-header{margin:30px 0 auto;padding:10px;background-color:#0AA}
.entry-content li{margin:0.5em 0 0.5em 1em;list-style:square;list-style-position:inside}
@ -72,7 +73,7 @@ table th{color:white;text-align:left}
.nav .dropdown>a::after{content:"?";margin-left:4px}
.nav-next{float:right;text-align:right;width:50%}
.nav-previous{float:left;width:50%}
.navbar-inverse .navbar-inner{background:#000000}
.navbar-inverse .navbar-inner{background:black}
.navbar{width:auto}
.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}
.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}
@ -84,7 +85,7 @@ table th{color:white;text-align:left}
.sidebar-affix{top:0;bottom:0}
.sidebar-container input,form{margin:0}
.sidebar-container ul,ol{margin:0 0 15px}
.sidebar-container{padding:14px 16px;margin-bottom:0;-webkit-box-shadow:8px 7px 0 0 #000;-moz-box-shadow:8px 7px 0 0 #000;box-shadow:8px 7px 0 0 #000;background:#555;color:#fff}
.sidebar-container{padding:14px 16px;margin-bottom:0;box-shadow:8px 7px 0 0 black;background:#555;color:white}
.sidebar-container{width:225px;overflow-x:hidden}
.sidebar-outer{margin-top:45px;position:absolute;top:0;bottom:30px}
.single .byline,.group-blog .byline{display:inline}
@ -96,24 +97,24 @@ table th{color:white;text-align:left}
.site-header{margin-bottom:15px}
.theme-blackonwhite #site-description{color:#bbb}
.theme-blackonwhite .page-header,.theme-blackonwhite .entry-header,.theme-blackonwhite .entry-header{background:#55FFFF}
.theme-blackonwhite .sidebar-container{background-color:#AAA;color:#000}
.theme-blackonwhite .wp-caption{border-color:#000}
.theme-blackonwhite ::-moz-selection{background-color:#AA5500;color:#FFF}
.theme-blackonwhite ::-webkit-selection{background-color:#AA5500;color:#FFF}
.theme-blackonwhite ::selection{background-color:#AA5500;color:#FFF}
.theme-blackonwhite a:hover,.theme-blackonwhite a:focus{color:#FFFFFF;background:#FF5555}
.theme-blackonwhite .sidebar-container{background-color:#AAA;color:black}
.theme-blackonwhite .wp-caption{border-color:black}
.theme-blackonwhite ::-moz-selection{background-color:#AA5500;color:white}
.theme-blackonwhite ::-webkit-selection{background-color:#AA5500;color:white}
.theme-blackonwhite ::selection{background-color:#AA5500;color:white}
.theme-blackonwhite a:hover,.theme-blackonwhite a:focus{color:white;background:#FF5555}
.theme-blackonwhite article.post.sticky .page-header, .theme-blackonwhite article.post.sticky .entry-header{background-color:#5F5}
.theme-blackonwhite a{color:#0000AA;text-decoration:none}
.theme-blackonwhite h1,.theme-blackonwhite h2,.theme-blackonwhite h3,.theme-blackonwhite h4,.theme-blackonwhite h5,.theme-blackonwhite h6{color:#000}
.theme-blackonwhite strong,.theme-blackonwhite em{color:#000}
.theme-blackonwhite{background-color:#fff;color:#000}
.theme-blackonwhite h1,.theme-blackonwhite h2,.theme-blackonwhite h3,.theme-blackonwhite h4,.theme-blackonwhite h5,.theme-blackonwhite h6{color:black}
.theme-blackonwhite strong,.theme-blackonwhite em{color:black}
.theme-blackonwhite{background-color:white;color:black}
.video-player{margin-bottom:0.5em}
.widget select{max-width:100%}
.widget_search .search-submit{display:none}
.widget_search input.search-field{width:100%;height:24px; box-shadow: 3px 3px 0 0 #000;border: none;}
.widget_search input.search-field{width:100%;height:24px; box-shadow: 3px 3px 0 0 black;border: none;}
.widget{margin:0 auto 0.7em}
.wp-caption{margin-bottom:0.5em;max-width:100%;clear:both}
.wp-caption img{display:block;margin:2% auto 0;max-width:98%}
.wp-caption-text{text-align:center;margin:0.2em 0 0;font-style:italic}
.wp-caption img{display:block;margin:2% auto 0;max-width:98%; box-shadow: 5px 5px 0 0 black; border:outset 2px #bbb !important}
.wp-caption-text{text-align:center;margin:5px 0 0;font-style:italic}
.wp-video {max-width:100%;height:auto;margin:1em auto;}
#today{text-decoration:underline}