Site for researching all meanings of Hebrew Bible.

Difference between revisions of "MediaWiki:Common.css"

From Without Vowels project
Jump to: navigation, search
Line 6: Line 6:
 
table.grammar { border-collapse: collapse }
 
table.grammar { border-collapse: collapse }
 
table.grammar td, table.grammar th { border: 1px solid gray; text-align: center }
 
table.grammar td, table.grammar th { border: 1px solid gray; text-align: center }
 +
 +
.mw-custom-relative{
 +
    position:relative;
 +
}
 +
 +
.mw-collapsible-toggle-li {
 +
    left: 3%;
 +
    list-style: outside none none;
 +
    position: absolute;
 +
    top: 0;
 +
}
  
 
.ajaxpoll { border: 1px dashed red }
 
.ajaxpoll { border: 1px dashed red }

Revision as of 20:54, 17 June 2016

/* CSS placed here will be applied to all skins */

.next-prev-addon { color: gray }
.next-prev-addon a:link, .next-prev-addon a:visited { color: gray }

table.grammar { border-collapse: collapse }
table.grammar td, table.grammar th { border: 1px solid gray; text-align: center }

.mw-custom-relative{
    position:relative;
}

.mw-collapsible-toggle-li {
    left: 3%;
    list-style: outside none none;
    position: absolute;
    top: 0;
}

.ajaxpoll { border: 1px dashed red }