Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Disable the cone next to links.) |
(Attempting to copy over code for the "widebox" class that is only defined at MediaWiki:Monobook.css) |
||
Line 7: | Line 7: | ||
padding-right:13px; | padding-right:13px; | ||
}*/ | }*/ | ||
+ | .widebox { | ||
+ | width: 80%; | ||
+ | border: solid #999 1px; | ||
+ | background: #F8F8F8; | ||
+ | margin: 0.5em auto; | ||
+ | clear: both; | ||
+ | text-align: center; | ||
+ | padding: 2px; | ||
+ | } |
Revision as of 10:57, 16 November 2016
/* Styling links to www.VideoLan.org */
/*#bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(//www.videolan.org/favicon.ico) no-repeat scroll right center;
padding-right:13px;
}*/
.widebox {
width: 80%;
border: solid #999 1px;
background: #F8F8F8;
margin: 0.5em auto;
clear: both;
text-align: center;
padding: 2px;
}