MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.smw-eventcalendar {
height:20em;
width: 20em;
}
.page-wrap {
width: 1450px;
margin-left: 10px;
position: relative;
}
.sidebar {
width: 150px;
position: fixed;
margin-left: 1570px;
}
/* from Common.css in SMW for the table of content */
#smworgtable-toc #toc {
border: 0px solid #AAA;
background-color: #ffffff;
font-size: 100%;
width: 220px;
}
#smworgtable-toc.smworgtable-toc th a {
color: #164eaf;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: right;
}
#smworgtable-toc #toc.toc {
font-size: 110%;
}
#toc h2,
.toc h2 {
display: none;
}
#toc .toctoggle,
.toc .toctoggle {
text-align: right !important;
}
/* calendar */
#calendar {
width: 200px;
margin: 0 auto;
font-size: 10px;
}
.fc-toolbar {
font-size: .9em;
}
.fc-toolbar h2 {
font-size: 12px;
white-space: normal !important;
}
/* click +2 more for popup */
.fc-more-cell a {
display: block;
width: 85%;
margin: 1px auto 0 auto;
border-radius: 3px;
background: grey;
color: transparent;
overflow: hidden;
height: 4px;
}
.fc-more-popover {
width: 100px;
}
.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event, .fc-content {
font-size: 0;
overflow: hidden;
height: 2px;
}
.fc-view-agendaWeek .fc-event-vert {
font-size: 0;
overflow: hidden;
width: 2px !important;
}
.fc-agenda-axis {
width: 20px !important;
font-size: .7em;
}
.fc-button-content {
padding: 0;
}