Files
legacy_rock/test/stacked.css

300 lines
5.4 KiB
CSS

/* General styles */
body {
margin:8px 0;
padding:0;
border:0; /* This removes the border around the viewport in old versions of IE */
width:100%;
background:#000;
/* The min-width property does not work in old versions of Internet Explorer */
/* font-size:90%;*/
text-align: center;
color: #CACACA;
font-family: arial, helvetica;
font-size: 9pt;
}
#fixed {
margin:0 auto;
text-align: left;
width: 775px;
background-color: #404040;
}
ul.menu {
padding: 0;
margin: 0;
background-image: url(http://rock.ru/IMG/hand.gif);
width: 151px;
}
.menu li a:hover {
background: none;
}
.menu li a {
padding-left: 6px;
padding-top: 3px;
COLOR: #CFCECE;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 8pt;
font-weight: bold;
TEXT-DECORATION: none;
/*width: 100%;*/
height: 100%;
display: block;
}
.menu li:hover {
background-image: url(http://rock.ru/IMG/22s.gif);
}
.menu li.menuheader:hover {
background-image: none;
}
.topmenulink {
COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
.menu li {
padding-left: 4px;
list-style-type: none;
/* list-style-position: inside;*/
border: black 1px solid;
/*border-right: black 1px solid; */
/* COLOR: #000000; */
HEIGHT: 20px;
/* cursor: pointer;*/
/* font-size: 7pt;*/
}
.menuheader * {
font-size: 8pt;
COLOR: #ffcc66;
FONT-FAMILY: verdana, arial, helvetica;
}
.menuheader:hover {
background-image: none;
BACKGROUND: #2f3847;
}
.menuheader {
background-image: none;
/*margin-left: -8px;*/
BACKGROUND: #2f3847;
}
a {
color: #B1B1B4;
}
a:hover {
COLOR: #E0E0E2;
}
h1, h2, h3 {
margin:.8em 0 .2em 0;
padding:0;
}
p {
margin:.4em 0 .8em 0;
padding:0;
}
/* Header styles */
#header {
clear:both;
float:left;
width:100%;
}
#footer {
background-color: black;
text-align: center;
}
#logo {
background-image: url(rock-top.gif);
width: 775px;
height: 128px;
display: block;
}
#header ul {
clear:left;
float:left;
width:100%;
list-style:none;
margin:0 0 0 0;
padding:0;
background-image: url(http://rock.ru/IMG/logoright.gif);
background-position: center right;
}
#header ul li {
display:inline;
list-style:none;
margin:0;
padding:0;
}
#header ul li a {
display:block;
float:left;
margin:0;
/*background:#eee;
color:#000;*/
text-decoration:none;
position:relative;
text-indent: -9999px;
}
#header ul li a:hover {
background:#369;
color:#fff;
}
#menu1 {
width: 92px;
height: 28px;
background-image: url(http://img.rock.ru/main/main.png);
}
#menu1:hover {
background-image: url(http://img.rock.ru/main/main-l.png);
}
#menu2 {
width: 93px;
height: 28px;
background-image: url(http://img.rock.ru/main/news.png);
}
#menu2:hover {
background-image: url(http://img.rock.ru/main/news-l.png);
}
#menu3 {
width: 99px;
height: 28px;
background-image: url(http://img.rock.ru/main/reviews.png);
}
#menu3:hover {
background-image: url(http://img.rock.ru/main/reviews-l.png);
}
#menu4 {
width: 156px;
height: 28px;
background-image: url(http://img.rock.ru/main/wiki.png);
}
#menu4:hover {
background-image: url(http://img.rock.ru/main/wiki-l.png);
}
#menu5 {
width: 78px;
height: 28px;
background-image: url(http://img.rock.ru/main/forum.png);
}
#menu5:hover {
background-image: url(http://img.rock.ru/main/forum-l.png);
}
#menu6 {
width: 46px;
height: 28px;
background-image: url(http://img.rock.ru/main/chat.png);
}
#menu6:hover {
background-image: url(http://img.rock.ru/main/chat-l.png);
}
h1 {
/*margin-top: 0px;*/
font-size: 14pt;
}
div.spacer {
clear: both;
width: 775px;
height: 18px;
background-color: #202020;
}
.news_headline {
background-color:#FA5501;
color:black;
display:block;
font-family:Impact,Helvetica;
font-size:14pt;
font-weight:normal;
margin:5px;
text-decoration:none;
}
h3 {
font-weight: normal;
font-size: 10pt;
color: yellow;
}
#concerts {
padding-right: 8px;
}
#content
{
float: left;
width: 624px;
margin-left: 151px;
}
* html #content
{
display: inline;
}
#left-menu
{
float: left;
width: 151px;
margin-left: -775px;
}
#main-wrapper {
background: url(mainbg.png) repeat-y;
}
.wrapper
{
width: 100%;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute
weirdness as the method is enhanced */
.wrapper
{
/* Normally a Holly-style hack height: 1% would suffice but that causes
IE 5.01 to completely collapse the wrapper - instead we float it */
float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes
(I saw it happen many moons ago) makes the width of wrapper too small
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here
just in case that many moons ago problem rears its head again */
float/**/: none;
}
/* easy clearing */
.wrapper:after
{
content: '[DO NOT LEAVE IT IS NOT REAL]';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.wrapper
{
display: inline-block;
}
/*\*/
.wrapper
{
display: block;
}
/* end easy clearing */
#news {
float: left;
padding-left: 10px;
width: 296px;
}
#concert-reports {
float: left;
padding-left: 10px;
width: 290px;
padding-right: 10px;
background-color: #333333;
}