[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PTS: revamp style



Hi,

On Lunes, 27 de mayo de 2013 06:57:59 Paul Wise escribió:
> Unfortunately both of these URLs just give me some PHP errors. Could
> you attach a patch or new CSS file instead?

Done.

Thanks,

David
Index: www/web/common/revamp.css
===================================================================
--- www/web/common/revamp.css	(revisión: 3014)
+++ www/web/common/revamp.css	(copia de trabajo)
@@ -16,10 +16,10 @@
     font-size: 100%;
 }
 
-a:link    { color: #0755d7; text-decoration: none; }
-a:visited { color: #0755d7; text-decoration: none; }
-a:hover   { color: #0755d7; text-decoration: underline; }
-a:active  { color: #f00;    text-decoration: none; }
+a:link    { color: #005090; text-decoration: none; font-weight: bold; }
+a:visited { color: #005090; text-decoration: none; font-weight: bold; }
+a:hover   { color: #D70767; text-decoration: none; font-weight: bold; }
+a:active  { color: #f00;    text-decoration: none; font-weight: bold; }
 a img     { border: none; }
 
 .containertable { width: 100%; }
@@ -33,13 +33,21 @@
     background-color: #dfdfdf;
 }
 .quickform { /* "Jump to package" */
-    margin: 0.3em;
+    margin: -0.3em 0.5em;
     font-size: 80%;
     padding: 0.5em;
     border: 1px solid #aaa;
     background-color: #dfdfdf;
 }
+.quickformline {
 
+}
+
+.quickform:first-child input:first-child
+{  
+    margin-bottom: 0.2em;
+}
+
 h1 {
     margin: 10px 0 0 0;
     padding: 20px 0 0 280px;
@@ -65,17 +73,18 @@
 }
 div.left { width: 26%; }
 div.center {
-    width: 56%;
+    width: 52%;
     padding-left: 2px;
     padding-right: 2px;
 }
-div.right { width: 16%; }
+div.right { width: 20%; }
 
 div.block {
+    background: none repeat scroll 0 0 #FFFFFF;
+    border: 1px solid #999999;
     border-collapse: collapse;
-    border: 1px solid #999;
-    background: #fff;
-    margin-bottom: 10px;
+    margin-bottom: 0.2em;
+    padding: 0.4em 0.6em 0.2em;
 }
 
 h1 {
@@ -89,15 +98,13 @@
 }
 
 h2 {
-    padding: 0.2em 0.2em 0.1em 0.2em;
+    background: none repeat scroll 0 0 #D70767;
+    border-bottom: 1px solid #FFFFFF;
+    color: #FFFFFF;
+    font-size: 100%;
     font-weight: bold;
-    font-size: 100%;
-    background: #d70751;
-    color: #fff;
-    border-top: 3px solid #999;
-    border-bottom: 1px solid #999;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
+    margin: 0 -0.2em 0.2em;
+    padding: 0.2em 0.4em;
 }
 
 dl {
@@ -117,17 +124,19 @@
 }
 
 div.binaries ul {
-    max-height: 25em;
+    max-height: 14.2em;
     overflow: auto;
 }
 
 /* different margins are required for different <dl>'s */
 div.info dt { width: 5.5em; }
 div.info dd { margin-left: 5.7em; }
-div.versions dt { width: 7.4em; }
-div.versions dd { margin-left: 7.6em; }
+div.versions dt { width: 6.4em; }
+div.versions dd { margin-left: 6.6em; }
 div.bugs dt { width: 4em; }
 div.bugs dd { margin-left: 4.2em; }
+div.patch-tracker dt { width: 6.4em; }
+div.patch-tracker dd { margin-left: 6.6em; }
 
 /* - Edge Tables - */
 tr#bugs_rc { font-size: 90%; }
@@ -155,7 +164,7 @@
     background-color: #fff;
     text-align: center;
     border-top: 2px solid #d70751;
-    margin: 0 0 0 0;
+    margin: 1em 0 0 0;
     border-bottom: 0;
     font-size: small;
 }

Reply to: