77 lines
1.3 KiB
CSS
77 lines
1.3 KiB
CSS
/*********************************/
|
|
/** Wiki files page **/
|
|
/*********************************/
|
|
|
|
#wiki_files table {
|
|
width: 100%;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
#wiki_files table, #wiki_files td {
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
}
|
|
#wiki_files th {
|
|
border: 1px solid #aaa;
|
|
border-collapse: collapse;
|
|
}
|
|
#wiki_files th a {
|
|
color: inherit !important;
|
|
}
|
|
#wiki_files th i {
|
|
float: right;
|
|
}
|
|
|
|
#wiki_files td, #wiki_files th {
|
|
padding: 5px;
|
|
}
|
|
|
|
#wiki_files tr:nth-child(even) {
|
|
background: #efefef;
|
|
}
|
|
#wiki_files tr:nth-child(odd) {
|
|
background: #e1e1e1;
|
|
}
|
|
#wiki_files tr.first {
|
|
background: #ccc;
|
|
}
|
|
#wiki_files tr:hover {
|
|
background: #f5f5f5;
|
|
}
|
|
#wiki_files tr.first:hover {
|
|
background: #ccc;
|
|
}
|
|
|
|
#wiki_files .username {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
#wiki_files .icon {
|
|
border: 1px solid #999;
|
|
border-radius: 3px;
|
|
margin: 0 3px 0 0;
|
|
padding: 4px 0;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
width: 28px;
|
|
background: #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#wiki_files .icon.avatar {
|
|
padding: 0;
|
|
height: 28px;
|
|
}
|
|
|
|
#wiki_files .pagebuttons {
|
|
text-align: center;
|
|
}
|
|
#wiki_files .pagebuttons a {
|
|
background: #efefef;
|
|
border: 1px solid #ccc;
|
|
padding: 5px;
|
|
font-size: 1.5em;
|
|
}
|
|
#wiki_files .pagebuttons .previous {
|
|
margin-right: -1px;
|
|
} |