r109487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109486‎ | r109487 | r109488 >
Date:04:05, 19 January 2012
Author:awjrichards
Status:ok
Tags:sopa 
Comment:
Styling changes for black on white including adding a translucent-ish box around main body text and fixing link colors in contact box
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -393,6 +393,11 @@
394394 text-align: left;
395395 width: 500px;
396396 padding-bottom: 30px;
 397+ background-color: #ffffff;
 398+ filter:alpha(opacity=90);
 399+ -moz-opacity:0.90;
 400+ -khtml-opacity: 0.90;
 401+ opacity: 0.90;
397402 }
398403 div#instructions p {
399404 text-align:justify;
@@ -416,6 +421,12 @@
417422 div#contacts form {
418423 margin-bottom: 1em;
419424 }
 425+div#contacts a:link, div#contacts a:visited {
 426+ color: #dedede;
 427+}
 428+div#contacts a:hover, div#contacts a:active {
 429+ color: #ffffff;
 430+}
420431 table.person {
421432 margin-bottom: 1em;
422433 margin-left: 20px;

Follow-up revisions

RevisionCommit summaryAuthorDate
r109489MFT r109485, r109486, r109487, r109488awjrichards04:16, 19 January 2012

Status & tagging log