MediaWiki:Resources/appeal.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
creating page with CSS from Template:2012FR/Appeal-template-default |
mNo edit summary |
||
Line 1: | Line 1: | ||
<html> |
<html><style> |
||
<style type="text/css"> |
|||
#appeal { |
#appeal { |
||
background-color: transparent; |
background-color: transparent; |
||
Line 32: | Line 31: | ||
padding-right: 0 !important; |
padding-right: 0 !important; |
||
} |
} |
||
</style> |
</style></html> |
||
</html> |
Revision as of 11:35, 12 September 2014
<html><style>
#appeal {
background-color: transparent;
}
#appeal-head {
font-size: 1.5em;
line-height: 1.125em;
padding-bottom: 1em;
padding-top: 0.125em;
border-bottom: 1px solid #aaaaaa;
}
#appeal-body {
padding: 0.2em 0em;
padding-top: 1em;
font-size: 1.125em;
margin-bottom: 1em;
}
#appeal-translate-link {
font-size: 0.8em;
}
body.ltr #appeal-translate-link {
float:right;
text-align:right;
}
body.rtl #appeal-translate-link {
float: left;
text-align: left;
}
#appeal-translate-link a {
background-image: none !important;
padding-right: 0 !important;
}
</style></html>