hdalab/css/style.css
author veltr
Mon, 30 Jan 2012 18:20:59 +0100
changeset 116 0f9cc90c49fa
parent 115 46c0f7a935d1
child 117 dc6c3ac62efa
permissions -rw-r--r--
Merge with c59383cc9940dc2384d58279273b4f4f13452f8d

@font-face
{
    font-family: "Open Sans"; src: url(OpenSans-Regular.ttf);
}

@font-face
{
    font-family: "Open Sans"; font-weight: bold; src: url(OpenSans-Bold.ttf);
}

@font-face
{
    font-family: "Open Sans"; font-style: italic; src: url(OpenSans-Italic.ttf);
}

body {
    margin: 0; padding: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background: #ffffff; color: #000000;
    font-size: 10px;
}

input {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    position: relative; width: 960px; margin: 0 auto;
}

.barrebloc {
    float: left; width: 473px; border: 1px solid #b0b0b0;
    background: #e0e0e0; cursor: pointer; cursor: hand;
}

.barrebloc h2 {
    margin: 4px 0; font-size: 16px; text-align: center;
}

.bloc, #bloc_gestvue {
    float: left; width: 475px; margin-bottom: 10px;
}

.corpsbloc {
    float: left; width: 465px; border: 1px solid #b0b0b0; padding: 8px 4px; border-top-style: none;
}

h1 {
    float: left; width: 475px; margin: 5px 0; font-size: 20px;
}

#sessionname {
    color: #600000; font-size: 22px;
}

h1 .lectseul {
    font-size: 17px;
}

h1 input {
    display: inline; margin: 0; padding: 0; font-size: 18px; font-weight: bold;
}

#apartager {
    float: right; font-size: 14px;
}

#vues {
    float: right; text-align: right; width: 475px; margin: 2px 0; padding: 0;
}

#vuestitre {
     display: inline; padding: 2px 4px; font-size: 15px;
}

#ongletsvues {
    display: inline; list-style: none; margin: 0; padding: 0;
}

li.lienvue {
    display: inline; padding: 3px; font-size: 13px; font-weight: bold;
}

.lienvue a, #apartager a {
    color: #666666;
}

.lienvue.actif a, #apartager.actif a {
    color: #990000;
}

#partageurls {
    float: right; text-align: center; clear: both; list-style: none; padding: 0; margin: 2px 0;
    font-size: 13px; display: none;
}

.myurl {
    font-weight: bold;
}

#timeline {
    float: left; width: 100%; margin: 15px 0;
}

#dates {
    list-style: none; float: left; width: 100%; height: 0; padding: 0; margin: 0;
}

#dates li {
    position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2; margin: 0; padding: 0;
}

div.datelabel {
    width: 60px; margin: 4px 0 0 -30px; font-size: 10px; text-align: center; opacity: .8;
}

#dateheat {
    float: left; width: 100%; height: 20px; z-index: 1;
}

.handle {
    position: absolute; width: 0; z-index: 2; cursor: pointer; cursor: hand;
}

.handleinner {
    float: left; border: 5px solid #999; background: #fff;
    height: 30px; width: 10px; margin-top: -10px; border-radius: 4px;
    opacity: .8;
}

.handleinner:hover {
    background: #ccc;
}

.ui-draggable-dragging .handleinner {
    background: #660000; color: #ffffff;
}

#leftcol {
    float: left; width: 475px; margin-right: 5px;
}

#bandefiltre {
    float: left; width: 100%; margin-top: 10px;
}

#filtertitle {
    float: left; margin: 1px 0; padding: 0; font-size: 13px; font-weight: bold;
}

#filters {
    list-style: none; float: left; margin: 0 20px; padding: 0; font-size: 12px;
}

#filters li {
    float: left; padding: 2px 3px; margin-right: 5px; font-weight: bold;
}

#filters a {
    color: #666666;
}

#filters li.nofilter {
    font-style: italic; color: #ff3030;
}

#filters li.filtag {
    color: #ffffff; background: #000066;
}

#filters li.filperiod {
    color: #ffffff; background: #e07000; cursor: pointer; cursor: hand;
}

.spyr input {
    display: inline; margin: 0; padding: 0; font-size: 11px;
}

#contentcount {
    float: left; width: 100%; text-align: right; font-size: 13px; margin: 2px 0;
}

#filters a.remfil {
    color: #cccccc; margin-left: 2px;
}

#map {
    height: 200px;
}

#tagcloud {
    text-align: center;
}

#tclist {
    list-style: none; padding: 0; margin: 0;
}

#tclist li {
    display: inline-block; margin: 2px; padding: 0;
}

#tclist a {
    color: #000000;
}

#tclist a.tagmatch {
    color: #0000cc;
}

#tclist a:hover {
    color: #800000;
}


#tagsearchwrap {
    width: 50%;
}

#tagsearch {
    width: 100%; font-size: 16px; font-weight: bold; border-style: none; border-bottom: 1px solid #000;
}

#tagsearch.grise {
    color: #666; font-style: italic; font-weight: normal;
}

#rightcol {
    float: left; width: 475px; margin-left: 5px;
}

#disciplines {
    height: 120px;
}

#disciplines g {
    cursor: pointer; cursor: hand;
}

#contentlist {
    list-style: none; padding: 0; margin: 0;
}

li.content-item {
    margin: 2px 0 12px;
}

.content-item h3 {
    font-size: 18px; margin: 3px 0;
}

.content-item h4 {
    font-size: 11px; margin: 3px 0;
}

.content-item h4 a {
    color: #000066;
}

.content-item p {
    font-size: 12px; margin: 3px 0;
}

.content-annotation ul {
    list-style : disc; margin: 2px 0; padding: 0 0 0 16px; font-size: 12px;
    cursor: pointer; cursor: hand;
}

.content-annotation li {
    margin: 2px 0;
}

.content-annotation textarea {
    width: 99%; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; font-size: 12px;
}

ul.content-tags {
    list-style: none; padding: 0; margin: 0;
}

li.content-tag-item {
    display: inline-block; margin: 2px; padding: 2px; font-size: 13px; background: #666666;
}

.content-tag-item a {
    color: #ffffff;
}

.content-tag-item a:hover {
    color: #ff8080;
}

.content-tag-item a.tagmatch {
    color: #ffff00; font-weight: bold;
}

#tagcount {
    float: right; text-align: right; font-size: 14px; font-weight: bold;
}

#taginfo p, h2, h3  {
    margin: 5px 0;
}

#taginfo h3 {
    font-size: 14px;
}

#taginfo p {
    font-size: 11px;
}

#img_wikipedia {
    float: left; max-width: 160px; max-height: 120px; margin: 2px 2px 2px 0;
}

#gestvue {
    display: none;
}

#div_titrevue {
    margin: 5px 0;
}

#div_titrevue label {
    font-size: 14px;
}

#titrevue {
    font-size: 15px; margin: 0 0 0 5px; width: 220px; padding: 2px; border-style: none; border-bottom: 1px solid #000;
}

#gestvue h4 {
    margin: 2px 0; font-size: 14px;
}

#widgetlist {
    list-style: none; padding: 0; margin: 0; width: 100%;
}

#widgetlist li {
    float: left; width: 48%;
}

#widgetlist label {
    font-size: 13px;
}