Difference between revisions of "MediaWiki:Common.css"
From Casio Universal Wiki
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/*generals class*/ | /*generals class*/ | ||
− | .error{background-color:#faf300;color;#da0000;font-weight:bold;text-decoration: | + | pre{white-space:pre-wrap;margin-right:30px} |
+ | .error{background-color:#faf300;color;#da0000;font-weight:bold;text-decoration:auto;} | ||
+ | dl{border-left:solid #a7d7f9 1px;border-top:solid #a7d7f9 1px;background-color:#f5faff;} | ||
Line 21: | Line 23: | ||
.TemplateMsgBoxThemeblue{background-color:#fbfbfb;border-color:#77ccff !important;} | .TemplateMsgBoxThemeblue{background-color:#fbfbfb;border-color:#77ccff !important;} | ||
/* InfoBox */ | /* InfoBox */ | ||
− | #TemplateInfoBox{float:right;max-width:280px;width:280px; | + | #TemplateInfoBox{float:right;max-width:280px;width:280px;margin-left:15px;} |
#TemplateInfoBox div{text-align:center;font-size: larger;} | #TemplateInfoBox div{text-align:center;font-size: larger;} | ||
#TemplateInfoBox table{border: solid #aaaaaa 1px;background-color:#f9f9f9;max-width:280px;width:280px;text-align:center;} | #TemplateInfoBox table{border: solid #aaaaaa 1px;background-color:#f9f9f9;max-width:280px;width:280px;text-align:center;} | ||
#TemplateInfoBox span{color:#292929;font-style:italic;} | #TemplateInfoBox span{color:#292929;font-style:italic;} | ||
+ | #TemplateInfoBoxImage img{height:auto;width:auto;max-width:220px;} | ||
.TemplateInfoBoxLabel{padding: 0 0 0 3px;font-weight:bold;width:140px;max-width:140px;text-align:left;} | .TemplateInfoBoxLabel{padding: 0 0 0 3px;font-weight:bold;width:140px;max-width:140px;text-align:left;} | ||
.TemplateInfoBoxDate{padding: 0 3px 0 0;width:140px;max-width:140px;text-align:left;} | .TemplateInfoBoxDate{padding: 0 3px 0 0;width:140px;max-width:140px;text-align:left;} | ||
+ | |||
+ | |||
+ | /* Liens au dessus du logo */ | ||
+ | #logoLinks{font-size: 0.75em;width:160px;text-align:center;} | ||
+ | #logoLinks a{width:auto;height:auto;display:inline;} | ||
+ | #logoLinks a:hover{text-decoration:underline;} | ||
+ | #logoLinkPC{color:#BE1818;} | ||
+ | #logoLinkCP{color:#1A4F90;} |
Latest revision as of 15:24, August 26, 2014
/*generals class*/ pre{white-space:pre-wrap;margin-right:30px} .error{background-color:#faf300;color;#da0000;font-weight:bold;text-decoration:auto;} dl{border-left:solid #a7d7f9 1px;border-top:solid #a7d7f9 1px;background-color:#f5faff;} /* Home page Css */ #homePageTable{border-spacing:0;} #homePageTable td{border-right: 1px solid #a7d7f9;border-bottom: 1px solid #a7d7f9;} #homePageTable th{border-right: 1px solid #a7d7f9;border-bottom: 1px solid #a7d7f9;background-color:#f5faff;border-left: 1px solid #a7d7f9;background-color:#f5faff;font-weight:bold;text-align:center;} #homePageTableTop th{border-top: 1px solid #a7d7f9;border-left: 0px !important;} /* Templates CSS */ /* MsgBox */ #TemplateMsgBox{width:100%;} #TemplateMsgBoxTable{width:80%;margin:0 auto 0 auto;border:solid 1px;border-left:solid 9px;text-align:left;} #TemplateMsgBoxIcon{text-align:center;overflow:hidden;width:55px;height:35px;max-width:55px;max-height:55px;} #TemplateMsgBoxTitle{padding:0 0 0 0;margin:0 0 5px 0;font-weight:bold;font-family: sans-serif;font-size: 1em;line-height: 1.4em;} #TemplateMsgBoxText{padding:0 0 0 0;margin:0 0 0 0;font-size: 0.9em;line-height: 1.2em;font-family: sans-serif;} .TemplateMsgBoxThemedefault{background-color:#fbfbfb;border-color:#77ccff !important;} .TemplateMsgBoxThemered{background-color:#ffcccc;border-color:#aa0044 !important;} .TemplateMsgBoxThemeorange{background-color:#ffeedd;border-color:#ff8822 !important;} .TemplateMsgBoxThemeblue{background-color:#fbfbfb;border-color:#77ccff !important;} /* InfoBox */ #TemplateInfoBox{float:right;max-width:280px;width:280px;margin-left:15px;} #TemplateInfoBox div{text-align:center;font-size: larger;} #TemplateInfoBox table{border: solid #aaaaaa 1px;background-color:#f9f9f9;max-width:280px;width:280px;text-align:center;} #TemplateInfoBox span{color:#292929;font-style:italic;} #TemplateInfoBoxImage img{height:auto;width:auto;max-width:220px;} .TemplateInfoBoxLabel{padding: 0 0 0 3px;font-weight:bold;width:140px;max-width:140px;text-align:left;} .TemplateInfoBoxDate{padding: 0 3px 0 0;width:140px;max-width:140px;text-align:left;} /* Liens au dessus du logo */ #logoLinks{font-size: 0.75em;width:160px;text-align:center;} #logoLinks a{width:auto;height:auto;display:inline;} #logoLinks a:hover{text-decoration:underline;} #logoLinkPC{color:#BE1818;} #logoLinkCP{color:#1A4F90;}