[Scummvm-cvs-logs] SF.net SVN: scummvm:[56280] wiki/trunk/skins/scummmodern/layout.css

criezy at users.sourceforge.net criezy at users.sourceforge.net
Mon Apr 16 21:48:49 CEST 2012


Revision: 56280
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56280&view=rev
Author:   criezy
Date:     2012-04-16 19:48:49 +0000 (Mon, 16 Apr 2012)
Log Message:
-----------
WIKI: Increase the font size for most text in the ScummModern skin

The font size for the tab names and side menu was not changed because it
would require more changes to the skin (e.g. so that the position of the tabs
stays correct).

Modified Paths:
--------------
    wiki/trunk/skins/scummmodern/layout.css

Modified: wiki/trunk/skins/scummmodern/layout.css
===================================================================
--- wiki/trunk/skins/scummmodern/layout.css	2012-04-03 03:36:32 UTC (rev 56279)
+++ wiki/trunk/skins/scummmodern/layout.css	2012-04-16 19:48:49 UTC (rev 56280)
@@ -6,51 +6,51 @@
 
 body, table {
 	font-family: verdana,tahoma,arial,helvetica,sans-serif;
-	font-size: 8pt;
+	font-size: 12pt;
 	font-weight: normal;
 }
 
-table            
+table
 {
-font-size: 10px; 
+font-size: 12px;
 color: #000000;
 }
 
 td, th
 {
-font-size: 10px; 
+font-size: 12px; 
 color: #000000;
 }
 
 .smalltext       
 { 
-font-size : 10px; 
+font-size : 12px; 
 color: #000000;
 }
 
 .mediumtext      
 { 
-font-size : 11px; 
+font-size : 13px; 
 color: #000000;
 }
 
 .largetext       
 { 
-font-size : 13px; 
+font-size : 15px; 
 color: #000000;
 }
 
 .catrowtext      
 { 
 	font-weight: bold;
-	font-size: 13px;
+	font-size: 15px;
 	color: #444444;
 }
 
 .toprowtext      
 { 
 	color: #fff;
-	font-size: 12px;
+	font-size: 14px;
 	font-weight: bold;
 }
 
@@ -382,7 +382,7 @@
 DIV.tabs A:hover SPAN
 {
    background-position: 0% -150px;
-font-size: x-small;
+   font-size: x-small;
 }
 
 DIV.tabs LI.selected A

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list