X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=5be52ddd6e7306e7a609195841e8004fe276bf35;hb=6b2b529bd1b93c14b5d2fb9ee8c1aab9dc1300ed;hp=4c53cce00d151f7d965c85ddeb78ac8dea1e2512;hpb=3734fc1fa7de8b5b9d6df8c42dff9f21874cede8;p=myslice.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 4c53cce0..5be52ddd 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -12,6 +12,10 @@ body { a, a:active, a:focus { outline: 0; text-decoration:none; + color:#760073; +} +a:hover { + color:#0D0049; } h1 { @@ -26,13 +30,20 @@ h1 img { margin-right:10px; } h2 { + margin:0 0 15px 0; font-size:14pt; color:#333333; } h3 { + margin:0 0 5px 0; font-size:13pt; color:#201E62; } +h4 { + margin:0 0 5px 0; + font-size:12pt; + color:#333333; +} input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], select, option { min-width:260px; padding:6px; @@ -61,6 +72,15 @@ div.breadcrumbs { color:gray; font-size:10pt; } +div.breadcrumbs a { + color:gray; +} +div.breadcrumbs a:hover { + text-decoration:underline; +} +.tab-pane { + padding-top:15px; +} /* buttons */ button.btn, input.btn { padding:6px 10px;