Parcourir la source

Clean up some CSS rules.

pull/24/head
Ben Kurtovic il y a 10 ans
Parent
révision
e31d730331
3 fichiers modifiés avec 11 ajouts et 27 suppressions
  1. +0
    -1
      pages/support/footer.mako
  2. +2
    -2
      pages/support/header.mako
  3. +9
    -24
      static/style.css

+ 0
- 1
pages/support/footer.mako Voir le fichier

@@ -2,7 +2,6 @@
<%namespace module="copyvios.background" import="get_desc_url"/>\
</div>
<div id="footer">
<div id="foot-divider"></div>
<p>Copyright &copy; 2009&ndash;2013 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
<a href="mailto:wikipedia.earwig@gmail.com">Contact</a> &bull; \
<a href="https://github.com/earwig/copyvios">View Source</a> &bull; \


+ 2
- 2
pages/support/header.mako Voir le fichier

@@ -23,8 +23,8 @@
<div id="header">
<table id="heading">
<tr>
<td id="head-main"><a class="dark" href="${root}">Earwig's Copyvio Detector</a></td>
<td id="head-settings"><a class="mid" href="${root}/settings">Settings</a></td>
<td id="head-home"><a id="a-home" href="${root}">Earwig's Copyvio Detector</a></td>
<td id="head-settings"><a id="a-settings" href="${root}/settings">Settings</a></td>
</tr>
</table>
</div>


+ 9
- 24
static/style.css Voir le fichier

@@ -40,13 +40,10 @@ div#footer {
font-size: 0.85em;
text-align: center;
line-height: 1.5;
border-top: 1px solid #777;
background: #DDDDDD;
}

div#foot-divider {
border-bottom: 1px solid #777;
}

div#cv-result-yes {
padding: 5px 10px 0 10px;
margin: 0 5px 10px 5px;
@@ -131,13 +128,6 @@ a#cv-cached span {
color: black;
}

div.toolbox {
margin: 15px 0 15px 0;
padding: 0 6px 0 6px;
border: 1px solid #999;
background-color: #F5F5F5;
}

div.divider {
border-bottom: 1px solid #AAA;
margin-top: 15px;
@@ -210,20 +200,15 @@ a:visited { color: #373; text-decoration: none; }
a:hover { color: #040; text-decoration: underline; }
a:active { color: #404; text-decoration: underline; }

a.black:link { color: #000; }
a.black:visited { color: #000; }
a.black:hover { color: #000; }
a.black:active { color: #000; }

a.dark:link { color: #777; }
a.dark:visited { color: #777; }
a.dark:hover { color: #777; }
a.dark:active { color: #333; }
a:link#a-home { color: #777; }
a:visited#a-home { color: #777; }
a:hover#a-home { color: #777; }
a:active#a-home { color: #333; }

a.mid:link { color: #AAA; }
a.mid:visited { color: #AAA; }
a.mid:hover { color: #888; }
a.mid:active { color: #666; }
a:link#a-settings { color: #AAA; }
a:visited#a-settings { color: #AAA; }
a:hover#a-settings { color: #888; }
a:active#a-settings { color: #666; }

a:active#cv-cached { color: #040; text-decoration: none; }
a:hover#cv-cached { text-decoration: none; }


Chargement…
Annuler
Enregistrer