[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    developer.kde.org/documentation/standards/kde/style
From:       Leo Savernik <l.savernik () aon ! at>
Date:       2004-04-01 18:30:26
Message-ID: 20040401183026.19C8399DD () office ! kde ! org
[Download RAW message or body]

CVS commit by savernik: 

- added "Mouse - Selection" chapter which standardizes on text selection modes done \
                with the mouse.
- updated scripts
- regenerated styleguide.pdf + styleguide.ps


  M +6 -0      create-printable.pl   1.2
  M +2 -2      doall.sh   1.3
  M +3 -4      style.css   1.2
  M            styleguide.pdf   1.2
  M            styleguide.zip   1.2


--- developer.kde.org/documentation/standards/kde/style/create-printable.pl  #1.1:1.2
@@ -29,4 +29,10 @@
         if(lc($tagname) eq "tr") { print "<tr>$extra"; next;}
         if(lc($tagname) eq "td") { print "<td>$extra"; next;}
+        if(lc($tagname) eq "dl") { print "<dl $options>$extra"; next; }
+        if(lc($tagname) eq "dt") { print "<dt>$extra"; next; }
+        if(lc($tagname) eq "dd") { print "<dd>$extra"; next; }
+        if(lc($tagname) eq "h2") { print "<h2>$extra"; next; }
+        if(lc($tagname) eq "br") { print "<br>$extra"; next; }
+        if(lc($tagname) eq "sup") { print "<sup>$extra"; next; }
         if(lc($tagname) eq "img" && !( $options=~/next/ || $options=~/prev/)) { 
         $options=~s/images/$dir\/images/;

--- developer.kde.org/documentation/standards/kde/style/doall.sh  #1.2:1.3
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-echo "<HTML><HEAD><TITLE>Styleguide for KDE2</TITLE></HEAD><BODY bgcolor=white>" \
>total.html +echo "<HTML><HEAD><TITLE>Styleguide for KDE 3</TITLE></HEAD><BODY \
> bgcolor=white>" >total.html
 
-for i in basics/index.html basics/usage.html basics/terminology.html \
basics/windows.html basics/labels.html basics/settings.html basics/example.html \
basics/badInterface.html menus/index.html menus/file.html menus/edit.html \
menus/view.html menus/go.html menus/bookmarks.html menus/tools.html \
menus/settings.html menus/help.html toolbar/index.html statusbar/index.html \
contentarea/index.html dialogs/index.html dialogs/simple.html dialogs/complex.html \
dialogs/standard.html keys/index.html keys/shortcuts.html keys/cursorKeys.html \
keys/selection.html keys/dialogNavigation.html keys/completion.html mouse/index.html \
dnd/index.html; do +for i in basics/index.html basics/usage.html \
basics/terminology.html basics/windows.html basics/labels.html basics/settings.html \
basics/example.html basics/badInterface.html menus/index.html menus/file.html \
menus/edit.html menus/view.html menus/go.html menus/bookmarks.html menus/tools.html \
menus/settings.html menus/help.html toolbar/index.html statusbar/index.html \
contentarea/index.html dialogs/index.html dialogs/simple.html dialogs/complex.html \
dialogs/standard.html keys/index.html keys/shortcuts.html keys/cursorKeys.html \
keys/selection.html keys/dialogNavigation.html keys/completion.html mouse/index.html \
                mouse/selection.html dnd/index.html; do
     ./create-printable.pl $i >>total.html;
 done

--- developer.kde.org/documentation/standards/kde/style/style.css  #1.1:1.2
@@ -1,4 +1,2 @@
-<style type="text/css">
-  <!--
   h1,h2,h3 {font-family:Arial,Helvetica;}
   h1 {font-size:24pt;}
@@ -7,4 +5,5 @@
   p,blockquote {text-align:justify;}
   p,blockquote {alignment:justify;}
-  /-->
-</style>
\ No newline at end of file
+
+sup a:link { vertical-align: super; color: blue; }
+sup a:visited { vertical-align: super; color: purple; }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic