From c20b9fb92b56c7818a4f24b22eead665b1dd1143 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 17 Sep 2015 16:46:32 +0200 Subject: save stadium --- views/style.scss | 240 +++---------------------------------------------------- 1 file changed, 10 insertions(+), 230 deletions(-) (limited to 'views/style.scss') diff --git a/views/style.scss b/views/style.scss index 0802545..fd05c3e 100644 --- a/views/style.scss +++ b/views/style.scss @@ -1,230 +1,10 @@ -$ist-color: rgba(200, 194, 200, 0.4); -$black: #2b2b2b; -$orange: #f76700; - -body { - background-image: url("/images/gray_jean.png"); - overflow: scroll; - font-family: sans-serif; } - body a { - &:hover { - color: $orange; } - text-decoration: none; - font-weight: bold; - color: $black; } - body img { - border: 0; } - body h1 { - color: $black; } - body h2 { - padding-top: 12px; - font-size: x-large; - color: $orange; } - -.logo { - top: 0; - position: fixed; - background-color: #efefef; - width: 100%; - z-index: 40; } - .logo img { - float: left; - display: inline; - margin-right: 1em; - padding: 1em; } - .logo h1 { - width: 80%; } - .logo img.ote { - width: 100px; - height: 50px; - display: inline; - float: right; } - -.content { - background-image: url("/images/gray_jean.png"); - margin-top: 6em; } - .content h1 { - text-shadow: white 1px 1px 0; - font-size: x-large; - display: inline; } - .content .arrow { - margin: 8px 0px 5px 20px; } - .content .back { - display: inline; } - .content fieldset#top { - border: 0; - padding: 10px; - background-color: $ist-color; } - .content fieldset#top a#linkInsert { - display: block; - width: 100%; - height: 2em; } - .content fieldset#top #appletContainer { - padding: 10px; } - .content fieldset#middle { - border: 0; - padding: 10px; - background-color: $ist-color; } - .content fieldset#middle a#linkModels { - display: block; - width: 100%; - height: 2em; } - .content fieldset#middle #models { - padding-left: 1em; } - .content fieldset#middle #model a { - display: inline; - font-weight: normal; } - .content fieldset#bottom { - border: 0; - background-color: $ist-color; - padding: 10px; - margin-bottom: 5em; } - .content fieldset#bottom input#predict { - margin-left: 1em; } - .content .predictions { - background-color: $ist-color; - padding: 10px; - text-align: justify; } - .content .overview { - padding: 12px; - margin-top: 1em; - margin-bottom: 1em; - text-align: left; } - .content .overview a:hover { - color: $orange; } - .content .overview caption { - text-align: left; } - .content .overview #overview tr td { - background-color: white; - border: 1px solid #dad9c7; - padding-left: 1em; - padding-top: 0.5em; } - .content .overview #overview tr td#compound { - width: 250px; } - .content .overview #overview tr td b.c { - color: #d42200; } - .content .overview #overview tr td b.n { - color: #5c8533; } - .content .overview #overview tr td .confidence { - display: inline; } - .content .error { - background-color: $ist-color; - box-shadow: (1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba($black, 0.3) inset); - padding: 15px; } - .content .error .message { - margin: 2em; - padding: 1em; - border: 2px solid $orange; - background-color: white; - color: $black; } - .content #closebutton { - color: $orange; - margin-left: 98%; } - -.details { - width: 98%; - box-shadow: (1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba($black, 0.3) inset); - background-color: $ist-color; } - .details a:hover { - color: $orange; } - .details img { - display: inline; - float: left; - margin: 0.5em; } - -.significant_fragments { - width: 98%; - margin-bottom: 2em; - box-shadow: (1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba($black, 0.3) inset); - background-color: $ist-color; } - .significant_fragments img { - display: inline; - float: left; - margin: 0.5em; } - .significant_fragments table#sf1 { - text-align: left; } - .significant_fragments table#sf1 td { - padding: 0.2em; } - - img.smarts{ - width: 100px; - //float: left; - } - img.smarts:hover{ - transform: scale(4); - border: solid 1px black; - } - -.descriptors { - width: 98%; - margin-bottom: 2em; - box-shadow: (1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba($black, 0.3) inset); - background-color: $ist-color; } - .descriptors img { - display: inline; - float: left; - margin: 0.5em; } - .descriptors table#sf2 { - text-align: left; } - .descriptors table#sf2 td { - padding: 0.2em; } - -.results { - overflow-x: auto; - overflow-y: hidden; - margin-top: 2em; - margin-bottom: 2em; } - .results a:hover { - color: $orange; } - .results .tablesorter { - width: 100%; - text-align: left; } - .results .tablesorter thead { - background-color: $ist-color; } - .results .tablesorter thead tr th.header { - background-image: url("/images/bg.gif"); - background-repeat: no-repeat; - background-position: center left; - cursor: pointer; - padding-left: 20px; - border: 1px solid #dad9c7; - margin-left: -1px; } - .results .tablesorter thead tr th.headerSortDown { - background-image: url("/images/desc.gif"); - background-color: $ist-color; } - table.tablesorter .tablesorter-default thead tr .tablesorter-headerRow th .tablesorter-header .tablesorter-headerAsc { - background-image: url("/images/asc.gif"); - background-color: $ist-color; } - .results .tablesorter tbody tr td { - border-spacing: 1px; - padding-left: 1em; } - .results .tablesorter tbody .compound { - width: 250px; - padding: 0.2em; } - .results .tablesorter tbody .n { - color: #5c8533; } - .results .tablesorter tbody .c { - color: #d42200; } - -input#predict { - border: 0px; - background-color: $ist-color; - margin: 0; - padding: 0; } - -.tooltip { - background-color: white; - border: 2px solid $orange; - font-size: 0.5em; - padding: 1em; - display: none; - z-index: 50; } - -.footer { - margin: 20px 0 20px 0; } - .footer a { - text-decoration: none; - color: black; } - .footer a:hover { - color: $orange; } - +table.table-borderless tbody tr td{ + border-top: none; +} + +h4.head-back, h5.head-back{ + background-color: #E7E7E7; +} +//.btn:focus{ + //background: #f0ad4e; +//} -- cgit v1.2.3