Explorar o código

New ocean colorscheme.

Morten Brix Pedersen %!s(int64=24) %!d(string=hai) anos
pai
achega
c0e9259f3c
Modificáronse 3 ficheiros con 129 adicións e 1 borrados
  1. 1 0
      docs/Changelog
  2. 1 1
      docs/pisg-doc.sgml
  3. 127 0
      layout/ocean.css

+ 1 - 0
docs/Changelog

@@ -5,6 +5,7 @@ pisg (x.xx)
      counted as mode changes.
    * When ShowTopics was set to 0, the headline "Latest topics" was still
      shown, fixed (thanks, Kean "zakarun" Pedersen)
+   * New 'ocean' colorscheme (thanks, Mikko Nissinen)
 
 pisg (0.40) - Thu Jul, 4th 2002
    * The "It's Summer And The Sun Is Shining"-release.

+ 1 - 1
docs/pisg-doc.sgml

@@ -267,7 +267,7 @@
     <para>
     There are a few predefined colorschemes for you to use, use the
     ColorScheme option when using them. The available colorschemes are:
-    default, darkgalaxy.
+    default, darkgalaxy, ocean.
     </para>
 
     <para>

+ 127 - 0
layout/ocean.css

@@ -0,0 +1,127 @@
+/*  Ocean colorscheme made by: Mikko Nissinen <Gwadj>
+ *  To report bugs or suggestions please email to: 
+ *  gwadj79@hotmail.com
+ *  
+ *  To obtain a better result, then set the these pisg options:
+ *  <set hicell="#3399cc">
+ *  <set hicell2="#006699">
+ */
+
+
+A
+{
+    TEXT-DECORATION: none
+}
+A:link
+{
+    COLOR: #99ccff
+}
+A:visited
+{
+    COLOR: #99ccff
+}
+A:hover
+{
+    COLOR: #66ccff;
+    TEXT-DECORATION: underline
+}
+A.background
+{
+    TEXT-DECORATION: none
+}
+A.background:link
+{
+    COLOR: #3399cc
+}
+A.background:visited
+{
+    COLOR: #3399cc
+}
+A.background:hover
+{
+    COLOR: #99ccff;
+    TEXT-DECORATION: underline
+}
+BODY
+{
+    FONT-SIZE: 13px;
+    COLOR: #dedede;
+    FONT-FAMILY: Verdana, Arial, sans-serif;
+    BACKGROUND-COLOR: #000033
+}
+TD
+{
+    FONT-SIZE: 13px;
+    COLOR: #dedede;
+    FONT-FAMILY: Verdana, Arial, sans-serif;
+    TEXT-ALIGN: left
+}
+.title
+{
+    FONT-WEIGHT: bold;
+    FONT-SIZE: 16px;
+    FONT-FAMILY: Tahoma, Arial, sans-serif
+}
+.headtext
+{
+    FONT-WEIGHT: bold;
+    COLOR: #dedede;
+    BACKGROUND-COLOR: #003366;
+    TEXT-ALIGN: center
+}
+.headlinebg
+{
+    BACKGROUND-COLOR: #003366
+}
+.tdtop
+{
+    BACKGROUND-COLOR: #336699
+}
+.hicell
+{
+    BACKGROUND-COLOR: #000066
+}
+.hicell10
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #336699
+}
+.rankc
+{
+    BACKGROUND-COLOR: #336699
+}
+.hirankc
+{
+    FONT-WEIGHT: bold;
+    BACKGROUND-COLOR: #6699cc
+}
+.rankc10
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #336699
+}
+.rankc10center
+{
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #336699;
+    TEXT-ALIGN: center
+}
+.hirankc10center
+{
+    FONT-WEIGHT: bold;
+    FONT-SIZE: 10px;
+    BACKGROUND-COLOR: #6699cc;
+    TEXT-ALIGN: center
+}
+.small
+{
+    FONT-SIZE: 10px;
+    FONT-FAMILY: Verdana, Arial, sans-serif
+}
+.asmall
+{
+    FONT-SIZE: 10px;
+    COLOR: #dedede;
+    FONT-FAMILY: "Arial narrow", Arial, sans-serif
+    TEXT-ALIGN: center
+}