Pybot Wiki
No edit summary
No edit summary
Line 105: Line 105:
 
padding:4px;
 
padding:4px;
 
margin:7px !important;
 
margin:7px !important;
  +
}
  +
#button-hover img {
 
opacity:0.75;
 
opacity:0.75;
 
filter:alpha(opacity=75); /* For IE8 and earlier */
 
filter:alpha(opacity=75); /* For IE8 and earlier */
 
}
 
}
#button-hover:hover {
+
#button-hover img:hover {
 
opacity:1.0;
 
opacity:1.0;
 
filter:alpha(opacity=100); /* For IE8 and earlier */
 
filter:alpha(opacity=100); /* For IE8 and earlier */

Revision as of 21:13, 13 April 2014

a:link.new {
   color:#e11414!important;
}

#EditPageEditor .loading-indicator .loading-message .loading-throbber {
   background-image: url(http://img3.wikia.nocookie.net/__cb20140222011406/pybot/images/d/de/Ajax-loader.gif) !important;
   background-size: 128px 15px !important;
   background-repeat:no-repeat !important;
   background-position:top center;
   background-color:transparent;
   height: 15px !important;
   width: 128px !important;
}

#mainpage-head {
   color:#786c42;
   font-size:5em;
   line-height:110%;
   text-align:left;
}
#mainpage-head a:link,
#mainpage-head a:visited {
   color:#786c42;
   text-decoration:none;
}

#mainpage-head a:hover {
   color:#a6955b !important;
   text-decoration:underline !important;
}
   
/*     
                         COMMAND LINE  

     */
#command {
   background: #000000;
   color: white;
   font-family: Consolas, monospace;
   border: 3px solid #786c42;
   border-radius: 10px;
   padding: 5px;
   padding-left: 4px;
   margin: 0 auto;
}

#command-85 {
   width: 85%;
   background: #000000;
   color: white;
   font-family: Consolas, monospace;
   border: 3px solid #786c42;
   border-radius: 10px;
   padding: 5px;
   padding-left: 4px;
   margin: 0 auto;
}

#command-65 {
   width: 65%;
   background: #000000;
   color: white;
   font-family: Consolas, monospace;
   border: 3px solid #786c42;
   border-radius: 10px;
   padding: 5px;
   padding-left: 4px;
   margin: 0 auto;
}

#clink a:link,
#clink a:visited {
   color: white !important;
   font-family: Consolas, monospace;
   text-decoration: none !important;
}

#clink a:hover {
   font-weight:bold;
   text-decoration: underline !important;
}

#clink-underline a:link,
#clink-underline a:visited {
   color: white !important;
   font-family: Consolas, monospace;
   text-decoration: underline !important;
}

#clink-underline a:hover {
    font-weight:bold;
    color: #8687cc !important;
}

/*     
                                    BUTTONS  

     */

#button-hover {
    border-radius:50%;
    height:100px !important;
    width:100px !important;
    background:black;
    padding:4px;
    margin:7px !important;
}
#button-hover img {
    opacity:0.75;
    filter:alpha(opacity=75);  /* For IE8 and earlier */
}
#button-hover img:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
    
   
#button-white,
#button-black,
#button-blue,
#button-green,
#button-red,
#button-yellow {
    border-radius:50%;
    height:100px !important;
    width:100px !important;
    background:black;
    padding:1px;
    margin:7px !important;
}

#button-white:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #bfbfbf;
    margin:5px !important;
}
#button-black:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #404040;
    margin:5px !important;
}
#button-blue:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #286dac;
    margin:5px !important;
}
#button-green:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #4e9600;
    margin:5px !important;
}
#button-red:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #e11414;
    margin:5px !important;
}
#button-yellow:hover {
    padding:3px !important;
    box-shadow: 0 0 30px #8c8c00;
    margin:5px !important;
}

#button-infobox {
    border-radius:50%;
    width:100px;
    background:black;
    padding:1px;
    margin:2px;
    margin-bottom:10px !important;
}

#button-infobox:hover {
   padding:3px !important;
   margin:0 !important;
   margin-bottom:8px !important;
}    

/*     
                         INFOBOX SCHTUFF    

     */
table.infobox-exterior,
#infobox-exterior {
   border:2px solid #786c42 !important;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
   background-color:#ffec8b !important;
   color:#786c42 !important;
   font-weight: bold;
   minimum-width:250px !important;
   float:right;
   clear:right;
   margin: 5px 0px 5px 10px; 
   padding: 10px auto 4px 8px; 
}   

