Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (Replaced content with "#ca-talk { display:none!important; } #ca-history { display:none!important; }") (Tag: Replaced) |
Samerhijazi (talk | contribs) |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
| + | #ca-watch { display:none!important; } | ||
| + | #ca-unwatch { display:none!important; } | ||
| + | /* #ca-delete { display:none!important; } */ | ||
| + | #bodyContent a.external[href ^="http://wiki.samerhijazi.net"], | ||
| + | #bodyContent a.external[href ^="http://wiki.samerhijazi.net"] { | ||
| + | background: none; | ||
| + | padding-right: 0; | ||
| + | } | ||
| + | |||
| + | pre.code { | ||
| + | background-color: #333; | ||
| + | border: 1px solid #ccc; | ||
| + | border-radius: 4px; | ||
| + | color: #fff; | ||
| + | display: block; | ||
| + | font-size: 13px; | ||
| + | line-height: 1.4; | ||
| + | margin: 0 0 10px; | ||
| + | margin: 0 0 10px; | ||
| + | overflow: auto; | ||
| + | padding: 20px 30px; | ||
| + | padding: 9.5px; | ||
| + | word-break: break-all; | ||
| + | word-wrap: break-word; | ||
| + | } | ||
| + | pre.text { | ||
| + | background-color: #1C6EA4; | ||
| + | border: 1px solid #ccc; | ||
| + | border-radius: 4px; | ||
| + | color: #fff; | ||
| + | display: block; | ||
| + | font-size: 13px; | ||
| + | line-height: 1.4; | ||
| + | margin: 0 0 10px; | ||
| + | margin: 0 0 10px; | ||
| + | overflow: auto; | ||
| + | padding: 20px 30px; | ||
| + | padding: 9.5px; | ||
| + | word-break: break-all; | ||
| + | word-wrap: break-word; | ||
| + | } | ||
| + | |||
| + | span.k { | ||
| + | color: #6ab825; | ||
| + | font-weight: bold; | ||
| + | } | ||
Latest revision as of 14:08, 10 October 2021
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }
/* #ca-delete { display:none!important; } */
#bodyContent a.external[href ^="http://wiki.samerhijazi.net"],
#bodyContent a.external[href ^="http://wiki.samerhijazi.net"] {
background: none;
padding-right: 0;
}
pre.code {
background-color: #333;
border: 1px solid #ccc;
border-radius: 4px;
color: #fff;
display: block;
font-size: 13px;
line-height: 1.4;
margin: 0 0 10px;
margin: 0 0 10px;
overflow: auto;
padding: 20px 30px;
padding: 9.5px;
word-break: break-all;
word-wrap: break-word;
}
pre.text {
background-color: #1C6EA4;
border: 1px solid #ccc;
border-radius: 4px;
color: #fff;
display: block;
font-size: 13px;
line-height: 1.4;
margin: 0 0 10px;
margin: 0 0 10px;
overflow: auto;
padding: 20px 30px;
padding: 9.5px;
word-break: break-all;
word-wrap: break-word;
}
span.k {
color: #6ab825;
font-weight: bold;
}