Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Difference between revisions of "MediaWiki:Monobook.css"

From SaGa Wiki
Jump to navigationJump to search
(removed)
(added)
Line 16: Line 16:
h1, h2 {
h1, h2 {
   border-bottom: 1px solid #a78154;
   border-bottom: 1px solid #a78154;
}
hr {
    background-color: #a78154;
}
}



Revision as of 22:15, December 7, 2021

/* All CSS here will be loaded for users of the MonoBook skin */

body {
   background:#3B121F;
}

.mw-body {
   background:#d4ac7b;
   border: 1px solid #a78154;
}

.portlet h3 {
   color:white;
}

h1, h2 {
   border-bottom: 1px solid #a78154;
}

hr {
    background-color: #a78154;
}

#p-personal .pBody ul {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    float: right;
    padding-left: 5px;
    height: 1.75em;
    padding-top: 1px;
}