Reversor, Burócratas, chatmod, Comprobadores de usuarios, Moderadores (CommentStreams), forumadmin, Administradores de interfaz, Gestores de notificaciones push, smwadministrator, smwcurator, staff, Supresores, Administradores
418
ediciones
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
/* CSS placed here will be applied to all skins */ | |||
/*Forum formatting -Algorithm & -Splaka ===*/ | |||
.forumheader { | |||
border: 1px solid var(--theme-page-accent-mix-color); | |||
background-color: var(--theme-page-text-mix-color-95); | |||
color: var(--theme-page-text-color); | |||
margin-top: 1em; | |||
padding: 6px; | |||
} | |||
.forumlist td.forum_edited a { | |||
color: var(--theme-page-text-color); | |||
text-decoration: none | |||
} | |||
.forumlist td.forum_title a { | |||
padding-left: 20px; | |||
} | |||
.forumlist td.forum_title a.forum_new { | |||
font-weight: bold; | |||
background: url('https://images.wikia.nocookie.net/central/images/4/4e/Forum_new.gif?1') center left no-repeat; | |||
padding-left: 20px; | |||
} | |||
.forumlist td.forum_title a.forum_new:visited { | |||
font-weight: normal; | |||
background: none; | |||
padding-left: 20px; | |||
} | |||
.forumlist th.forum_title { | |||
padding-left: 20px; | |||
} | |||
/* Forumheader style */ | |||
.forum-header { | |||
border: 1px solid #aaa; | |||
background-color: #cedff2; | |||
margin: 0 0 1em; | |||
padding: 0 0.5em; | |||
} | |||
/* Forum table outside border */ | |||
table.forum-table { | |||
border: 1px solid lightgrey; | |||
} | |||
/* Forum table cell padding and borders for all table body cells */ | |||
table.forum-table > tbody > tr > td { | |||
border-top: 1px solid lightgrey; | |||
padding: 8px; | |||
} | |||
/* Forum table background color (show on odd rows) */ | |||
table.forum-table > tbody > tr { | |||
background-color:#fff; | |||
} | |||
/* Forum table background color (shows on even rows) */ | |||
table.forum-table > tbody > tr:nth-child(even) { | |||
background-color:#f5faff; | |||
} | |||
/* Forum table header row background, style and padding */ | |||
table.forum-table > tbody > tr > th { | |||
background-color:#cedff2; | |||
font-weight:bold; | |||
padding: 8px; | |||
} | |||
/*-- InputBox --*/ | |||
.inputbox-sidebar { | |||
width: 300px; | |||
border: 1px solid lightgrey; | |||
clear: right; | |||
float: right; | |||
margin: 3px; | |||
padding:10px; | |||
margin-left: 2em; | |||
} | |||
@media screen { | @media screen { | ||
ediciones