]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/para.css
web: Avoid gray area on gitweb page.
[paraslash.git] / web / para.css
index 53724153b2babb1153551237d36ab3951612984c..2207d6148371defedcfb23520482444ab0fddd7f 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;
@@ -378,15 +354,6 @@ div.page_body {
        font-size: 150%;
 }
 
-div.title {
-       display: block;
-       padding: 6px 8px;
-       font-weight: bold;
-       background-color: #555555;
-       text-decoration: none;
-       color: white;
-}
-
 a.title:hover {
        background-color: #AA3100;
 }
@@ -470,10 +437,6 @@ a.text:hover {
        color: #880000;
 }
 
-table {
-       padding: 8px 4px;
-}
-
 table.project_list {
        border-spacing: 0;
 }
@@ -515,12 +478,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 +496,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;