Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- text-align: center;
- }
- html {
- text-align: center;
- }
- div#wrapper
- {
- margin: 30px;
- }
- body {
- background:#EDEDED;
- text-align: center;
- font-family: 'Iceland', 'Droid Sans', 'Ubuntu', 'Arial', 'Verdana', sans, sans-serif, serif;
- font-size: 20px;
- }
- #logo {
- text-align: center;
- magrin-bottom: -5px;
- magrin-top: 5px;
- }
- ul.menu {
- list-style:none;
- background:#2B2B2B;
- overflow:auto;
- border-radius: 50px;
- }
- ul.menu li {
- display:inline;
- padding:0; margin:0;
- }
- ul.menu li a {
- padding:10px 20px;
- background:#2B2B2B;
- color:#fff;
- text-decoration:none;
- display:block;
- float:left;
- }
- ul.menu li a:hover {
- background:#777;
- }
- #banner_top {
- background-color: #EDEDED;
- }
- h1 {
- line-height: 37px;
- padding: 0 0.9em 0 0.6em;
- width: 50px;
- text-align: center;
- background-color: #aaa;
- font-weight: normal;
- font-style: italic;
- font-size: 100%;
- }
- #tag {
- text-align: center;
- font-size: 70%;
- color: #aaa;
- }
- #main {
- padding: 0 20px 20px 20px;
- font-size: 90%;
- width: 680px;
- text-align: center;
- }
- ul.nav, ul.nav li, ul.nav ul {
- list-style: none;
- }
- ul.nav li.topitem {
- margin-right: 55px;
- }
- ul.nav li, ul.nav li.topitem .title {
- display: block;
- margin-bottom: 5px;
- }
- ul.nav li.subitem {
- font-size: 90%;
- }
- ul.nav li.topitem:before,
- ul.nav li.modtitle:before {
- content: "» ";
- }
- ul.nav li.topitem, ul.nav li.modtitle {
- padding-left: 3px;
- }
- ul.nav li.parent:before {
- content: "";
- }
- ul.nav li.parent {
- padding-left: 0;
- }
- ul.nav li.subitem {
- margin-left: 20px;
- }
- #infobar {
- text-align: center;
- clear: both;
- position: relative;
- top: -30px;
- background-color: #EDEDED;
- color: #333;
- padding: 0 6px 3px 0;
- }
- .errorbar + #infobar {
- top: -59px;
- }
- #infobar input {
- border: none;
- font-family: Tahoma, sans-serif;
- padding: 1px;
- font-size: 14px;
- margin: 0 4px;
- width: 120px;
- }
- #infobar input.submit {
- border: 1px solid #333;
- font-size: 12px;
- width: 60px;
- }
- #infobar_ident, .logoutbox, .loginbox {
- padding: 4px;
- font-size: 70%;
- }
- #infobar_ident {
- margin-right: 4px;
- }
- .logoutbox, .loginbox {
- padding-top: 7px;
- }
- .successbar,
- .errorbar {
- width: 100%;
- background-color: #900;
- padding: 5px 10px;
- font-weight: bold;
- color: #fff;
- }
- .successbar {
- background-color: #070;
- }
- h2 {
- margin-bottom: 0.4em;
- text-align: center;
- }
- h3 {
- margin-top: 1.2em;
- margin-bottom: 0.4em;
- text-align: center;
- }
- .section {
- clear: both;
- }
- .sectionbody {
- text-align: center;
- }
- .sectionbody input, textarea, select {
- border: 2px solid #ccc;
- font-family: Tahoma, sans-serif;
- padding: 3px;
- font-size: 14px;
- text-align: center;
- }
- input:focus, textarea:focus, select:focus {
- -moz-box-shadow: 0 0 0.4em #aaa;
- -webkit-box-shadow: 0 0 0.4em #aaa;
- box-shadow: 0 0 0.4em #aaa;
- outline: none; /* for webkit */
- }
- textarea {
- height: 90px;
- text-align: center;
- }
- div.submitline {
- margin: 1em;
- padding-top: 1em;
- border-top: 1px solid #aaa;
- }
- .submitline input {
- width: 200px;
- height: 2.2em;
- }
- input.full, textarea.full,
- .full input, .full textarea {
- width: 500px;
- text-align: center;
- }
- input.twothird, textarea.twothird,
- .twothird input, .twothird textarea {
- width: 450px;
- }
- input.half, textarea.half,
- .half input, .half textarea {
- width: 300px;
- }
- input.third, textarea.third,
- .third input, .third textarea {
- width: 150px;
- }
- table {
- border: 1px solid #ccc;
- border-spacing: 1px;
- }
- td, th {
- padding: 5px 10px;
- min-width: 50px;
- }
- thead td, th {
- background-color: #a0a0a0;
- }
- th {
- text-align: center;
- }
- tbody td {
- background-color: #cecece;
- }
- tr.evenrow td {
- background-color: #dadada;
- }
- .info {
- font-style: italic;
- font-size: 80%;
- }
- .subsection {
- clear: both;
- margin: 0;
- }
- .subsection div {
- float: left;
- }
- .subsection .inputlabel {
- width: 120px;
- text-align: center;
- padding: 10px 5px 0 0;
- }
- .subsection input, .subsection select, .subsection textarea {
- margin: 5px 0 5px 0;
- min-width: 100px;
- vertical-align: middle;
- }
- .subsection div.checkbox {
- padding: 9px 0 0 3px;
- }
- .subsection div.checkbox input {
- min-width: 0;
- }
- .section .info {
- margin-bottom: 5px;
- display: block;
- }
- .subsection .info {
- text-align: center;
- }
- .half .info {
- width: 435px;
- }
- .third .info {
- width: 285px;
- }
- .twothird .info {
- width: 585px;
- }
- .lotsofcheckboxes .checkboxandlabel {
- display: block;
- float: left;
- width: 200px;
- margin-top: 0.5em;
- }
- #breadcrumb {
- width: 670px;
- padding: 0 0 3px 1px;
- margin-bottom: 10px;
- border-bottom: 1px solid #aaa;
- text-align: center;
- }
- .textsection p {
- margin-bottom: 0.7em;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement