MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 6,332: | Line 6,332: | ||
} | } | ||
.entry .timetitle{ | |||
margin-bottom: .5em; | margin-bottom: .5em; | ||
float: left; | float: left; | ||
| Line 6,340: | Line 6,340: | ||
position: relative; | position: relative; | ||
} | } | ||
.entry .timetitle::before{ | |||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
| Line 6,352: | Line 6,352: | ||
z-index: 99; | z-index: 99; | ||
} | } | ||
.entry #th3 { | |||
margin: 0; | margin: 0; | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
.entry #tp{ | |||
margin: 0; | margin: 0; | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
.entry .timebody { | |||
margin: 0 0 3em; | margin: 0 0 3em; | ||
float: right; | float: right; | ||
width: 66%; | width: 66%; | ||
padding-left: 30px; | padding-left: 30px; | ||
} | } | ||
.entry .timebody p { | |||
line-height: 1.4em; | line-height: 1.4em; | ||
} | } | ||
.entry .timebody p:first-child { | |||
margin-top: 0; | margin-top: 0; | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
.entry .timebody ul { | |||
color:#aaa; | color:#aaa; | ||
padding-left: 0; | padding-left: 0; | ||
| Line 6,382: | Line 6,380: | ||
} | } | ||
.entry .timebody li:before { | |||
content: "–"; | content: "–"; | ||
margin-right: .5em; | margin-right: .5em; | ||
} | } | ||