summaryrefslogtreecommitdiffstats
path: root/docs/ka_method/html/styleguibo.css
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-06 22:37:08 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-06 22:37:08 +0000
commitd9cc095760861d869d2e2ccf05f94454dad32f00 (patch)
treeade69986b2f99e113c95009736399966d4a3d511 /docs/ka_method/html/styleguibo.css
parent368f416649ed34557702a946ec8c0cec2fd45294 (diff)
downloaddrakx-backup-do-not-use-d9cc095760861d869d2e2ccf05f94454dad32f00.tar
drakx-backup-do-not-use-d9cc095760861d869d2e2ccf05f94454dad32f00.tar.gz
drakx-backup-do-not-use-d9cc095760861d869d2e2ccf05f94454dad32f00.tar.bz2
drakx-backup-do-not-use-d9cc095760861d869d2e2ccf05f94454dad32f00.tar.xz
drakx-backup-do-not-use-d9cc095760861d869d2e2ccf05f94454dad32f00.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
Diffstat (limited to 'docs/ka_method/html/styleguibo.css')
-rw-r--r--docs/ka_method/html/styleguibo.css296
1 files changed, 0 insertions, 296 deletions
diff --git a/docs/ka_method/html/styleguibo.css b/docs/ka_method/html/styleguibo.css
deleted file mode 100644
index 9d088cc93..000000000
--- a/docs/ka_method/html/styleguibo.css
+++ /dev/null
@@ -1,296 +0,0 @@
-/* Documentation specific changes */
-
-span.guilabel {
- padding: 0px, 1px, 0px, 1px;
- margin: 1px;
- background: #e6e6e6;
- border-style: none;
-}
-
-span.guimenu, span.guimenuitem, .guibutton {
- padding: 0px, 1px, 0px, 1px;
- margin: 1px;
- border-top: 1px solid #eeeeee;
- border-right: 2px solid #cccccc;
- border-bottom: 2px solid #cccccc;
- border-left: 1px solid #eeeeee;
- background: #f5f5f5;
-}
-
-span.accel {
- text-decoration: underline;
-}
-
-pre.screen { background-color: #E0E0E0; }
-pre.programlisting { background-color: #E0E0E0; }
-
-/* Colours borrowed from Firefox's keyboard shortcuts table */
-.keycap, .keysym {
- padding: 0px, 1px, 0px, 1px;
- margin: 1px;
- border-top: 1px solid #eedddd;
- border-right: 2px solid #bbaaaa;
- border-bottom: 2px solid #bbaaaa;
- border-left: 1px solid #eeeedd;
- background: #faf6f6;
- font-family: Courier, monospaced, mono;
-}
-
-
-/* Mandrakesoft.com website default */
-
-BODY {
- background-color: #ffffff;
- font-family: Arial, sans-serif;
- font-size: 14px;
- color: #333333;
-}
-
-.plinks {
- background-color: #ffffff;
- font-family: Arial, sans-serif;
- font-size: 13px;
- color: #333333;
-}
-
-TD {
- font-family: Arial, sans-serif;
- font-size: 15px;
- color: #333333;
-}
-
-FORM {
- display: inline;
-}
-
-A:link {
- text-decoration: none;
- color: #21449c;
-}
-
-A:visited {
- text-decoration: none;
- color: #21449c;
-}
-
-A:hover {
- text-decoration: underline;
- color: #21449c;
-}
-
-A:active {
- text-decoration: underline;
- color: #21449c;
-}
-
-INPUT, SELECT {
- font-size: 15px;
-}
-
-A.News {
- font-size: 13px;
- color: #333333;
-}
-
-h1 {
- font-family: Arial, sans-serif;
- font-size: 23px;
- font-weight: bold;
- color: #000000;
-}
-
-h2 {
- font-family: Arial, sans-serif;
- font-size: 18px;
- font-weight: bold;
- color: #21449c;
- display: inline;
-}
-
-h3 {
- font-family: Arial, sans-serif;
- font-size: 15px;
- font-weight: italic;
- color: #11649b;
- padding: 25px;
- display: inline;
-}
-
-h4 {
- font-family: Arial, sans-serif;
- font-size: 14px;
- padding: 45px;
- display: inline;
-}
-
-h3.div {
- font-family: Arial, sans-serif;
- font-size: 11px;
- padding: 45px;
- display: inline;
-}
-
-
-#MainTable {
- width: 900px;
-}
-
-
-#ContentTable {
- width: 719px;
-}
-
-.SelectedLinks {
- color: #333333;
- font-size: 15px;
- font-weight: bold;
- padding: 3px;
- background-color: #eeeeee;
-}
-
-
-.Footer {
- font-size: 14px;
- padding: 3px;
- background-color: #eeeeee;
-}
-
-
-.BoxTitle {
- font-size: 15px;
- color: #333333;
- padding-top: 2px;
- padding-bottom: 2px;
- font-weight: bold;
-}
-
-.BoxContent {
- font-size: 13px;
- color: #333333;
- padding-top: 2px;
- padding-bottom: 2px;
-}
-
-.SelectList {
- background-color: #ffffff;
- color: #333333;
- border-style: none;
-}
-
-.InputText {
- font-size: 15px;
- border-style: solid;
- background-color: #ffffff;
- border-color: #cccccc;
-}
-
-A.FocusTitle {
- color: #999999;
- font-weight: bold;
- font-size: 15px;
- font-decoration: none;
-}
-
-.HomeLink, A.HomeLink {
- color: #21449c;
- font-size: 15px;
-}
-
-.HomeNewsDate {
- color: #21449c;
- font-size: 13px;
-}
-
-.text {
- font-family: Arial, sans-serif;
- font-size: 15px;
- color : #333333;
-}
-
-.texte {
- font-family: Arial, sans-serif;
- font-size: 15px;
- color : #333333;
-}
-
-.text4form {
- font-family: Arial, sans-serif;
- font-size: 15px;
- color: #333333;
-}
-
-
-.titre1 {
- font-family: Arial, sans-serif;
- font-size: 15px;
- font-weight: bold;
- color: #21449c;
-}
-
-.titre2 {
- font-family: Arial, sans-serif;
- font-size: 15px;
- font-weight: bold;
- color: #21449c;
- display: inline;
-}
-
-.titre3 {
- font-family: Arial, sans-serif;
- font-size: 15px;
- font-weight: bold;
- color: #333333;
-}
-
-.textbox {
- font-family: Arial, sans-serif;
- text-align: left;
- font-size: 15px;
- color: #000000;
-}
-
-.newsdate {
- font-family: Arial, sans-serif;
- font-size: 15px;
- color: #000000;
-}
-
-.date {
- font-family: Arial, sans-serif;
- font-size: 13px;
- font-weight: normal;
- color: #333333;
-}
-
-.note {
- font-family: Arial, sans-serif;
- font-size: 13px;
- color: #333366;
-}
-
-.inzedark {
- font-family: Arial, sans-serif;
- font-size: 13px;
- color: #ffffff;
-}
-
-.titrinzedark {
- font-family: Arial, sans-serif;
- font-size: 13px;
- font-weight: bold;
- color: #ffffff;
-}
-
-.TitreHome1 {
- font-family: Arial, sans-serif;
- font-size: 21px;
- font-weight: bold;
- color: #acacac;
- }
-
-.TitreHome2 {
- font-family: Arial, sans-serif;
- font-size: 18px;
- font-weight: bold;
- color: #21449c;
- }