MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
#ca-watch { display:none!important; } | #ca-watch { display:none!important; } | ||
#ca-unwatch { display:none!important; } | #ca-unwatch { display:none!important; } | ||
.itembox { | |||
background-image: url(https://ffxiv.gamerescape.com/w/images/8/8b/Itembg.png); | |||
background-repeat: repeat; | |||
background-clip:padding-box; | |||
-moz-border-radius: 5px; | |||
-webkit-border-radius: 5px; | |||
-khtml-border-radius: 5px; | |||
border-radius: 5px; | |||
margin-bottom: 5px; | |||
-webkit-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round; | |||
/* Safari 5 */ | |||
-webkit-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round; | |||
/* Safari 5 */ | |||
-o-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round; | |||
/* Opera */ | |||
border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round; | |||
} | |||
.shadowed { | |||
-moz-box-shadow: 3px 7px 12px #000000; | |||
-webkit-box-shadow: 3px 7px 12px #000000; | |||
box-shadow: 3px 7px 12px #000000; | |||
} | |||
.padded { | |||
padding-left:50px; | |||
} | |||
.indented { | |||
padding-left:3px; | |||
} | |||
.itembox a:link { | |||
color:#A3C7F0; | |||
} | |||
.itembox a:visited { | |||
color:#A3C7F0; | |||
} | |||
.itembox a:active { | |||
color:#FAA700; | |||
} | |||
.itembox a:hover { | |||
text-decoration: underline; | |||
} | |||
.itembox a.new { | |||
color:#D45137; | |||
} | |||
.itembox a.new:visited { | |||
color:#D45137; | |||
} |
Revision as of 06:05, 7 January 2021
/* CSS placed here will be applied to all skins */
/* Hide title */
.page-Main_Page .firstHeading {
display:none;
}
/* Hide controls */
#ca-nstab-main { display:none!important; }
#ca-nstab-category { display:none!important; }
#ca-talk { display:none!important; }
#ca-view { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }
.itembox {
background-image: url(https://ffxiv.gamerescape.com/w/images/8/8b/Itembg.png);
background-repeat: repeat;
background-clip:padding-box;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
-webkit-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round;
/* Safari 5 */
-webkit-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round;
/* Safari 5 */
-o-border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round;
/* Opera */
border-image:url("https://ffxiv.gamerescape.com/w/images/6/6f/Itembgborder.png") 7 7 round;
}
.shadowed {
-moz-box-shadow: 3px 7px 12px #000000;
-webkit-box-shadow: 3px 7px 12px #000000;
box-shadow: 3px 7px 12px #000000;
}
.padded {
padding-left:50px;
}
.indented {
padding-left:3px;
}
.itembox a:link {
color:#A3C7F0;
}
.itembox a:visited {
color:#A3C7F0;
}
.itembox a:active {
color:#FAA700;
}
.itembox a:hover {
text-decoration: underline;
}
.itembox a.new {
color:#D45137;
}
.itembox a.new:visited {
color:#D45137;
}