/* ================================ GENERAL ================================= */ html, body { margin: 0; padding: 0; min-height: 100%; } * { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: small; } body { background: #000; background-image: url(images/fnd_main.jpg); background-position: center; background-repeat: repeat-y; } a { color: #2E5976; background-color: inherit; } a:hover { color: #000; background-color: inherit; } .wikilink1 {color: #2E5976;} .wikilink2 {color: #AB7F61;} a img { border: none; } ol { line-height: 1.5em; margin: 0 0 .5em 1.5em; padding: 0; } ul { line-height: 1.5em; list-style-type: square; margin: 0 0 .5em 1.5em; padding: 0; list-style-image: url(images/bullet.gif); } /* ================================ HEADER ================================== */ #header { text-align: center; height: 112px; width: 750px; margin: 0px auto; background-image: url(images/fnd_header.png); background-position: center; background-repeat: repeat-x; } #header img {margin-top: 5px;} /* ================================= MENU =================================== */ #menu { text-align: center; height: 40px; width: 750px; margin: 0px auto; padding: 8px 0 2px 0; background-image: url(images/fnd_menu.jpg); background-repeat: repeat-x; background-color: #000; color: #fff; } #menu ul { margin: 0; padding: 0; display: inline; } #menu ul li { display: inline; } #menu ul li a { padding: 0 1em 0 1em; color: #fff; background-color: inherit; text-decoration: none; } #menu ul li a:hover { text-decoration: underline; } #menu .level1, #menu .li {display: inline} /* ================================== SIDE ================================== */ .sidebar { width: 215px; height: 100%; float: right; background-color: #fff; padding: 5px; } .sidebar-top{background: url(images/fnd_sidebar_top.jpg) no-repeat top center; margin: 0px; padding: 0px; border: 1px solid transparent; height: 42px;} .sidebar-middle{background: url(images/fnd_sidebar_middle.png) repeat top left; margin: 0px; padding: 0px; border: 1px solid transparent; margin-left: 4px; margin-right: 4px; padding: 5px; color: #fff;} .sidebar-bottom{background: url(images/fnd_sidebar_bottom.jpg) no-repeat bottom center; margin: 0px; padding: 0px; border: 1px solid transparent; height: 8px;} .sidebar a{color: #fff; text-decoration: underline} .sidebar a:hover{color: #fff; text-decoration: none} /* ================================== BODY ================================== */ #body { margin: 0px auto; background-color: transparent; color: #000; width: 710px; margin: 0 auto 0 auto; padding: 0 10px 0 10px; } #body_top, #body_bottom { height: 1px; background-color: #fff; color: #000; } #body h1, #body h2, #body h3, #body h4, #body h5 { clear: left; margin: .5em 0 0 0; } #body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a { font-size: 1em; font-family: inherit; color: #000; background-color: inherit; } #body h1 { font-family: Georgia, "Times New Roman", serif; font-weight: bold; font-size: 2em; color: #8c2121; background-color: inherit; border-bottom: solid 1px #83BBC6; } #body h2 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; font-size: 1.3em; color: #8c2121; background-color: inherit; border-bottom: solid 1px #83BBC6; } #body h3 { font-family: Georgia, "Times New Roman", serif; font-weight: bold; font-size: 1em; color: #8c2121; background-color: inherit; border-bottom: solid 1px #83BBC6; } #body h4, #body h5 { font-family: Georgia, "Times New Roman", serif; font-weight: bold; font-size: 1em; color: #8c2121; background-color: inherit; } #body input { border: solid 1px #8cacbb; } #body input:hover { border: solid 1px #000; } .code, .file { border-top: solid 1px #acacbb; border-right: solid 1px #acacbb; border-bottom: solid 1px #acacbb; border-left: solid 3px #acacbb; background-color: #f7f9fa; color: inherit; padding: 5px; overflow: auto; } .code, .file, .code * { font-size: 1em; font-family: "Courier New",Courier,monospace; } /* ============================= DOKUWIKI LEVELS ============================ */ #body h1 { margin-left: 0em; } div.level1 { margin: 1em 0 0 0; } #body h2 { margin-left: 1em; } div.level2 { margin: 1em 0 0 2em; } #body h3 { margin-left: 2em; } div.level3 { margin: 1em 0 0 3em; } #body h4 { margin-left: 3em; } div.level4 { margin: 1em 0 0 4em; } #body h5 { margin-left: 4em; } div.level5 { margin: 1em 0 0 5em; } /* ================================== TABLE ================================== */ #body table { border: solid 1px #999; margin: 5px 0 5px 0; border-collapse: collapse; } #body table th { border: solid 1px #999; background-color: #eee; padding: 2px 5px 2px 5px; } #body table td { border: solid 1px #ccc; background-color: #fff; padding: 2px 5px 2px 5px; } #body table tr:hover { background-color: #ffffe5; } #body table td.rightalign { text-align: right; } #body table td.centeralign { text-align: center; } #body table td.leftalign { text-align: left; } .gallery, .gallery tr, .gallery td { border: 5px solid #fff } #body .gallery td { border: 1px solid #fff } /* ================================= FOOTER ================================= */ #afooter { background-color: #dfdec9; color: #000; clear: both; width: 680px; margin: 1em auto 0 auto; padding: 1em 10px 1em 10px; } #footer { clear: both; border-top: 4px solid #2dadee; text-align: center; height: 80px; width: 750px; margin: 0px auto; background: url(images/fnd_header.png) repeat-x top center; } #footer li { display: inline; } #footer ul { padding: 0; margin-top: 15px; } #footer li a { border: solid 1px #8cacbb; background-color: #efebe7; color: #000; text-decoration: none; white-space: nowrap; padding: 2px 10px 2px 10px; } #footer li a:hover { border: solid 1px #000; background-color: #efebe7; color: #000; } #footer input { border: solid 1px #8cacbb; margin-left: 2px; } #footer input:hover { border: solid 1px #000; } #footer form { float: right; } #footer p { margin: 0; } /* ==================================== RSK =================================== */ /* ================================== BUTTONS ================================== */ .button .no{ float: right; } .button { background: #fff url(images/buttonshadow.png) repeat-x bottom; border: none; } /* ================================== TOC ================================== */ #toc__header {background: url(images/fnd_toc_top.jpg) no-repeat bottom center; margin: 0px; padding: 0px; height: 42px; color: #fff; line-height:48px; padding-left:20px;} #toc__inside{background: url(images/fnd_sidebar_middle.png) repeat top left; margin: 0px; padding: 0px; margin-left: 4px; margin-right: 4px; padding: 5px; color: #fff;} #toc__inside a {color: #fff; font-size:12px; line-height:15px; text-decoration:none} #toc__inside a:hover{text-decoration: underline; color:#fff;} #toc__inside .level1 { font-weight: bold;} #toc__inside .level2 a{ font-weight: normal;} div.toc { float: right; width: 215px; clear: both; position: relative; } .toc {font-size: 70%;font-weight: bold;} /* Flechita de TOC */ .tocheader img { width: 0.8em; height: 0.8em; float: right; margin: 1.5em 15px 0 0; cursor: pointer; } ul.toc { list-style-type: none; list-style-image: none; line-height: 1.2em; padding-left: 1em; margin: 0; } ul.toc li { padding-left: 0.4em; } ul.toc li.clear { padding-left: 0.4em; } /* ================================== TOOLBAR ================================== */ button.toolbutton { background-color: __background__; padding: 0px; margin: 0 1px 0 0; border: 1px solid __border__; cursor: pointer; } /* nice alphatransparency background except for IE <7 */ html>body button.toolbutton { background: #fff url(images/buttonshadow.png) repeat-x bottom; border: 1px solid #dedede; } div.picker { width: 250px; border: 1px solid __border__; background-color: __background_alt__; } button.pickerbutton { padding: 0px; margin: 0 1px 1px 0; border: 0; background-color: transparent; font-size: 80%; cursor: pointer; } textarea { border: 1px solid #dedede; background-color: #fafafa; width: 635px; font-size: 90%; } /* =================================== BLOG ==================================== */ div.dokuwiki div.inclmeta { padding-left: 20px; padding-right: 10px; height: 90px; background: url(images/tribal.jpg) no-repeat bottom center; border-top: 1px dotted #dedede; width: 660px; margin-bottom: 10px; } div.dokuwiki div.inclmeta a {font-size:10px} div.dokuwiki div.inclmeta span.comment { background: transparent url(images/comment.png) 0px 1px no-repeat; padding: 0px 0px 1px 20px; } div.dokuwiki div.inclmeta abbr.published { background: transparent url(images/clock.png) 0px 1px no-repeat; padding: 1px 0px 1px 20px; border-bottom: 0; } div.dokuwiki div.inclmeta span.author { background: transparent url(images/user.png) 0px 1px no-repeat; padding: 1px 0px 1px 20px; } div.dokuwiki div.tags span { background: transparent url(images/tag.png) 0px 1px no-repeat; padding: 1px 0px 1px 20px; } div.dokuwiki div.inclmeta a.permalink { background: transparent url(images/permalink.png) 0px 1px no-repeat; padding: 1px 0px 1px 20px; } /* ================================== OTHER ==================================== */ .medialeft { padding: 8px; } .breadcrumbs { margin-top: 10px; float: left; } .search { margin-top: 10px; text-align: right; } .center { text-align: center; margin: 0px auto; } .buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px} .buttons li{display: inline; padding: 0px; margin: 0px;} .buttons li .li {display: inline}