Css
General code (code 1)
@import url(http://static.wikidot.com/v--c827dff18394/common--theme/shiny/css/style.css?0); /* FOOTNOTES AND REFERENCES / .footnotes-footer{ margin: 0; padding: 0.5em 0; /*border-top: 1px solid #CCC;*/ height: 1%; font-size: 90%; } .bibitems{ margin: 0; padding: 0.5em 0; /*border-top: 1px solid #CCC;*/ font-size: 90%; } a.footnoteref { display:inline; padding-left: 3px; } /* QUOTATIONS */ blockquote { border:none; border-left: 1px solid #990011; padding: 0 1em; color: #990011; background-color: #EAEAEA; font-size:100%; text-align: justify; } /* PARENT PAGE */ #breadcrumbs{ font-size:90%; font-style:italic; margin: 0 0 2em 0; } /* PAGE CONTENT */ #page-title{ color: #990011; font-size: 250%; font-weight:bold; } #page-content { width: 100%; text-align: justify; font-size:105%; } #page-content table.ignore, #page-content .ignore table { width: 100%; } a:link, a:visited { color: #990011; text-decoration: none; } a:hover { text-decoration: underline; background color: transparent; } a.newpage { color: grey; text-decoration: underline; } a:focus { outline: transparent; } /* LOGIN, ACCOUNT OPTIONS AND SEARCH BOX */ #login-status{ right: -6.5em; font-size:90%; font-style:italic; opacity:0.1; filter:alpha(opacity=10); } #login-status:hover { opacity:1; filter:alpha(opacity=100); } #login-status a:hover { background-color: transparent; color: #990011; text-decoration: none; } #account-options { opacity: 0.2 !important; filter:alpha(opacity=20) !important; } #account-options:hover { opacity: 1 !important; filter:alpha(opacity=100) !important; } element.style { margin-left:-10px; padding-right:15px; } #search-top-box { display: none; } /* TABLE */ table.wiki-content-table { background: #EAEAEA; } table.wiki-content-table th { background: #990011; font-weight:bold; color:white; text-align:center; font-size:90%; border: 1px solid #FFFFFF; } table.wiki-content-table td { text-align:left; border: 1px solid #FFFFFF; font-size:90%; } /*TABLE OF CONTENT */ #toc{ margin: 0em 0 0em 0; padding: 0em 0.0em; border: 0px; background-color: transparent; font-style: italic; font-size: 100%; display: table; } .tocdiv { margin: 0em 0 0em 0; padding: 0em 0.5em; border: 0px; background-color: transparent; font-style: italic; font-size: 100%; display: table; width:65% } #toc .title { font-weight: bold; margin: 1em 0 0; padding: 0 2em; text-align: left; color: #990011; font-size: 105%; } #toc #toc-action-bar{ display: none; } /*MAIN CONTENT */ #main-content { margin:0 0 0 14em; padding: 0.5ex 1em 1em 1.5em; border-left: 0px solid rgb(216,210,195); } #main-content p { padding-top:1px; } p { margin-top: 15px; text-indent:0; } #main-content h1 { border-bottom: 0.5px dotted #990011; border-top: none; } h1, h2, h3, h4, h5, h6, h7 { padding-top: 25px; } body, h1, h2, h3, h4, h5, h6, h7 { font-family: Lucida Sans Unicode; } /* SIDE BAR */ #side-bar { background-color: #EAEAEA; } #side-bar { border: none; width: 12em } #side-bar { margin:0.4em 0 0 1em; } #side-bar a { color:#990011; text-decoration:none; font-size:85%; } #side-bar ul li a{ display:block; padding: 2px 2px; } #side-bar a:hover { background-color: transparent; color: #990011; text-decoration: underline; } /* HEADER */ #header { background-color:transparent; background-image:url("/local--files/serbia:css/header.jpg"); background-position:center top; background-repeat:no-repeat; height:250px; padding-bottom:0; width:100%; } #header h1 { padding: 0em 0em 0em 3em; } #header h1 a span{ display: none; } #header h1 a { display: block; height: 70px; padding: 0; } #header h2 { display: none; } /* IMAGE CONTAINER */ .image-container { padding-top: 0.1em; padding-right: 0.1em; padding-bottom: 0.1em; padding-left: 0.1em; }
Without side bar (code 2)
@import "http://pravopis.wikidot.com/admin:css/code/1"; #side-bar { display:none; } #main-content { margin:0 0 0 0; }
page revision: 5, last edited: 30 Jul 2010 22:31