290
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 22: | Line 22: | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
#pt-content-toggle { | |||
position: relative; | |||
display: inline-block; | |||
} | |||
#content-toggle { | |||
display: inline-block; | |||
padding: 0 0.75em; | |||
color: #54595d; | |||
text-decoration: none; | |||
} | |||
.content-toggle-menu { | |||
display: none; | |||
position: absolute; | |||
top: 100%; | |||
right: 0; | |||
background: #fff; | |||
border: 1px solid #a2a9b1; | |||
border-radius: 2px; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.2); | |||
z-index: 1000; | |||
min-width: 160px; | |||
} | |||
#pt-content-toggle:hover .content-toggle-menu { | |||
display: block; | |||
} | |||
.content-toggle-menu ul { | |||
margin: 0; | |||
padding: 0; | |||
list-style: none; | |||
} | |||
.content-toggle-menu li a { | |||
display: block; | |||
padding: 0.5em 1em; | |||
color: #202122; | |||
cursor: pointer; | |||
} | |||
.content-toggle-menu li:hover a { | |||
background: #eaecf0; | |||
text-decoration: none; | |||
} | |||
.content-toggle-menu li.active a { | |||
background: #eaf3ff; | |||
color: #36c; | |||
} | |||
/* Styles for content containers */ | |||
.manga-content { | |||
border-left: 3px solid #36c; | |||
padding-left: 1em; | |||
margin: 1em 0; | |||
} | |||
.anime-content { | |||
padding-left: 1em; | |||
margin: 1em 0; | |||
} | } |