User:AlphSpirit/common.css: Difference between revisions
Jump to navigation
Jump to search
AlphSpirit (talk | contribs) No edit summary |
AlphSpirit (talk | contribs) No edit summary |
||
| Line 44: | Line 44: | ||
padding: 10px 15px; | padding: 10px 15px; | ||
} | } | ||
#ca-unwatch a { | #right-navigation #p-views #ca-unwatch a { | ||
width: 90px; | width: 90px; | ||
padding-left: 24px; | |||
} | |||
#right-navigation #p-views #ca-unwatch a::before { | |||
top: initial; | |||
} | } | ||
Revision as of 16:34, 13 January 2025
body {
background-color: #cf9b5d;
}
#mw-page-base {
background: none;
}
#content {
background-color: #faddb4;
border: 2px ridge #9c6b34;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#left-navigation,
#right-navigation {
position: relative;
top: 1px;
}
#left-navigation nav,
#right-navigation nav {
background: none;
padding: 0;
}
#left-navigation #p-namespaces li,
#right-navigation #p-views li {
background: none;
overflow: hidden;
}
#left-navigation #p-namespaces li:not(.selected) a,
#right-navigation #p-views li:not(.selected) a {
background-color: #eabe82;
border-bottom: 2px ridge #9c6b34;
}
#left-navigation #p-namespaces li a,
#right-navigation #p-views li a {
height: 40px;
background: none;
background-color: #faddb4;
border-left: 2px ridge #9c6b34;
border-right: 2px ridge #9c6b34;
border-top: 2px ridge #9c6b34;
outline: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 10px 15px;
}
#right-navigation #p-views #ca-unwatch a {
width: 90px;
padding-left: 24px;
}
#right-navigation #p-views #ca-unwatch a::before {
top: initial;
}