table.infobox-interior,
#infobox-interior,
table.infointerior-regex,
#infointerior-regex {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin: 7px 3px 7px 7px; 
        padding:auto;
        float:right;
	maximum-width: 245px !important;
        width: 245px !important;
	text-align: right;
	border-collapse: collapsed;
        -webkit-border-radius: 10px 0px 0px 10px;
         -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}

table.infobox-interior th,
#infobox-interior th {
  /* border: 1px solid #786c42;
  -moz-border-radius:10px ;
  -webkit-border-radius:10px ;
   border-radius:10px ;
  -moz-box-shadow:10px 10px 10px #ffc198 ;
  -webkit-box-shadow:10px 10px 10px #ffc198 ;
   o-box-shadow:10px 10px 10px #ffc198;
   box-shadow:10px 10px 10px #ffc198;*/
   overflow:hidden;
   text-decoration:none !important;
   letter-spacing:0px !important; 
   width:250px;
   line-height:110%;
   font-size:125%;
   background:#ffec8b;
   color:#786c42;
   text-decoration: bold;
}

table.infobox-interior td,
#infobox-interior td {
   padding: 4px;
   width:245px;
   color:#ffc198;
   background: #921919; /* 
   background: -moz-linear-gradient(45deg,  #ffffff 0%, #ffc198 100%);
   background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ffc198)); 
   background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ffc198 100%); 
   background: -o-linear-gradient(45deg,  #ffffff 0%,#ffc198 100%); 
   background: -ms-linear-gradient(45deg,  #ffffff 0%,#ffc198 100%); 
   background: linear-gradient(45deg,  #ffffff 0%,#ffc198 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc198',GradientType=1 ); */
   /* border-top: 1px solid #fff;*/
}

table.infobox-interior tbody tr:hover td,
#infobox-interior tbody tr:hover td {
	background: #460000;
}

table.infobox-interior td.info-both,
#infobox-interior td.info-both {
   text-align:right;
   padding-left:0;
   padding-right:0px;
   margin-right:4px;
   line-height:100%;
  
}
table.infobox-interior td.info-both img,
#infobox-interior td.info-both img {
	display:block; /*force new line after img in sidebar */
	margin: 0 ;
	padding-left: 0; 
    padding-right: 0 !important;
}

table.infobox-interior td.info-left, 
#infobox-interior td.info-left {
	width: 125px !important;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
   line-height:100%;
   color:#ffc198 !important;
}
 
table.infobox-interior td.info-right,
#infobox-interior td.info-right {
   text-align:left;
   vergical-align:top;
   line-height:100%
}

/*     
                         SPECIALISED INFOBOXES    

     */

table.infoexterior,
#infoexterior {
   border:2px solid #786c42 !important;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
   background-color:#ffec8b !important;
   color:#786c42 !important;
   font-weight: bold;
   minimum-width:250px !important;
   width:250px !important;
   float:right;
   clear:right;
   margin: 5px 0px 5px 10px;
   padding: 10px auto 4px 8px; 
}

table.infointerior-regex th,
#infointerior-regex th {
   overflow:hidden;
   text-decoration:none !important;
   letter-spacing:0px !important; 
   margin: auto;
   line-height:110%;
   font-size:125%;
   background:#ffec8b;
   color:#786c42;
   text-decoration: bold;
}

table.infointerior-regex td,
#infointerior-regex td {
   padding: 4px;
   width:245px;
   color:#FFF;
   background: #e11414;
}

table.infointerior-regex tbody tr:hover td,
#infointerior-regex tbody tr:hover td {
	background: #990e0e;
}

table.infointerior-regex td.infoboth-regex,
#infointerior-regex td.infoboth-regex {
   text-align:right;
   padding-left:0;
   padding-right:0px;
   margin-right:4px;
   line-height:100%;
  
}

table.infointerior-regex td.infoleft-regex, 
#infointerior-regex td.infoleft-regex {
	width: 125px !important;
	font-weight: bold !important;
	text-align: right;
	vertical-align:top;
   line-height:100%;
        color:#ffbfbf !important;
}
 
table.infointerior-regex td.inforight-regex,
#infointerior-regex td.inforight-regex {
   text-align:left;
   vertical-align:top;
   line-height:100%;
   background-color:#786c42 !important;
   color:#FFF !important;
   font-weight: normal !important;
}

table.infointerior-regex td.inforight-regex:hover,
#infointerior-regex td.inforight-regex:hover {
	background-color: #b3a162 !important;
}

#inforight-regex a:link,
#inforight-regex a:visited {
       color: #aecfff !important;
       font-weight: normal !important;
}