Просмотр исходного кода

Merge pull request #1 from walle303/master

Slight modernization of graphics
Sebastien Lemery 10 лет назад
Родитель
Сommit
3fff181693

BIN
gfx/blue-h.png


BIN
gfx/blue-v.png


BIN
gfx/green-h.png


BIN
gfx/green-v.png




BIN
gfx/yellow-h.png


BIN
gfx/yellow-v.png


+ 3 - 0
layout/darkgalaxy.css

@@ -46,6 +46,7 @@ BODY
 }
 TD
 {
+    border-radius: 5px;
     FONT-SIZE: 13px;
     COLOR: #dedede;
     FONT-FAMILY: Verdana, Arial, sans-serif;
@@ -59,6 +60,7 @@ TD
 }
 .headtext
 {
+    border-radius: 8px;
     FONT-WEIGHT: bold;
     COLOR: #dedede;
     BACKGROUND-COLOR: #6d0d14;
@@ -66,6 +68,7 @@ TD
 }
 .headlinebg
 {
+    border-radius: 8px;
     BACKGROUND-COLOR: #6d0d14
 }
 .tdtop

+ 8 - 4
layout/darkred.css

@@ -42,6 +42,7 @@ table {
 }
 
 td {
+	border-radius: 5px;
 	font-family: verdana, arial, sans-serif;
  	font-size: 13px;
  	color:white;
@@ -58,19 +59,22 @@ td {
 }
 
 .headtext {
+    position: relative;
+    top: -1%;
+    left: -0.05%;
+    border-radius: 10px;
     font-family: verdana, arial, sans-serif;
     font-size:13px;
     color:white;
     background-color:#444444;
-    border-color:#990000;
-    border-style:solid; 
     text-align:center;
-    border-width:1px;
+    border-width: 0px;
     font-weight:bold;
 }
 
 .headlinebg {
-    background-color:black; 
+    border-radius: 10.5px;
+    background-color:#990000; 
 }
 
 .tdtop {

+ 4 - 1
layout/default.css

@@ -31,6 +31,7 @@ body {
 	color: black;
 }
 td {
+	border-radius: 5px;
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 13px;
 	color: black;
@@ -51,12 +52,14 @@ td {
 	font-weight: bold;
 }
 .headtext {
+	border-radius: 8px;
 	color: white;
 	font-weight: bold;
 	text-align: center;
 	background-color: #666699;
 }
 .headlinebg {
+	border-radius: 8px;
 	background-color: #000000;
 }
 .tdtop {
@@ -105,4 +108,4 @@ td {
 	width: 400px;
 	height: 32px;
 	background: url('http://pisg.sourceforge.net/favicon.png') no-repeat 0 50%;
-}
+}

+ 3 - 0
layout/justgrey.css

@@ -57,6 +57,7 @@ body
 }
 td
 {
+    border-radius: 5px;
     font-size: 13px;
     color: white;
     font-family: verdana, arial, sans-serif;
@@ -71,6 +72,7 @@ td
 }
 .headtext
 {
+    border-radius: 8px;
     font-weight: bold;
     color: white;
     background-color: none;
@@ -78,6 +80,7 @@ td
 }
 .headlinebg
 {
+    border-radius: 8px;
     background-color: #344454;
 }
 .tdtop

+ 3 - 0
layout/ocean.css

@@ -51,6 +51,7 @@ BODY
 }
 TD
 {
+    border-radius: 5px;
     FONT-SIZE: 13px;
     COLOR: #dedede;
     FONT-FAMILY: Verdana, Arial, sans-serif;
@@ -64,6 +65,7 @@ TD
 }
 .headtext
 {
+    border-radius: 8px;
     FONT-WEIGHT: bold;
     COLOR: #dedede;
     BACKGROUND-COLOR: #003366;
@@ -71,6 +73,7 @@ TD
 }
 .headlinebg
 {
+    border-radius: 8px;
     BACKGROUND-COLOR: #003366
 }
 .tdtop

+ 3 - 0
layout/orange_grey.css

@@ -47,6 +47,7 @@ body {
 }
 
 td {
+    border-radius: 5px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 13px;
     text-align: left;
@@ -72,6 +73,7 @@ td {
 
 /* Les titres des rubriques */
 .headtext {
+    border-radius: 8px;
     color: #000000;
     font-weight: bold;
     font-size: 14px;
@@ -81,6 +83,7 @@ td {
 
 /* Bords des titres */
 .headlinebg {
+    border-radius: 8px;
     background-color: #000000;
 }
 

+ 3 - 1
layout/pisg.css

@@ -68,6 +68,7 @@ a.background:hover {
 }
 
 td {
+    border-radius: 5px;
     background-color: white;
     font-size: 12px;
     font-family: verdana, tahoma, sans-serif;
@@ -83,6 +84,7 @@ td {
 }
 
 .headtext {
+    border-radius: 8px;
     color: black;
     font-size: 15px;
     font-weight: bold;
@@ -130,4 +132,4 @@ td {
 
 .small {
     font-family: verdana, tahoma, sans-serif;
-}
+}

+ 3 - 0
layout/softgreen.css

@@ -53,6 +53,7 @@ body {
 }
 
 td {
+    border-radius: 5px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 13px;
     color: black;
@@ -67,6 +68,7 @@ td {
 
 /* Cell Properties for Headlines EX: "Most Active Nicks" */
 .headtext {
+    border-radius: 8px;
     color: white;
     font-weight: bold;
     text-align: center;
@@ -75,6 +77,7 @@ td {
 
 /* Has no apparent effect */
 .headlinebg {
+    border-radius: 8px;
     background-color: #000000;
 }