MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.rightbox, .roomnumber { | .rightbox, .roomnumber { | ||
margin: 0 | position: fixed; | ||
padding: 4px | top: 92px; | ||
border: 1px | right: 92px; | ||
margin: 0; | |||
padding: 4px 9px; | |||
border: 1px #aaa solid; | |||
background-color: white; | background-color: white; | ||
float: right; | float: right; | ||
clear: both; | clear: both; | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 12pt; | ||
width: 7%; | width: 7%; | ||
} | } | ||
Revision as of 13:04, 28 June 2017
/* CSS placed here will be applied to all skins */
.rightbox, .roomnumber {
position: fixed;
top: 92px;
right: 92px;
margin: 0;
padding: 4px 9px;
border: 1px #aaa solid;
background-color: white;
float: right;
clear: both;
text-align: center;
font-size: 12pt;
width: 7%;
}