szurubooru/client/css/pool-list-view.styl

64 lines
1.5 KiB
Stylus
Raw Normal View History

2020-05-04 04:53:28 +02:00
@import colors
.pool-list
table
width: 100%
border-spacing: 0
text-align: left
line-height: 1.3em
tr:hover td
background: $top-navigation-color
th, td
padding: 0.1em 0.5em
th
white-space: nowrap
background: $top-navigation-color
.names
2020-05-04 09:09:33 +02:00
width: 84%
2020-05-05 00:15:30 +02:00
.post-count
2020-05-04 04:53:28 +02:00
text-align: center
width: 8%
.creation-time
text-align: center
width: 8%
white-space: pre
ul
list-style-type: none
margin: 0
padding: 0
display: inline
li
padding: 0
display: inline
&:not(:last-child):after
content: ', '
@media (max-width: 800px)
2020-05-04 09:09:33 +02:00
.posts
2020-05-04 04:53:28 +02:00
display: none
.darktheme .pool-list
table
tr:hover td
background: $top-navigation-color-darktheme
th
background: $top-navigation-color-darktheme
2020-05-04 04:53:28 +02:00
.pool-list-header
label
display: none !important
text-align: left
form
width: auto
input[name=search-text]
width: 25em
@media (max-width: 1000px)
width: 100%
.append
vertical-align: middle
font-size: 0.95em
color: $inactive-link-color
.darktheme .pool-list-header
.append
color: $inactive-link-color-darktheme