web/css/ds.css
author cavaliet
Fri, 25 Oct 2013 11:27:32 +0200
changeset 26 8d88a6144cb1
parent 17 30864533a356
child 27 a34c67748b74
permissions -rwxr-xr-x
table des matières

/*!
 * modif from bootstrap for p4l
 */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

.container {
  margin: 0 auto;
  width: 950px;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse {
    background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid rgb(233, 234, 238);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	color: #333333;
}
.logo{
    padding: 5px !important;
}
.divctn{
    min-height: 650px;
}
.tabmatrow {
    margin-top: -10px;
    margin-bottom: 10px;
}
#titles {
    background-color: #FFFFFF;
    border: 3px solid #EEEEEE;
    display: block;
    margin-top: 34px;
    position: absolute;
    z-index: 99999;
}
.videotitle{
    border-bottom: 1px dotted #333333;
    padding-left: 5px;
    padding-top: 10px;
}
.hand{
    cursor: pointer;
}
.active{
    background-color: #EEEEEE;
}
.align-player{
	padding-right: 53px;
}
iframe {
    border: none;
} 
video {
    background-color: #000;
}
#RenkanContainer{
    width: 930px;
    height: 500px;
}


footer {
    padding-bottom: 20px;
    border-top: 5px solid rgb(233, 234, 238);
}
.footer-img img, #copyright-version{
    margin: 10px 10px 0;
}