MediaWiki:Common.css: Difference between revisions

WikiAdmin (talk | contribs)
mNo edit summary
WikiAdmin (talk | contribs)
m clear .quote
 
(10 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 */
/* don't show categories on main page */
body.page-Main_Page #catlinks { display : none }


#mainpage h2 {
#mainpage h2 {
Line 56: Line 59:
}
}


blockquote.citation
.citation,
{
blockquote{
   position: relative;
   border-width:0 0 0 1px;
border-width: 0px 0px 0px 0px;
  border-style:solid;
border-style: solid;
  border-color:Blue;
border-color: gray;
  padding: 0 0 0 1em;
padding: 0 1em 1em 0em;
  margin: 0 0 1em 1em;
margin-top: -2em;
}
}
.citation::before{
 
  position: relative;
.quote {
top: 1.1em;
left: -.9em;
content: "“";
color: gray;
font-family: serif;
font-weight: bold;
font-size: 3em;
line-height: 0px;
}
}


Line 102: Line 96:
   display: none;
   display: none;
}
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
/* numbered lists */
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
<noinclude>[[de:MediaWiki:Common.css]]</nowiki>
<noinclude>[[de:MediaWiki:Common.css]]</nowiki>