Anonymous

LSJ:DarkTheme: Difference between revisions

From LSJ
m
no edit summary
mNo edit summary
mNo edit summary
Line 8: Line 8:
==Dark theme 1==
==Dark theme 1==


<pre>* {
<pre>*{background:#262626!important;border-color:#3e3e3e!important;color:#e9e6e6!important}a:link{color:#a7a15e!important}a:visited,pre{color:#a67b07!important}a:hover,h1,h1 *,h2,h2 *,h3,h3 *,h4,h4 *,h5,h5 *,h6,h6 *{color:#556b2f!important}b,b *,strong,strong *{color:#af5f00!important;font-weight:400!important}i,i *,li{color:#e9e6e6!important}button,input,select,textarea{background:#262626!important;border:1px solid #3e3e3e!important}ul{list-style-image:none!important}#simpleSearch label{background:0 0!important}.new a,a.new{color:#98bfe7!important}#mw-editbutton-link,span.oo-ui-iconElement-icon.oo-ui-icon-link{background-color:#ce5149!important}.mw-wiki-logo{background-image:url(/images/a/ae/LogoD.png)!important;background-repeat:no-repeat!important;display:block!important;content:''!important;width:11em!important;height:11em!important;background-position:50% 50%!important;margin:.75em auto 0!important}#trrandomquote::before{color:#796c22!important}</pre>
background: #262626 !important;
border-color: #3e3e3e !important;
color: #e9e6e6 !important;
}
 
a:link {
color: #a7a15e !important;
}
 
pre,
a:visited {
color: #a67b07 !important;
}
 
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 *,
a:hover {
color: #556b2f !important;
}
 
b,
b *,
strong,
strong * {
color: #af5f00 !important;
font-weight: normal !important;
}
 
li,
i,
i * {
color: #e9e6e6 !important;
}
 
input,
button,
select,
textarea {
background: #262626 !important;
border: 1px solid #3e3e3e !important;
}
 
ul {
list-style-image: none !important;
}
 
#simpleSearch label{
background: none !important;
}
a.new, .new a {
color: #98bfe7 !important;
}
#mw-editbutton-link, span.oo-ui-iconElement-icon.oo-ui-icon-link {
    background-color: #ce5149 !important;
}
.mw-wiki-logo {
    background-image: url(/images/a/ae/LogoD.png) !important;
    background-repeat: no-repeat !important;
    display: block !important;
    content: '' !important;
    width: 11em !important;
    height: 11em !important;
    background-position: 50% 50% !important;
    margin: 0.75em auto 0 !important;
}
#trrandomquote::before {
color: #796c22 !important;
}</pre>


==Dark theme 2==
==Dark theme 2==