4chan-x/src/css/md2016.css
ccd0 14a81213a1 More CSS fixes for MD theme, even though it's removed now.
Can revert this and the others in one week when archived pages expire.
2016-04-02 02:17:23 -07:00

36 lines
785 B
CSS

/* Adapted from https://s.4cdn.org/css/md2016.651.css */
:root.md2016 .page-num {
color: #999;
}
:root.md2016 .summary {
border-radius: 0 0 2px 2px;
background-color: #f5f5f5;
width: 80%;
display: block;
margin: -1px auto 0 auto;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
border-top: 1px solid rgba(0,0,0,0.1);
text-indent:10px;
padding:10px 0;
}
:root.md2016 #hoverUI div.postContainer,
:root.md2016 .inline div.postContainer {
width: auto;
margin: 0;
}
:root.md2016 #hoverUI div.post,
:root.md2016 .inline div.post {
max-width: 100%;
}
:root.md2016 #unread-line {
display: block;
position: relative;
top: 7.5px;
}
:root.md2016 .threadContainer {
margin-left: 26px;
border-left: none;
}