mailr15520 - /website/relax.css


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 16, 2012 - 16:26:
Author: bugman
Date: Fri Mar 16 16:26:45 2012
New Revision: 15520

URL: http://svn.gna.org/viewcvs/relax?rev=15520&view=rev
Log:
Replaced all "\t" characters with "    " in the CSS file for 
http://www.nmr-relax.com.


Modified:
    website/relax.css

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=15520&r1=15519&r2=15520&view=diff
==============================================================================
--- website/relax.css (original)
+++ website/relax.css Fri Mar 16 16:26:45 2012
@@ -1,25 +1,25 @@
 /*  The main body of the webpage  */
 
 body {
-       margin:0%;
-       padding:0%;
-       color:#000000;
-       background-color:#e5feff;
+    margin:0%;
+    padding:0%;
+    color:#000000;
+    background-color:#e5feff;
 }
 
 
 /* Div box to clear the page and start the next box at the very bottom of 
everything else */
 
 .clear {
-       clear:both;
-       padding-top:0.1em;
+    clear:both;
+    padding-top:0.1em;
 }
 
 /* Image formatting */
 
 .image {
-       color:inherit;
-       border:0em;
+    color:inherit;
+    border:0em;
 }
 
 
@@ -27,21 +27,21 @@
 /*  The header  */
 
 .header_image {
-       float:left;
-       width:24%;
-       text-align:center;
-       padding:10px;
+    float:left;
+    width:24%;
+    text-align:center;
+    padding:10px;
 }
 
 .header {
-       padding:10px;
-       margin-left:26%;
-       padding-left:2%;
-       min-height:105px;
+    padding:10px;
+    margin-left:26%;
+    padding-left:2%;
+    min-height:105px;
 }
 
 p#headline {
-       font-size:x-large;
+    font-size:x-large;
 }
 
 p#tagline {
@@ -60,42 +60,42 @@
 /*  The menu system  */
 
 .menu {
-       float:left;
-       width:25%;
-       height:auto;
-       margin-left:1%;
-       line-height:150%;
-       background-color:#b8edff;
-       border:thin solid #88cbff;
+    float:left;
+    width:25%;
+    height:auto;
+    margin-left:1%;
+    line-height:150%;
+    background-color:#b8edff;
+    border:thin solid #88cbff;
 }
 
 .menu_header {
-       font-weight:bold;
-       font-size:large;
-       text-align : center;
-       background-color:#56ded5;
-       color:#00004F;
-       padding-top:10px;
-       padding-bottom:10px;
+    font-weight:bold;
+    font-size:large;
+    text-align : center;
+    background-color:#56ded5;
+    color:#00004F;
+    padding-top:10px;
+    padding-bottom:10px;
 
 }
 
 .menu_title {
-       font-weight : bold;
-       padding-top:1em;
-       text-indent : 5%;
-       border-bottom:thin solid #88cbff;
+    font-weight : bold;
+    padding-top:1em;
+    text-indent : 5%;
+    border-bottom:thin solid #88cbff;
 }
 
 .menu_def {
-       text-indent : 5%;
-       color:#3179ac;
+    text-indent : 5%;
+    color:#3179ac;
 }
 
 .menu_ul {
-       margin-top:0px;
-       padding:0px;
-       list-style:none;
+    margin-top:0px;
+    padding:0px;
+    list-style:none;
 }
 
 
@@ -103,86 +103,86 @@
 /*  The main text box  */
 
 .main {
-       margin:0 1% 0 27%;
-       background-color:white;
-       border-top : thin solid #88cbff;
-       border-left : thin solid #88cbff;
-       border-right : thin solid #88cbff;
+    margin:0 1% 0 27%;
+    background-color:white;
+    border-top : thin solid #88cbff;
+    border-left : thin solid #88cbff;
+    border-right : thin solid #88cbff;
 }
 
 .main_box {
-       padding-left:2%;
-       padding-right:2%;
-       padding-bottom:2%;
-       border-bottom:thin solid #88cbff;
+    padding-left:2%;
+    padding-right:2%;
+    padding-bottom:2%;
+    border-bottom:thin solid #88cbff;
 }
 
 .main_h2 {
-       border-top:thin solid #88cbff;
+    border-top:thin solid #88cbff;
 }
 
 .main_ul {
-       margin-top:0px;
-       padding:0px;
-       list-style:none;
+    margin-top:0px;
+    padding:0px;
+    list-style:none;
 }
 
 
 /*  The footer  */
 
 .footer {
-       margin:1%;
-       padding-left:1em;
-       padding-right:1em;
-       padding-top:1em;
-       padding-bottom:1em;
-       background-color:white;
-       border:thin solid #88cbff;
+    margin:1%;
+    padding-left:1em;
+    padding-right:1em;
+    padding-top:1em;
+    padding-bottom:1em;
+    background-color:white;
+    border:thin solid #88cbff;
 }
 
 .footer_left {
-       float:left;
-       text-align:left;
-       font-size:x-small;
+    float:left;
+    text-align:left;
+    font-size:x-small;
 }
 
 .footer_right {
-       float:right;
-       text-align:right;
-       font-size:x-small;
+    float:right;
+    text-align:right;
+    font-size:x-small;
 }
 
 
 /*  Misc formatting  */
 
 .code_ul {
-       list-style:none;
-       font-style:italic;
+    list-style:none;
+    font-style:italic;
 }
 
 .ref_ul {
-       padding:0px;
-       list-style:none;
+    padding:0px;
+    list-style:none;
 }
 
 .ref_li {
-       margin-top:20px;
+    margin-top:20px;
 }
 
 a {
-       text-decoration:none;
-       color:#0017aa;
-       font-weight:normal;
+    text-decoration:none;
+    color:#0017aa;
+    font-weight:normal;
 }
 
 a:hover {
-       color:#316fff;
+    color:#316fff;
 }
 
 a.cia_sitename {
-       padding: 0em 0.5em;
-       margin: 0em;
-       font: 250% sans-serif;
-       color:#DDD;
-       text-decoration:none;
+    padding: 0em 0.5em;
+    margin: 0em;
+    font: 250% sans-serif;
+    color:#DDD;
+    text-decoration:none;
 }




Related Messages


Powered by MHonArc, Updated Fri Mar 16 16:40:02 2012