walle303 10 лет назад
Родитель
Сommit
983b1e8f2f
8 измененных файлов с 25 добавлено и 2 удалено
  1. 3 0
      layout/darkgalaxy.css
  2. 3 0
      layout/darkred.css
  3. 4 1
      layout/default.css
  4. 3 0
      layout/justgrey.css
  5. 3 0
      layout/ocean.css
  6. 3 0
      layout/orange_grey.css
  7. 3 1
      layout/pisg.css
  8. 3 0
      layout/softgreen.css

+ 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

+ 3 - 0
layout/darkred.css

@@ -42,6 +42,7 @@ table {
 }
 
 td {
+	border-radius: 5px;
 	font-family: verdana, arial, sans-serif;
  	font-size: 13px;
  	color:white;
@@ -58,6 +59,7 @@ td {
 }
 
 .headtext {
+    border-radius: 8px;
     font-family: verdana, arial, sans-serif;
     font-size:13px;
     color:white;
@@ -70,6 +72,7 @@ td {
 }
 
 .headlinebg {
+    border-radius: 8px;
     background-color:black; 
 }
 

+ 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;
 }