/***********************************************/ /* Cascading stylesheet for: */ /* CV GoeiToei */ /* Made by: */ /* B. Hopman */ /*=============================================*/ /***********************************************/ /* General site wide settings: */ /***********************************************/ * { margin: 0px; padding: 0px; } body { font-family: Tahoma, Arial, Sans-serif, comic-sans; font-size: small; background-color: #000080; } img { border: none; } a, a:visited { color: #FF9933; text-decoration: none; } a:hover { color: #FF9933; text-decoration: underline; } hr { margin: 10px 0px 15px 0px; background-color: #CCC; color: #FF9933; border: none; } input { border: 1px solid #CCC; margin: 5px 0px 5px 0px; padding: 2px; } textarea { border: 1px solid #CCC; } .container { position: absolute; left: 50%; width: 760px; border: 1px solid black; margin: 10px 0px 0px -380px; } .top { height: 155px; background-color: #FF9933; text-align: right; border: none; } .top .logotext { position: absolute; left: 0px; top: 128px; text-align: center; width: 220px; color: blue; font-family: Arial; font-size: 16pt; } .top .logo { text-align: center; width: 220px; float: left; } .top .logo img { height: 155px; } .top img { height: 155px; border: none; } .site_menu { padding: 5px 0px 5px 0px; height: 20px; color: #FF9933; border-bottom: 1px solid black; background-color: white; } .site_menu .nav { color: #FF9933; } .carnavalcontent .article { padding: 10px 0px 5px 5px; } .carnavalcontent { background-color: #FFF3C4; padding: 10px 0px 10px 10px; color: blue; font-size: normal; font-family: "Comic Sans MS"; border-bottom: 1px solid black; } .carnavalcontent .title { color: blue; font-size: large; text-align: center; font-family: "Comic Sans MS"; padding: 10px 0px 20px 0px; } .carnavalcontent .editmenu li { list-style: none; display: inline; padding: 5px; font-size: smaller; float: right; } .carnavalcontent .linkmainarticle { text-align: center; padding: 10px; } .carnavalcontent .articleauthor { font-size: smaller; text-align: right; padding: 0px 10px 10px 0px; } .carnavalcontent .sidebar { background-color: white; width: 200px; height: 400px; margin: 0px 0px 5px 5px; float: right; border-left: 1px solid black; border-bottom: 1px solid black; } .bottom { background-color: #FF9933; color: blue; text-align: center; font-size: smaller; padding: 2px 0px 2px 2px; } .editarticle { padding: 5px; background-color: #EEE; } .editarticle h1 { font-size: small; margin: 15px 0px 10px 0px; } .editarticle h2 { font-size: small; font-weight: normal; font-style: italic; } .editarticle input { width: 98%; padding: 2px; margin: 0px 0px 10px 10px; } .editarticle .button { width: auto; padding: 2px; margin: 0px 0px 0px 680px; } .editarticle .shortcontent { width: 98%; height: 100px; padding: 2px; margin: 0px 0px 10px 10px; font-family: Tahoma, Arial, Sans-serif; font-size: small; } .editarticle .maincontent { width: 98%; height: 200px; padding: 2px; margin: 0px 0px 10px 10px; font-family: Tahoma, Arial, Sans-serif; font-size: small; } .editarticle select { height: 100px; margin: 0px 0px 10px 10px; font-family: Tahoma, Arial, Sans-serif; font-size: small; } /* CSS/JavaScript menu stolen from: */ /* http://www.csscreator.com/menu/multimenu.php */ #nav { list-style: none; color: #C43C32; text-align: center; } #nav ul { padding: 0px; margin: 0px; list-style: none; z-index:80; width: 90px; overflow:visible; margin-left: -40px; } #nav li { width: 90px; position: relative; float: left; display: block; } #nav a { text-decoration:none; display: block; background-color: white; width: 90px; } #nav ul ul a { width: 120px; } #nav ul ul { width: 124px; z-index: 95; } #nav a:hover { text-decoration: underline; } /*all see this */ #nav ul, #nav ul ul, #nav ul ul ul { display: none; position: absolute; margin-right: 0px; margin-top: 0px; border: 1px solid black; } #nav ul ul ul { z-index: 100; } /* non-IE browsers see this */ #nav ul li>ul, #nav ul ul li>ul { margin-top: -1.4em; } #nav li:hover ul ul, #nav li:hover ul ul ul { display: none; } #nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul { position:absolute; display: inline; } #nav li>ul { top: auto; left: auto; } .creator, .creator a, .creator a:hover, .creator a:visited { color: black; } .creator { clear: both; padding: 15px 0px 20px 0px; text-align: center; font-size: xx-small; background-color: white; border-top: 1px solid black; } /***********************************************/ /* End of stylesheet */ /***********************************************/