]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/para.css
web: Move important parts of the style sheet to the top of the file.
[paraslash.git] / web / para.css
index 53724153b2babb1153551237d36ab3951612984c..27e7519753b038b5d2e1bc1474e8b81a7237c024 100644 (file)
@@ -12,11 +12,28 @@ table {
        padding: 8px 4px;
 }
 
+th {
+       padding: 2px 5px;
+       font-size: 100%;
+       text-align: left;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
        vertical-align: top;
 }
+
+a {
+       color: #cc3322;
+}
+
+hr {
+       height: 1px;
+       border: none;
+       border-top: 1px solid yellow;
+}
+
 caption { font-weight: bold }
 
 /* doxgen */
@@ -79,11 +96,6 @@ a.codeRef:visited {
        color: #BA3708
 }
 
-a:hover {
-       text-decoration: none;
-       background-color: #ffff00
-}
-
 dl.el { margin-left: -1cm }
 .fragment {
        font-family: Fixed, monospace;
@@ -222,15 +234,6 @@ td.tiny {
        font-size: 75%;
 }
 
-/* links */
-a {
-       color: #cc3322;
-}
-
-a:visited {
-       color: #cc3322;
-}
-
 .dirtab { padding: 4px;
           border-collapse: collapse;
           border: 1px solid #84b007;
@@ -241,12 +244,6 @@ th.dirtab {
        font-weight: bold;
 }
 
-hr {
-       height: 1px;
-       border: none;
-       border-top: 1px solid yellow;
-}
-
 /* Style for detailed member documentation */
 .memtemplate {
        font-size: 100%;
@@ -296,27 +293,6 @@ hr {
        color: #ffff00;
        font-style: italic;
 }
-body {
-       font-family: sans-serif;
-       background-color: black;
-       color: #bbbbbb;
-       margin: 0px;
-}
-
-a {
-       color: #cc3322;
-}
-
-a:hover {
-       color: #cc3322;
-       background-color: #ffff00;
-}
-
-hr {
-       height: 1px;
-       border: none;
-       border-top: 1px solid yellow;
-}
 
 span.cntrl {
        border: dashed #aaaaaa;
@@ -470,10 +446,6 @@ a.text:hover {
        color: #880000;
 }
 
-table {
-       padding: 8px 4px;
-}
-
 table.project_list {
        border-spacing: 0;
 }
@@ -515,12 +487,6 @@ table.blame td {
        vertical-align: top;
 }
 
-th {
-       padding: 2px 5px;
-       font-size: 100%;
-       text-align: left;
-}
-
 tr.light:hover {
        background-color: yellow;
        color: #cc3322;
@@ -539,12 +505,6 @@ tr.dark:hover {
        color: #cc3322;
 }
 
-td {
-       padding: 2px 5px;
-       font-size: 100%;
-       vertical-align: top;
-}
-
 td.link, td.selflink {
        padding: 2px 5px;
        font-family: sans-serif;