szurubooru/public_html/css/user.css

58 lines
882 B
CSS
Raw Normal View History

2014-09-07 09:57:01 +02:00
#user-view {
2015-06-28 12:25:35 +02:00
min-width: 30em;
text-align: center;
2014-09-07 09:57:01 +02:00
}
#user-view .side {
2015-06-28 12:25:35 +02:00
text-align: center;
width: 150px;
float: left;
2014-09-07 09:57:01 +02:00
}
#user-view .top {
2015-06-28 12:25:35 +02:00
display: inline-block;
margin: 0 auto;
2014-09-07 09:57:01 +02:00
}
#user-view ul {
2015-06-28 12:25:35 +02:00
display: inline-block;
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
2014-09-07 09:57:01 +02:00
}
2014-10-04 20:43:37 +02:00
#user-view ul.links {
2015-06-28 12:25:35 +02:00
list-style-type: disc;
list-style-position: inside;
white-space: nowrap;
2014-10-04 20:43:37 +02:00
}
#user-view ul.links li a {
2015-06-28 12:25:35 +02:00
padding-left: 0;
margin-left: 0;
2014-10-04 20:43:37 +02:00
}
2014-09-07 09:57:01 +02:00
#user-view ul a {
2015-06-28 12:25:35 +02:00
display: inline-block;
padding: 0.2em 0.5em;
2014-09-07 09:57:01 +02:00
}
#user-view .tab {
2015-06-28 12:25:35 +02:00
display: none;
margin-top: 1.5em;
clear: both;
2014-09-07 09:57:01 +02:00
}
#user-view .tab.active {
2015-06-28 12:25:35 +02:00
display: block;
2014-09-07 09:57:01 +02:00
}
#user-view .tab.basic-info table {
2015-06-28 12:25:35 +02:00
margin: 0 auto;
text-align: left;
2014-09-07 09:57:01 +02:00
}
#user-view .tab.basic-info td {
2015-06-28 12:25:35 +02:00
padding: 0.2em 0.5em;
vertical-align: top;
2014-09-07 09:57:01 +02:00
}