Explorar el Código

Add justgrey colorscheme.

Morten Brix Pedersen hace 23 años
padre
commit
d96e381749
Se han modificado 2 ficheros con 148 adiciones y 0 borrados
  1. 1 0
      docs/Changelog
  2. 147 0
      layout/justgrey.css

+ 1 - 0
docs/Changelog

@@ -3,6 +3,7 @@ pisg (x.xx)
    * Add half-op support to irssi format. (thanks, arsonist)
    * Fix a bug/crash with the DCpp format when a nick contained special
      characters.
+   * Added justgrey colorscheme (thanks, Jens Bergmann)
 
 pisg (0.44) - Sun Dec, 15th 2002
    * Fixed an error in the mIRC6 format which caused pisg to abort on some

+ 147 - 0
layout/justgrey.css

@@ -0,0 +1,147 @@
+/* to obtain a better result, then set the these pisg options:
+ *  <set hicell="#607080">
+ *  <set hicell2="#8090a0">
+ *
+ * Theme by ICU (me at 1cu.de)
+ */
+   
+A
+{
+    TEXT-DECORATION: none
+}
+A:link
+{
+    COLOR: #bdcddd
+}
+A:visited
+{
+    COLOR: #bdcddd
+}
+A:hover
+{
+    COLOR: #bdcddd;
+    TEXT-DECORATION: underline;
+    font-weight: none
+}
+A.background
+{
+    COLOR: none;
+    TEXT-DECORATION: none
+}
+A.background:link
+{
+    COLOR: #314151
+}
+A.background:visited
+{
+    COLOR: #415161
+}
+A.background:hover
+{
+    COLOR: #003c60;
+    TEXT-DECORATION: underline
+}
+BODY
+{
+    FONT-SIZE: 13px;
+    COLOR: white;
+    FONT-FAMILY: Verdana, Arial, sans-serif;
+    BACKGROUND-COLOR: #647684;
+    scrollbar-face-color: #647684;
+    scrollbar-shadow-color: black;
+    scrollbar-highlight-color: #647684;
+    scrollbar-3dlight-color: black;
+    scrollbar-darkshadow-color: #647684;
+    scrollbar-track-color: #647684;
+    scrollbar-arrow-color: black;
+}
+TD
+{
+    FONT-SIZE: 13px;
+    COLOR: white;
+    FONT-FAMILY: Verdana, Arial, sans-serif;
+    TEXT-ALIGN: left
+}
+.title
+{
+    COLOR: white;
+    FONT-WEIGHT: bold;
+    FONT-SIZE: 16px;
+    FONT-FAMILY: Tahoma, Arial, sans-serif
+}
+.headtext
+{
+    FONT-WEIGHT: bold;
+    COLOR: white;
+    BACKGROUND-COLOR: none;
+    TEXT-ALIGN: center
+}
+.headlinebg
+{
+    BACKGROUND-COLOR: #344454
+}
+.tdtop
+{
+    BACKGROUND-COLOR: #445464
+}
+.hicell
+{
+    BACKGROUND-COLOR: #748494
+}
+.hicell10
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #94a4b4
+}
+.rankc
+{
+    BACKGROUND-COLOR: #748494
+}
+.hirankc
+{
+    FONT-WEIGHT: bold;
+    BACKGROUND-COLOR: #94a4b4
+}
+.rankc10
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #748494
+}
+.rankc10center
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #748494;
+    TEXT-ALIGN: center
+}
+.hirankc10center
+{
+    FONT-WEIGHT: bold;
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #94a4b4;
+    TEXT-ALIGN: center
+}
+.small
+{
+    FONT-SIZE: 10px;
+    FONT-FAMILY: Verdana, Arial, sans-serif
+}
+.asmall
+{
+    FONT-SIZE: 10px;
+    COLOR: white;
+    FONT-FAMILY: "Arial narrow", Arial, sans-serif
+    TEXT-ALIGN: center
+}
+
+.male {
+    color: #0000c7;
+}
+
+.female {
+    color: #93006a;
+}
+
+.bot {
+    color: black;
+}
+