thalassa/examples/Woodpecker/base/css_base.css
2026-03-19 06:23:52 +05:00

60 lines
1.8 KiB
CSS

body { padding: 0; margin: 0; overflow: auto; color: #ff00cd; }
/* the body's text color is supposed to remain invisible;
the body's background is only seen on short pages where
there's some space _below_ the footer */
.siteheader { text-align: left; padding: 1px 0 0 0; margin: 0; }
.siteheader h1 { white-space: nowrap; overflow: hidden; margin: 1px; }
.siteheader h1 a { text-decoration: none; }
.sitelogo { padding: 0; margin: 0; }
.sitemotto { margin: 1px; text-align: center;
white-space: nowrap; overflow: hidden; }
.sitefooter { text-align: center; overflow: hidden; padding: 1px 0 0 0;
margin: 0; line-height: normal; }
.pagerest { margin: 0; }
.pagecontent { margin: 0 auto 0 auto; }
.topstripe { text-align: center; }
.mainmenu_link { margin: 0px; font-weight: bold; text-decoration: none;
padding: 4px 6px 6px 6px; }
.mainmenu_curr { margin: 0px; font-weight: bold; padding: 4px 6px 6px 6px; }
.news_navlinks { text-align: right; float: right; display: block;
margin: 0; padding: 0 10px 0 10px; }
.clear_both { clear: both; }
.commentlink { font-style: italic; text-align: right; }
.comment_userpic { float: left; margin: 0 2px 0 0; padding: 0;
overflow: hidden; }
.comment_head p { margin: 0; }
.comment_head h3 { margin: 0; }
.form_item { display: block; }
.form_item div { display: inline-block; }
.form_item div label { display: block; }
.form_item div input { display: block; }
body.short_status { overflow: hidden; }
.thalcgi_status { text-align: center; margin: 0; padding: 2px; }
.thalcgi_status a { text-decoration: none; font-weight: bold }
.messagebox_ok, .messagebox_err { clear: both; margin: auto;
padding: 10px; width: 75%; }
.tag { padding:0 9px 0 9px; margin: 3px 9px 3px 9px; }