web/style.css
author hamidouk
Mon, 19 Dec 2011 17:26:45 +0100
changeset 29 5d56138abe95
parent 16 80360fde99e8
permissions -rw-r--r--
fixing another stupid bug.

body {
  font-family: 'PT Sans Narrow', Helvetica; Verdana, sans-serif;
  background-image: url(site_imgs/bgd-top.png);
  background-repeat: repeat-x;
  background-color: #F7F6F6;
  margin-top: -11px;
}

#banner {
  margin: 0 auto;
  width: 960px;
  border-bottom: 1px solid #fe4f76;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-top: 4px;  
}

#banner img {
  margin-left: 51px;
  float: left;
  position: relative;
  top: 5px; 
}

#outer_div {
  width: 990px;
  background-image: url(site_imgs/bgd-degrade.png);
  background-repeat: repeat-y;
  margin: 0px auto;
  border-top: 1px solid #ffffff;
}

#inner_div {
  margin: 0px auto;
  width: 960px;
  background-image: url("site_imgs/background.png");
  background-repeat: repeat-x;
} 


#intro_title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
  font-family: 'PT Sans Narrow', Helvetica;
  font-size: 22pt;
}

#wrapper_div {
}

/* index.php */

.menu {
  border-left: 1px solid #C3C3C3;
  float: left;
  height: 62px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 34px;
}

.menuUnderline {
    background-image: url("site_imgs/menu_underline.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 3px;
    padding-left: 0;
    width: 100px;
}

.menuText {
    margin-left: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

#index_content {
  margin: 0 auto;
  width: 910px;
}

.thumb {
  width: 270px;
  height: 220px;
  float: left;
  margin: 5px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  padding: 5px;
  cursor: pointer;
}

.thumb:hover {
  background-color: rgb(255, 255, 255);
}

.thumb img {
}

.thumb .title {
  font-family: 'PT Sans Narrow',arial,serif;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.thumb .author {
  overflow: hidden;
  white-space: nowrap;
  font-size: 90%;
}

.thumb .date {
  overflow: hidden;
  white-space: nowrap;
  font-size: 90%;
}

/* about.php */
#about_contents {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 300px;
}

/* player.php */
#player_content {  
  border-right: solid 10px #7a7a7a;
  border-left: solid 10px #7a7a7a;
  border-bottom: solid 14px #7a7a7a;
  border-top: solid 14px #7a7a7a;
  position: relative;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}          

td#left_pane {
  background-color: white;
  vertical-align: top;
  width: 640px;
}

td#right_pane {
  font-family: 'PT Sans Narrow', Helvetica;
  width: 220px;
  border-left: solid 10px #7a7a7a;
  background-color: white;
  vertical-align: top;
}

#caption_text {
  padding: 15px;
  text-align: justify;
}

#footer {  
  font-family: 'PT Sans Narrow', Helvetica;
  margin: 0px auto;
  margin-top: 10px;
  bottom: 5px;
  width: 410px;
  border-top: 1px solid black;
  text-align: center;
  padding: 2px;
  color: black;
}

#footer a {
  color: black;
  font-size: 10pt;
}

#partners {
  clear: both;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 14px;
  width: 894px;
  border-top: 1px solid #949494;
 
  font-size: 12px;
}


#partners img {
  margin: 0 auto;
  //display: block;
  padding-bottom: 22px;
  padding-right: 25px;
}


/* the last div of the document */
#closing_div {
  width: 990px;
  height: 30px;
  background-image: url("site_imgs/close.png");
  background-repeat: no-repeat;
  background-position: 2px 0px;  
  margin: 0px auto;
}