Difference between revisions of "MediaWiki:Common.css"

From WildRP
Jump to navigation Jump to search
Line 29: Line 29:
  
 
.vector-menu-tabs li a{background-position:right bottom;color:#0645ad;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:3.07692308em;position:relative;padding-top:1.25em;padding-left:8px;padding-right:8px;font-size:0.8125em;cursor:pointer}.vector-menu-tabs .new a,.vector-menu-tabs .new a:visited{color:#a55858}.vector-menu-tabs .selected{background-image:url(/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);background:#050B0B}
 
.vector-menu-tabs li a{background-position:right bottom;color:#0645ad;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:3.07692308em;position:relative;padding-top:1.25em;padding-left:8px;padding-right:8px;font-size:0.8125em;cursor:pointer}.vector-menu-tabs .new a,.vector-menu-tabs .new a:visited{color:#a55858}.vector-menu-tabs .selected{background-image:url(/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);background:#050B0B}
 +
 +
#searchInput{background-color:#050B0B;background-color:rgba(255,255,255,0.5);color:#050B0B;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #a2a9b1;border-radius:2px;padding:0.4em 1.84615385em 0.4em 0.4em;-webkit-box-shadow:inset 0 0 0 1px transparent;box-shadow:inset 0 0 0 1px transparent;font-size:0.8125em;direction:ltr;-webkit-transition:border-color 250ms,box-shadow 250ms;-moz-transition:border-color 250ms,box-shadow 250ms;transition:border-color 250ms,box-shadow 250ms;-webkit-appearance:none;-moz-appearance:textfield}#simpleSearch:hover #searchInput{border-color:#72777d}#searchInput:focus,#simpleSearch:hover #searchInput:focus{outline:0;border-color:#FFFFFF;-webkit-box-shadow:inset 0 0 0 1px #FFFFFF,inset 0 0 0 2px #050B0B;box-shadow:inset 0 0 0 1px #FFFFFF,inset 0 0 0 2px #050B0B}
 +
 +
.vector-menu-tabs .selected{background-image:url(/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);background:#050B0B}
 +
 +
.vector-menu-dropdown .vector-menu-content-list{background-color:#050B0B;list-style:none none;min-width:100%;position:absolute;top:2.5em;left:-1px;margin:0;border:1px solid #a2a9b1;border-top-width:0;padding:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:left;opacity:0;visibility:hidden;-webkit-transition:opacity 100ms;-moz-transition:opacity 100ms;transition:opacity 100ms;z-index:2}.vector-menu-dropdown:hover .vector-menu-content-list{opacity:1;visibility:visible}\
  
  

Revision as of 19:01, 5 March 2021

#p-logo { background-color: #000000; 
background-image: url("https://wildrp.com/dist/img/cover.jpg"); } 
#right-navigation { background-color: #050B0B; font-color: #FFFFFF; }
#p-search { color: #FFFFFF; }
#p-search h3 { color: #FFFFFF; }
#left-navigation { display:none!important; } 

div.vectorTabs, div.vectorTabs span, div#mw-head div.vectorMenu h3 { background-color: #000000 ); }

#p-cactions a:link { color: #E4B85D; }
#p-cactions a:visited { color: #E4B85D; }
#p-cactions a:hover { color: #CCCCCC; }
#p-cactions a:active { color: #CCCCCC; }

#right-navigation { color: #050B0B; }
#right-navigation a:link { color: #E4B85D; }
#right-navigation a:visited { color: #E4B85D; }
#right-navigation a:hover { color: #CCCCCC; }
#right-navigation a:active { color: #CCCCCC; }

#mw-sitecsspreview { color: #FFFFFF; }
.editOptions { color: #FFFFFF; }

#simpleSearch #searchInput::placeholder {
    color: #72777d;
}

#searchButton{background-image:url(none);background-image:linear-gradient(transparent,transparent),url(none);background-position:center center;background-repeat:no-repeat}.vector-menu-tabs{background-position:left bottom;float:left;height:2.5em;padding-left:1px}.vector-menu-tabs h3{display:none}.vector-menu-tabs ul{float:left;height:100%;list-style:none none;margin:0;padding:0}.vector-menu-tabs li{background-image:url(none);background-image:linear-gradient(to top,#050B0B 0,#050B0B 1px,#050B0B 100%);background-position:left bottom;background-repeat:repeat-x;float:left;display:block;height:100%;margin:0;padding:0;line-height:1.125em;white-space:nowrap}

.vector-menu-tabs li a{background-position:right bottom;color:#0645ad;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:3.07692308em;position:relative;padding-top:1.25em;padding-left:8px;padding-right:8px;font-size:0.8125em;cursor:pointer}.vector-menu-tabs .new a,.vector-menu-tabs .new a:visited{color:#a55858}.vector-menu-tabs .selected{background-image:url(/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);background:#050B0B}

#searchInput{background-color:#050B0B;background-color:rgba(255,255,255,0.5);color:#050B0B;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #a2a9b1;border-radius:2px;padding:0.4em 1.84615385em 0.4em 0.4em;-webkit-box-shadow:inset 0 0 0 1px transparent;box-shadow:inset 0 0 0 1px transparent;font-size:0.8125em;direction:ltr;-webkit-transition:border-color 250ms,box-shadow 250ms;-moz-transition:border-color 250ms,box-shadow 250ms;transition:border-color 250ms,box-shadow 250ms;-webkit-appearance:none;-moz-appearance:textfield}#simpleSearch:hover #searchInput{border-color:#72777d}#searchInput:focus,#simpleSearch:hover #searchInput:focus{outline:0;border-color:#FFFFFF;-webkit-box-shadow:inset 0 0 0 1px #FFFFFF,inset 0 0 0 2px #050B0B;box-shadow:inset 0 0 0 1px #FFFFFF,inset 0 0 0 2px #050B0B}

.vector-menu-tabs .selected{background-image:url(/skins/Vector/resources/skins.vector.styles/images/tab-current-fade.png?22887);background:#050B0B}

.vector-menu-dropdown .vector-menu-content-list{background-color:#050B0B;list-style:none none;min-width:100%;position:absolute;top:2.5em;left:-1px;margin:0;border:1px solid #a2a9b1;border-top-width:0;padding:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:left;opacity:0;visibility:hidden;-webkit-transition:opacity 100ms;-moz-transition:opacity 100ms;transition:opacity 100ms;z-index:2}.vector-menu-dropdown:hover .vector-menu-content-list{opacity:1;visibility:visible}\



.mw-body { border: 1px solid #CCCCCC; background-image: url("https://wildrp.com/dist/img/cover.jpg");}
.mw-head { background-image: url("https://wildrp.com/dist/img/cover.jpg"); }

.mw-search-profile-tabs {
    background-color: #050B0B;
    margin-top: 1em;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.warningbox {
    background-color: #050B0B;
    border-color: #ff0000;
}

.editOptions {
    background-color: #050B0B;
}

#mw-panel { background-color: #000000;
background-image: url("https://wildrp.com/dist/img/cover.jpg"); }
#mw-page-base {background-image: url("https://wildrp.com/dist/img/cover.jpg"); }

#p-cactions ul li.selected a { background: black; }

.toc {
    background-color: #050B0B;
    border-radius: 10px 10px 10px 10px;
    font-color: #E4B85D;
}

.toc a:link { color: #E4B85D; }
.toc a:visited { color: #E4B85D; }
.toc a:hover { color: #CCCCCC; }
.toc a:active { color: #CCCCCC; }

.toctogglelabel {
    cursor: pointer;
    color: #CCCCCC;
}
.ul {font-color: #E4B85D; }
.ul a:link { color: #E4B85D; }
.ul a:visited { color: #E4B85D; }
.ul a:hover { color: #CCCCCC; }
.ul a:active { color: #CCCCCC; }

#content { background-color: #000000;
background-image: url("https://wildrp.com/dist/img/cover.jpg"); }

#content { color: #FFFFFF; }
#content p { color: #FFFFFF; }
#content h1 { color: #E4B85D; }
#content h2 { color: #E4B85D; }
#content h3 { color: #E4B85D; }
#content h4 { color: #E4B85D; }
#content h5 { color: #E4B85D; }
#content a:link { color: #E4B85D; }
#content a:visited { color: #E4B85D; }
#content a:hover { color: #CCCCCC; }
#content a:active { color: #CCCCCC; }
#mw-head-base { background-color: #050B0B; 
background-image: url("https://wildrp.com/dist/img/cover.jpg"); margin-left:-20px}
#content a:link { color: #E4B85D; }
#mw-body-content a:link { color: #E4B85D; }
#mw-body-content a:visited { color: #E4B85D; }
#mw-body-content a:hover { color: #CCCCCC; }
#mw-body-content a:active { color: #CCCCCC; }
#p-navigation a:link { color: #E4B85D; }
#p-navigation a:visited { color: #E4B85D; }
#p-navigation a:hover { color: #CCCCCC; }
#p-navigation a:active { color: #CCCCCC; }
#p-tb-label { color: #FFFFFF; }
#p-tb .body { color: #E4B85D; }
#p-tb a:link { color: #E4B85D; }
#p-tb a:visited { color: #E4B85D; }
#p-tb a:hover { color: #CCCCCC; }
#p-tb a:active { color: #CCCCCC; }
#catlinks { background-color: #050B0B; }
#catlinks a:link { color: #E4B85D; }
#catlinks a:visited { color: #E4B85D; }
#catlinks a:hover { color: #CCCCCC; }
#catlinks a:active { color: #CCCCCC; }
#p-personal a:link { color: #E4B85D; }
#p-personal a:visited { color: #E4B85D; }
#p-personal a:hover { color: #CCCCCC; }
#p-personal a:active { color: #CCCCCC; }
#footer ul li a:link { color: #E4B85D; }
#footer ul li a:visited { color: #E4B85D; }
#footer ul li a:hover { color: #CCCCCC; }
#footer ul li a:active { color: #CCCCCC; }
#footer ul li { color: #FFFFFF; }

body {
  background-color: #050B0B;
  background-image: url("https://wildrp.com/dist/img/cover.jpg")
}

h1 {
  color: #FFFFFF;
}
h5 {
  color: #E4B85D;
}
p {
  color: #FFFFFF;
}
html {
  background: #000000;
  background-image: url("https://wildrp.com/dist/img/cover.jpg");
  margin: 0;
  padding: 0 0 20px;
}
a {
  color: #E4B85D;

  &:visited {
    color: #E4B85D;
  &:hover {
    color: #FFFFFF;
  }
}