Difference between revisions of "MediaWiki:Common.css"

From Aion PowerBook
Jump to: navigation, search
m
m
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
body {
 +
color: #11495a !important;
 +
}
 +
 +
.dev_dungeon {background:url('https://aionpowerbook.com/images/dung_mark_d.png') no-repeat 0px 0px; display:block; width:109px; height:51px;}
 +
.dev_dungeon:hover {background:url('https://aionpowerbook.com/images/dung_mark.png') no-repeat 0px 0px; display:block; width:109px; height:51px;}
 +
 
.mw-ui-vform {width: 500px !important}
 
.mw-ui-vform {width: 500px !important}
  
Line 19: Line 26:
 
         top: 700px;
 
         top: 700px;
 
overflow: visible !important;
 
overflow: visible !important;
 +
    }
 +
    .permaad {
 +
        background-image: url("https://aionpowerbook.com/img/ver6pb.png");
 +
        display:block !important;
 +
        position: fixed;
 +
        bottom: 0px;
 +
overflow: visible !important;
 +
        width:400px;
 +
        height:150px;
 +
        right:0px;
 
     }
 
     }
 
}
 
}
Line 41: Line 58:
 
.google-auto-placed {margin-top:20px; margin-bottom:20px;}
 
.google-auto-placed {margin-top:20px; margin-bottom:20px;}
  
.monobook-leaderboard-ad {margin-bottom:10px;}
+
#monobook-leaderboard-ad {margin-bottom:10px;}
 +
 
 +
table.itemColjsonTable {width: 99% !important;}
 +
table.itemColjsonTable th {border:0px !important;background: 0 !important;}
 +
table.itemColjsonTable.lists td {border: 1px solid #183e6a !IMPORTANT;}
 +
table.itemColjsonTable tbody tr {background: 0 !important; border: 1px solid #183e6a !IMPORTANT;}
 +
 
 +
.ICtable .dataTables_filter {padding-right:10px !important; padding-top:10px !important;}
 +
.cel1 {  border:1px solid #e7e7e7 !important; background: #ececec !important; }

Latest revision as of 20:25, 10 September 2021

/* CSS placed here will be applied to all skins */
body {
color: #11495a !important;
}

.dev_dungeon {background:url('https://aionpowerbook.com/images/dung_mark_d.png') no-repeat 0px 0px; display:block; width:109px; height:51px;}
.dev_dungeon:hover {background:url('https://aionpowerbook.com/images/dung_mark.png') no-repeat 0px 0px; display:block; width:109px; height:51px;}

.mw-ui-vform {width: 500px !important}

#p-navigation {display:none;}
#p-tb {display:none;}
#searchInput {width:20.5em !important;}

table.dataTable {Width: 100% !important;}

@media screen and (min-width: 1080px) {
    .generated-sidebar {
        width: 150px !important;
        top: 90px !important;
	overflow: visible !important;
    }
    .twitterfeed {
        display:block !important;
        position: fixed;
        top: 700px;
	overflow: visible !important;
    }
    .permaad {
        background-image: url("https://aionpowerbook.com/img/ver6pb.png");
        display:block !important;
        position: fixed;
        bottom: 0px;
	overflow: visible !important;
        width:400px; 
        height:150px;
        right:0px;
    }
}
.mw-ui-vform {width: 500px !important}
.twitterfeed {display:none}


.ajax100p {width:100% !important;}

.bxslider {margin-left: 5px !important;}

.bx-wrapper ul {margin: 0 0 0 0 !important}

.flexslider li {padding: 0 0 0 0 !important;}

.flex-control-nav li {0 0 10px 10px !important;}

.objects .wrap dl.bonus_attr dd {height: 20px}

.portlet h3 {display:none !important;}

.google-auto-placed {margin-top:20px; margin-bottom:20px;}

#monobook-leaderboard-ad {margin-bottom:10px;}

table.itemColjsonTable {width: 99% !important;}
table.itemColjsonTable th {border:0px !important;background: 0 !important;}
table.itemColjsonTable.lists td {border: 1px solid #183e6a !IMPORTANT;}
table.itemColjsonTable tbody tr {background: 0 !important; border: 1px solid #183e6a !IMPORTANT;}

.ICtable .dataTables_filter {padding-right:10px !important; padding-top:10px !important;}
.cel1 {  border:1px solid #e7e7e7 !important; background: #ececec !important; }