Difference between revisions of "MediaWiki:Common.css"
From Casio Universal Wiki
| Line 8: | Line 8: | ||
/* MsgBox */ | /* MsgBox */ | ||
#TemplateMsgBox{width:100%;} | #TemplateMsgBox{width:100%;} | ||
| − | #TemplateMsgBoxTable{ | + | #TemplateMsgBoxTable{width:80%;margin:0 auto 0 auto;border:solid 1px;border-left:solid 9px;} |
#TemplateMsgBoxIcon{text-align:center;overflow:hidden;width:55px;height:35px;max-width:55px;max-height:55px;} | #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;} | #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;} | #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} | ||
| + | .TemplateMsgBoxThemered{background-color:#ffcccc;border-color:#aa0044} | ||
| + | .TemplateMsgBoxThemeorange{background-color:#ffeedd;border-color:#ff8822} | ||
| + | .TemplateMsgBoxThemeblue{background-color:#fbfbfb;border-color:#77ccff} | ||
Revision as of 22:13, May 22, 2012
/* 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;}
#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}
.TemplateMsgBoxThemered{background-color:#ffcccc;border-color:#aa0044}
.TemplateMsgBoxThemeorange{background-color:#ffeedd;border-color:#ff8822}
.TemplateMsgBoxThemeblue{background-color:#fbfbfb;border-color:#77ccff}