]> WPIA git - gigi.git/blobdiff - static/static/default.css
UPD: Added margin to h1 and h2 headings
[gigi.git] / static / static / default.css
index fe09d6f322f4946fe66b93eb741b728e5d161c52..d12a5f88ccbb3411e1c6591d91f4496f6f2f2590 100644 (file)
@@ -35,14 +35,14 @@ a:hover {
 h1 {
        font: bold 120% Arial ,sans-serif;
        color: #334d55;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
 h2 {
        font: bold 114% Arial ,sans-serif;
        color: #006699;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
@@ -409,27 +409,27 @@ a.glink:hover {
 }
 
 
-/*************** story styles ******************/
+/*************** content styles ******************/
 
-.story {
+.content {
        padding: 10px 0px 0px 10px;
        font-size: 80%;
        min-height: 450px;
 }
 
-.story h3 {
+.content h3 {
        font: bold 125% Arial,sans-serif;
        color: #000000;
 }
 
-.story a.capsule {
+.content a.capsule {
        font: bold 1em Arial,sans-serif;
        color: #005FA9;
        display: block;
        padding-bottom: 5px;
 }
 
-.story a.capsule:hover {
+.content a.capsule:hover {
        text-decoration: underline;
 }
 
@@ -509,30 +509,6 @@ td.storyLeft {
 
 
 /********************* end **********************/
-
-.DataTD input, .DataTD textarea {
-       font-size: 92%;
-}
-
-.DataTD select, .DataTD option {
-       font-size: 92%;
-}
-
-.DataTD {
-       background-color: #e2e2e2;
-       border-style: inset;
-       border-width: 1px;
-       font-size: 8pt;
-       color: #000000;
-       font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
-
-       background: #ffffff;
-       padding: 1px 5px 1px 5px;
-       border: 1px #cfcfcf solid;
-       border-left: 1px #cfcfcf dotted;
-       border-right: 1px #cfcfcf dotted;
-}
-
 .DataTDGrey {
        background-color: #EFEDED;
        border-style: inset;
@@ -582,6 +558,7 @@ td.storyLeft {
        text-align: center;
        margin-left:auto;
        margin-right:auto;
+       width: 700px;
 }
 
 td.greytxt {
@@ -737,4 +714,50 @@ img{
 }
 formMandatory{
        color: red;
-}
\ No newline at end of file
+}
+.experthidden{
+       display:none;   
+}
+.expertoff{
+       display:none;   
+}
+pre{
+       word-wrap: break-word;
+       white-space: pre-wrap;
+}
+
+.dataTable td {
+       background-color: #e2e2e2;
+       border-style: inset;
+       border-width: 1px;
+       font-size: 8pt;
+       color: #000000;
+       font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
+
+       background: #ffffff;
+       padding: 1px 5px 1px 5px;
+       border: 1px #cfcfcf solid;
+       border-left: 1px #cfcfcf dotted;
+       border-right: 1px #cfcfcf dotted;
+}
+
+.dataTable th {
+       background: #e2e2e2;
+       font-weight: bold;
+       padding: 1px 5px 1px 5px;
+       border: 1px solid #cfcfcf;
+       border-bottom: 3px double #cfcfcf;
+       border-top: 1px solid #656565;
+       text-align: center;
+}
+
+.dataTable input, .dataTable textarea {
+       font-size: 92%;
+}
+
+.dataTable select, .dataTable option {
+       font-size: 92%;
+}
+.dataTable textarea{
+       width: 100%;
+}