X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=44cdc4a5e832fe30bc10d0b69d1452e33f555a8f;hb=895735ab33d121bf9cea8e6fadaa3ac94de1b33e;hp=e61d07a084665db0108a1c16d03f3dc6fb9e4836;hpb=e187276bb5da1d4e7195fd9aea066ae3b34b2df4;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index e61d07a0..44cdc4a5 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -1,3 +1,5 @@ +@import url("../fonts/opensans_bold_macroman/stylesheet.css"); + html { height: 100% } body { @@ -15,11 +17,12 @@ h1 { border-bottom:1px solid #DDDDDD; padding:0 0 0 0; margin:0 0 0 0; - font-size:18pt; + font-size:14pt; } h1 img { vertical-align:middle; - margin-bottom:6px; + margin-bottom:4px; + margin-right:10px; } h2 { font-size:14pt; @@ -36,8 +39,8 @@ div.wrapper { position:relative; } div.container { - width:980px; - margin:25px auto; + /*width:980px; + margin:25px auto;*/ } div.wide { margin:25px auto; @@ -60,29 +63,36 @@ span.label { text-align: center; } /* HEADER */ -div#header { - height:100px; - background-color:white; +#header { + -moz-box-shadow: 0 0 1px rgba(82,82,82,0.6); + -webkit-box-shadow: 0 0 1px rgba(82,82,82,0.6); + box-shadow: 0 0 1px rgba(82,82,82,0.6); + + height:61px; + background-color:white; + z-index:2; } + div#secondary { } div#secondary ul { position:absolute; - top:20px; + top:8px; right:0; } div#secondary li { - font-size:10pt; + font-size:9pt; float:left; list-style:none; margin-right:30px; + color:gray; } div#secondary li a { - color:black; + color:gray; } div#secondary li a:hover { color:#270A5A; @@ -241,41 +251,8 @@ div#home-dashboard div#home-slice-list li { } -.login-submit { - vertical-align:middle; - padding:0; -} -.lost-password { - font-size:10pt; - color:#CCCCCC; - text-align:right; - padding:0px; -} -.lost-password a { -} -.login-signup { - border-top:1px solid #CCCCCC; - text-align:center; - margin-top:15px; - padding:5px 0 0 0; -} /**/ -/* NAV TABS */ - -.nav.nav-tabs { -} - -.nav.nav-tabs li.active a { - -} - -.nav.nav-tabs li a { -} - -.nav.nav-tabs li a:hover { -} - /**/ /* WELL */ div.well { @@ -338,25 +315,24 @@ div#ticket-request p { margin:20px 0; } -/* SLICE VIEW */ ul.nav-tabs {} -ul.nav-tabs li { - -} -ul.nav-tabs li a { +ul.nav-tabs ul {} +ul.nav-tabs li {} + +ul.nav-section li a { border-bottom:0; } -ul.nav-tabs li:first-child { +ul.nav-section li:first-child { padding:0; } -ul.nav-tabs li:first-child a { +ul.nav-section li:first-child a { font-weight:bold; padding:6px 15px 4px 15px; } -ul.nav-tabs li:first-child.active a { +ul.nav-section li:first-child.active a { padding:6px 15px 3px 15px; } -ul.nav-tabs li:first-child img { +ul.nav-section li:first-child img { margin:0 4px 1px 0; padding:0; } @@ -368,7 +344,7 @@ ul.nav-resources a { padding: 4px 10px 5px 10px; } - +/* SLICE VIEW */ div#slice-view { @@ -376,22 +352,41 @@ div#slice-view { } div.list-group-item { border:0; + -moz-border-radius: 0; + border-radius: 0; background-color:white; font-weight:bold; padding-left:0; } a.list-group-item { + -moz-border-radius: 0; + border-radius: 0; border:0; background-color:white; - padding:3px 0 3px 10px; + padding:3px 2px 3px 10px; border-left:2pt white solid; } -a.list-group-item.active, a.list-group-item:hover { +a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { + -moz-border-radius: 0; + border-radius: 0; + font-weight: bold; + color:black; + background-color:#F5F5F5; + border-left:2pt blue solid; +} + +a.list-group-item:hover { + -moz-border-radius: 0; + border-radius: 0; border-left:2pt blue solid; } a.list-group-item p.list-group-item-text { + -moz-border-radius: 0; + border-radius: 0; font-size:9pt; font-style:italic; + font-weight: normal; + color: black !important; } div#slice-info { @@ -478,3 +473,139 @@ div#slice-info td { tr.active, tr.active td { background-color:#FFFFCC !important; } +div.dataTables_filter label{ + float:left; + width:400px; +} + +/**/ +div.navigation { + +} +div.navigation ul { + margin:26px 0 0 0; + padding:0; + display: inline-block; + list-style-type: none; + white-space: nowrap; +} + +div.navigation li { + color:#0C0047; + font-family:open_sansbold, sans-serif; + font-size:10pt; + font-weight:normal; + line-height:0.8em; + letter-spacing:0.4pt; + list-style:none; + float:left; + padding:0 15px; + margin:0; + text-transform:uppercase; +} +div.navigation li:hover { +} +div.navigation li a { + color:#0C0047; +} +div.navigation li a:hover, div.navigation li a.current { + color:#760073; + text-decoration:none; +} + +div.navigation li:last-child { + margin-right:0; +} +div.home { + font-size:11pt; + line-height:1.2em; + letter-spacing:0.3pt; + min-height:500px; + background-image: url('../img/bg-experiment.png'); + background-repeat:no-repeat; + background-size:cover; + background-position:center top; + background-color:#086274; + padding:100px 0; +} +div.home h2 { + color:white; + line-height:1.2em; + font-size:18pt; +} +div.home h3 { + color:white; + line-height:1.4em; +} +div.registration-form { + padding-top:150px; + text-align:center; +} +div.login-form input[type=text] { + + + +} +.login-form input { + font-size:12pt; + width:320px; + padding:8px; + border:1pt solid #22606D; +} +.login-form input[type=submit] { + border:0; + border-bottom:2px solid #540086; + background-color:#302562; + color:white; + width:100px; + border-radius:5px; + font-size:12pt; +} + +.login-submit { + vertical-align:middle; + padding:0; +} +.lost-password { + font-size:10pt; + color:black; + text-align:right; + padding:0px; +} +.lost-password a { + color:white; + text-shadow:0.5px 0.5px black; +} +.login-signup { + font-size:12pt; + color:white; + text-shadow:0.5px 0.5px black; + margin-top:45px; + padding:5px 0 0 4px; + +} +.login-signup a { + color:white; + text-shadow:0.5px 0.5px black; + padding-bottom:2px; + border-bottom:2pt solid white; +} +.login-signup a:hover { + text-decoration:none; +} +.login-signup button { + padding:8px; + border:0; + border-bottom:2px solid #540086; + background-color:#302562; + color:white; + width:100px; + border-radius:5px; + font-size:12pt; +} +div.slogan { + text-align:center; + color:white; + padding-top:60px; + text-shadow: 1px 1px #013540; +} \ No newline at end of file