OSDN Git Service

REMOVE: ブックマークレット用スキンから不要スタイルシートファイル及び画像ファイルを削除
authorsakamocchi <o-takashi@sakamocchi.jp>
Fri, 18 May 2012 05:32:19 +0000 (14:32 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Fri, 18 May 2012 05:32:19 +0000 (14:32 +0900)
15 files changed:
skins/admin/bookmarklet/styles/admin_contemporary.css [deleted file]
skins/admin/bookmarklet/styles/admin_contemporary_jp.css [deleted file]
skins/admin/bookmarklet/styles/admin_original.css [deleted file]
skins/admin/bookmarklet/styles/background.png [deleted file]
skins/admin/bookmarklet/styles/bullet.gif [deleted file]
skins/admin/bookmarklet/styles/contemporary/background.png [deleted file]
skins/admin/bookmarklet/styles/contemporary_jp/background.png [deleted file]
skins/admin/bookmarklet/styles/contemporary_jp/bullet.gif [deleted file]
skins/admin/bookmarklet/styles/contemporary_jp/quickb-hover.jpg [deleted file]
skins/admin/bookmarklet/styles/contemporary_jp/quickb.jpg [deleted file]
skins/admin/bookmarklet/styles/logo.gif [deleted file]
skins/admin/bookmarklet/styles/manual.css [deleted file]
skins/admin/bookmarklet/styles/popups.css [deleted file]
skins/admin/bookmarklet/styles/quickb-hover.jpg [deleted file]
skins/admin/bookmarklet/styles/quickb.jpg [deleted file]

diff --git a/skins/admin/bookmarklet/styles/admin_contemporary.css b/skins/admin/bookmarklet/styles/admin_contemporary.css
deleted file mode 100644 (file)
index a21dd3e..0000000
+++ /dev/null
@@ -1,387 +0,0 @@
-/*@charset 'UTF-8';*/
-
-/*
-       admin area style
-       
-       $Id: admin.css 1261 2008-05-22 20:32:43Z kaigreve $
-*/
-
-body {
-       background: #fff url(contemporary/background.png) repeat-x;
-}
-
-body, td, th, a, li, ul, textarea {
-       color: #333
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-}
-
-/* basic link appearance */
-a:link, a:visited {
-       color: #1D3565;
-       font-weight: bold;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-/* textareas */
-textarea {
-       font-size: small;
-       width: 95%;
-}
-
-/* textareas for skin/template editing have monospace fonts */
-textarea.skinedit, textarea.templateedit {
-       font-family: monospace;
-       font-size: medium;
-}
-
-/* images */
-img    {
-       border: none;
-}
-
-img.skinpreview {
-       border: 1px solid #ccc;
-}
-
-/* forms */
-form {
-       margin-bottom: 0px;
-}
-
-label {
-       cursor: pointer;
-}
-
-input.transparent {
-       background-color: transparent;
-}
-
-/* preformatted text */
-pre {
-       margin-left: 10px;
-}
-
-/* a div that has an indent */
-div.indent {
-       margin-left: 40px;
-}
-
-.skip {
-       display: none;
-}
-
-.error {
-       color: red;
-       font-size: 1.2em;
-}
-
-/* header */
-h1 {
-       text-align: right;
-       font-size: 30px;
-       font-weight: 900;
-       letter-spacing: 0.1em;
-       /*color: #0001AA;       */
-       color: #596d9d;
-       margin: 0 0 5px 135px;
-       height: 35px;
-       /*display: none;        hide the header if you don't want it*/
-
-}
-
-/* quick menu on left */
-/* 
-       It's a real pain getting this absolute positioning to work correctly
-       in all browsers. IE in particular seems to have a lot of trouble, even
-       when a valid doctype is present. Because of the way it is solved currently,
-       the top of the quickmenu and the contents will not line up
-*/
-#quickmenu {
-       position: absolute;
-       overflow: hidden;
-       
-       top: 10px;
-       left: 10px;
-
-       width: 150px;
-       margin: 0px;
-       padding: 0px;
-       
-       font-size:9pt;/*add yotaka 090323*/
-       color:#333;/* add */
-       
-       border-width: 1px;
-       border-style: solid;
-       border-color: #bbb;
-
-       background: #ffffff url(quickb.jpg) top left fixed repeat-y; 
-}
-
-#quickmenu ul {
-       list-style-type: none;
-       margin: 0;
-       padding: 0;
-}
-
-#quickmenu li {
-       padding: 0;
-       margin: 0;
-       text-align: center;
-       border-bottom: 1px solid #ccc;
-}
-
-#quickmenu p {
-       padding: 5px;
-       margin: 0px;
-       text-align: justify;
-}
-
-#quickmenu a {
-       display: block;
-       padding: 5px;
-       font-size: 1em;
-       line-height: 1.5;
-       text-decoration: none;
-}
-
-#quickmenu a:hover {
-       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; 
-       color: #333;
-       letter-spacing: 1px;
-}
-
-#quickmenu h2 {
-       font-size: small;
-       text-align: center;
-       padding: 1px 0px 1px 0px;
-       margin: 0px;
-       border-bottom: 1px solid #bbb;  
-       background-color: #ddd;
-       color: #333;
-}
-
-#quickmenu form {
-       margin: 0;
-       padding: 5px;
-       text-align: center;
-}
-
-#quickmenu option {
-       font-size: 0.9em;
-}
-
-.loginname {
-       float: right;
-       font-size: small;
-       text-align: right;
-       line-height: normal;
-       padding-left: 5px;
-       background-color: white;
-}
-
-/* page content */
-#content {
-       margin-left: 163px;
-       font-style: normal;
-       text-decoration: none;
-       color: #333;
-       text-align: justify;
-       line-height: 13pt;
-
-       border-width: 1px;
-       border-style: solid;
-       border-color: #bbb;
-       
-       /* rounded borders in gecko-based browsers? why not :) */
-       -moz-border-radius: 10px;       
-
-       -webkit-border-radius: 10px;
-       border-radius: 10px;
-       padding: 10px 10px 0 10px;      
-       
-       background-color: white;
-       
-}
-
-#content h2 {
-       color: #596d9d; 
-
-       border-color: gray;
-       border-style: dashed;
-       border-width: 0px 0px 1px 0px;
-
-       font-size: large;
-       line-height: 120%;
-
-       text-decoration: none;
-       font-weight: bold; 
-}
-
-#content h3 {
-       border-color: gray;
-       border-style: dotted;
-       border-width: 0px 0px 1px 0px;
-       font-size: medium;
-       font-weight: normal;
-       line-height: 120%;
-
-       color: gray;
-       padding-left: 20px;
-}
-
-#content .note, pre {
-       background-color: #ddd;
-       padding: 5px;
-}
-
-/* 
-       font size tricks, to make it work in all browsers
-       
-       See: 
-       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
-
-       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     
-       #content should be 'small' (in standard-compliant browsers)
-       
-*/
-
-#content {
-  font-size: small;
-  voice-family: "\"}\"";
-  voice-family: inherit;
-  font-size: small;
-}
-html>body #content { font-size: small; }
-
-/* tables */
-div#content table {
-       border: none;
-       width: 100%;
-       border-collapse: collapse;
-       margin-bottom: 10px;
-       margin-top: 10px;
-}
-
-div#content table tbody tr {
-       background-color: #FFFFFF;
-}
-
-div#content table tbody tr:hover {
-       background-color:       #F5F5F5;
-}
-
-div#content table thead tr th {
-       border: none;
-       background-color: #BBBBCC;
-       color: #000000;
-       font-size: small;
-}
-
-div#content table thead th,
-div#content table tbody td {
-       padding: 4px;
-       empty-cells: show;
-}
-
-div#content table.systemoverview thead th,
-div#content table.systemoverview tbody td {
-       width:  50%;
-}
-
-div#content table tbody tr td {
-       border: 1px solid #ddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-div#content table tbody tr td a:link,
-div#content table tbody tr td a:visited {
-       text-decoration: underline;
-       color: black;
-       font-weight: normal;
-}
-
-div#content table tbody tr td a:hover {
-       color: #1D3565;
-       text-decoration: underline;
-}
-
-div#content table tbody tr td.draft,
-div#content table tbody tr td.future {
-       background-color: #FFFFEE;
-}
-
-div#content table.navigation td,
-div#content table.navigation th {
-       border: none;
-}
-
-div#content table tbody td h3 {
-       padding:        0px;
-       margin: 0px 0px 2em 0px;
-       border: 0px;
-       color:  #000000;
-       font-size:      small;
-       font-weight:    normal;
-       line-height:    13pt;
-}
-
-div#content table tbody td h3#base_skin {
-       font-weight:    bold;
-}
-
-/* definitive list */
-div#content table tbody tr td dl {
-       margin: 0px;
-       padding:        0px;
-}
-
-div#content table tbody tr td:first-child dl dt {
-       margin: 0px;
-       padding:        0px 5px 0px 0px;
-       display:        inline;
-       float:  left;
-       clear:  both;
-}
-
-div#content table tbody tr td:first-child dl dd {
-       margin: 0px;
-       padding:        0px;
-       display:        block;
-}
-
-div#content table tbody tr td dl dd {
-       margin: 0px 0px 1em 0px;
-}
-
-/* unorderd list */
-div#content table tbody tr td ul {
-       margin: 0px;
-       padding:        0px;
-       list-style:     none;
-}
-
-div#content table tbody tr td ul li {
-       margin: 0px;
-       padding:        0px;
-       white-space:    nowrap;
-}
-
-.batchoperations {
-       background-color: #EEEEFF;
-       width: auto;
-       padding: 5px;
-       text-align: right;
-}
-
-/* footer */
-div.foot {
-       padding: 2px 0px 2px 10px;
-       margin:10px -10px 0 -10px;
-       text-align: center;
-}
diff --git a/skins/admin/bookmarklet/styles/admin_contemporary_jp.css b/skins/admin/bookmarklet/styles/admin_contemporary_jp.css
deleted file mode 100644 (file)
index 62ed968..0000000
+++ /dev/null
@@ -1,458 +0,0 @@
-@charset 'UTF-8';
-
-/*
-       admin area style
-       
-       $Id$
-       $NucleusJP: admin.css,v 1.6 2006/07/17 20:03:45 kimitake Exp $
-*/
-
-body {
-       background: #ffffff url(contemporary_jp/background.png) repeat-x;
-
-}
-
-body, td, th, a, li, ul, textarea {
-/*     color: #000; modify */
-       color: #333;
-/*     font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/
-/*     font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; */
-       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-}
-
-/* basic link appearance */
-a:link, a:visited {
-       color: #1D3565;
-       font-weight: bold;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-/* textareas */
-textarea {
-/*  font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-  
-       line-height:145%;/* add */
-       padding:5px;/* add */
-       
-/*  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;
-}
-
-*>textarea {*/
-  width: 95%;
-}
-
-/* textareas for skin/template editing have monospace fonts */
-textarea.skinedit, textarea.templateedit {
-/*     font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", monospace;
-/* except MacIE \*//*
-       font-family: monospace;
-/* end */
-/*     font-size: medium;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-}
-
-/* add start */
-textarea#inputbody,textarea#inputmore {
-       width:500px;
-       margin:5px 3px;
-}
-
-textarea.pluginoption {
-       width:420px;
-}
-/* add end */
-
-/* images */
-img {
-       border: none; 
-}
-
-img.skinpreview {
-       border: 1px solid #ccc;
-}
-
-/* forms */
-form {
-       margin-bottom: 0px;
-}
-
-label {
-       cursor: pointer; 
-}
-
-input.transparent {
-       background-color: transparent;
-}
-
-/* preformatted text */
-pre {
-       margin-left: 10px;
-}
-
-/* a div that has an indent */
-div.indent {
-       margin-left: 40px;
-}
-
-.skip {
-       display: none; 
-}
-
-.error {
-       color: red;
-       /*font-size: 1.2em;*//*mod yotaka 090323*/
-       font-size: 14pt; /*add yotaka 090323*/
-}
-
-/* header */
-h1 {
-       text-align: right;
-/*     font-size: 30px;*//*mod yotaka 090323*/
-       font-size:24pt;/*add yotaka 090323*/
-       font-weight: 900;
-       letter-spacing: 0.1em;
-/*     color: #0001AA;*/
-       color: #596d9d;
-       margin: 0 0 5px 135px;
-       height: 35px;
-/*     display: none;  hide the header if you don't want it*/
-
-}
-
-/* quick menu on left */
-/* 
-       It's a real pain getting this absolute positioning to work correctly
-       in all browsers. IE in particular seems to have a lot of trouble, even
-       when a valid doctype is present. Because of the way it is solved currently,
-       the top of the quickmenu and the contents will not line up
-*/
-#quickmenu {
-       position: absolute;
-       overflow: hidden;
-       
-       top: 10px;
-       left: 10px;
-
-       width: 150px;
-       margin: 0px;
-       padding: 0px;
-       
-/*     font-size: 70%;*/
-/*     font-size: small;*//*mod yotaka 090323*/
-       font-size:9pt;/*add yotaka 090323*/
-       color:#333;/* add */
-       
-       border-width: 1px;
-       border-style: solid;
-/*     border-color: black; modify */
-       border-color: #bbb;
-
-       background: #ffffff url(contemporary_jp/quickb.jpg) top left fixed repeat-y; 
-}
-
-#quickmenu ul {
-       list-style-type: none;
-       margin: 0;
-       padding: 0;
-}
-
-#quickmenu li {
-       padding: 0;
-       margin: 0;
-       text-align: center;
-       border-bottom: 1px solid #ccc;
-}
-
-#quickmenu p {
-       padding: 5px;
-       margin: 0px;
-       text-align: justify;
-}
-
-#quickmenu a {
-       display: block;
-       padding: 5px;
-       /*font-size: 1em;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       line-height: 1.5em;
-       text-decoration: none;
-/*     font-family: verdana, lucida, arial, helvetica, sans-serif;
-}
-
-*>#quickmenu a {
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-*/
-}
-
-#quickmenu a:hover {
-       background: #ffffff url(contemporary_jp/quickb-hover.jpg) top left fixed repeat-y; 
-/*     color: #000; modify */
-       color: #333;
-       letter-spacing: 1px;
-       white-space: nowrap; /* add */
-}
-
-#quickmenu h2 {
-       /*font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       text-align: center;
-       padding: 1px 0px 1px 0px;
-       margin: 0px;
-       border-bottom: 1px solid #bbb;  
-       background-color: #ddd;
-/*     color: #000; modify */
-       color: #333;
-}
-
-#quickmenu form {
-       margin: 0;
-       padding: 5px;
-       text-align: center;
-}
-
-#quickmenu option {
-/*     font-size: 0.9em;*//*mod yotaka 090323*/
-       font-size: 8pt;/*add yotaka 090323*/
-}
-
-.loginname {
-       float: right;
-/*     font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       text-align: right;
-       line-height: normal;
-       padding-left: 5px;
-       background-color: white;
-}
-
-/* page content */
-#content {
-   margin-left:163px;
-       font-style: normal;
-       text-decoration: none;
-/*     color: black; modify */
-       color: #333;
-       text-align: justify;
-       line-height: 13pt;
-
-       border-width: 1px;
-       border-style: solid;
-/*     border-color: black; modify */
-       border-color: #bbb;
-       
-/*     rounded borders in gecko-based browsers? why not :) */
-       -moz-border-radius: 10px;
-
-/*     rounded borders in webkit-based browsers? why not :) */
-       -webkit-border-radius: 10px;
-
-/*     rounded borders in css3-based browsers? why not :) */
-       border-radius: 10px;
-
-       padding: 10px 10px 0 10px;
-
-       background-color: white;
-
-}
-
-#content h2 {
-       color: #596d9d; 
-
-       border-color: gray;
-       border-style: dashed;
-       border-width: 0px 0px 1px 0px;
-
-       /*font-size: large;
-       line-height: 120%;*//*mod yotaka 090323*/
-       font-size: 10pt;/*add yotaka 090323*/
-       line-height: 20px;/*add yotaka 090323*/
-
-       text-decoration: none;
-       font-weight: bold; 
-       letter-spacing: 2px;/* add */
-       margin-top:20px;/*add yotaka 090323*/
-}
-
-#content h3 {
-/*     border-color: gray;
-       border-style: dotted;
-       border-width: 0px 0px 1px 0px; modify */
-
-       border-color: #596d9d;
-       border-style: solid;
-       border-width: 0px 0px 0px 5px;
-
-/*     font-size: medium;*/
-       font-size: 10pt;
-       font-weight: normal;
-       line-height: 120%;
-
-/*     color: gray;
-       padding-left: 20px;
-       letter-spacing: 2; modify */
-
-       color: #596d9d;
-       padding-left: 8px;
-       letter-spacing: 2px;
-       margin-left:5px;/* add */
-}
-
-/* add start */
-#content ul {
-       line-height:1.5em;
-/*     list-style-type:square;*/
-       margin:0 0 0.5em 30px;
-       padding:0;
-       list-style-image:url(contemporary_jp/bullet.gif);
-}
-/* add end */
-
-#content .note, pre {
-       background-color: #ddd;
-       padding: 5px;
-}
-
-#content li a{
-       font-size: 9pt;/*add yotaka 090323*/
-}
-
-/* 
-       font size tricks, to make it work in all browsers
-
-       See:
-       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
-
-       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     
-       #content should be 'small' (in standard-compliant browsers)
-
-*/
-
-#content {
-/*     font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       voice-family: "\"}\"";
-       voice-family: inherit;
-       /*font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-}
-html>body #content {
-       /*font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-}
-
-/* tables */
-table {
-       border: none;
-       width: 100%;
-       border-collapse: collapse;
-       margin-bottom: 10px;
-       margin-top: 10px;       
-}
-
-th {
-/*     background-color: #bbc; modify */
-       background-color: #ddd;
-/*     color: #000; modify */
-       color: #333;
-       /*font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       letter-spacing:1px;/* add */
-}
-
-th, td {
-       padding: 4px;
-       empty-cells: show;      
-       border: 1px solid #ddd; /* add */
-}
-
-td {
-       background-color: #fff;
-/*     border: 1px solid #ddd;*/
-/*     font-size: small;*//*mod yotaka 090323*/
-       font-size: 9pt;/*add yotaka 090323*/
-       vertical-align: top;
-       text-align: left;
-}
-
-td a:link, td a:visited { 
-       text-decoration: underline;
-/*     color: black; modify */
-       color: #333;
-       font-weight: normal;
-}
-
-td a:hover {
-       color: #1D3565;
-       text-decoration: underline;
-}
-td.draft {
-       background-color: #ffe;
-}
-td.future {
-       background-color: #fff7f1;
-}
-tr.highlighted td {
-       background-color: green;
-}
-
-table.navigation td, table.navigation th {
-       border: none;
-}
-
-.batchoperations {
-       background-color: #ebebf2;
-       width: auto;
-       padding: 5px;
-       text-align: right;
-}
-
-/* plugin list */
-#content table ul.list_comment_info,
-#content table ul.list_item_info,
-#content table ul.list_item_action,
-#content table ul.plugin_info,
-#content table ul.pluginlist_actions {
-       list-style-type: none;
-       list-style-image: none;
-       margin: 0 0 0.5em 5px;
-       line-height:1.1em;
-}
-
-.plugin_name {
-       font-weight: bold;
-}
-
-.plugin_desc h4 {
-       margin: 0;
-}
-
-.plugin_desc p {
-       margin-top: 0;
-}
-
-/* item list */
-#content table label.list_item_title {
-/*     font-size: 1.1em;*//*mod yotaka 090323*/
-       font-size: 10pt;/*mod yotaka 090323*/
-       font-weight: bold;
-}
-
-.list_item_info_th {
-       width: 130px;
-}
-
-/* footer */
-.foot {
-       padding: 2px 0px 2px 10px;
-       margin:10px -10px 0 -10px;
-       text-align: center;
-}
-
-table .availableSkinTypes ul li {
-       list-style: none;
-}
diff --git a/skins/admin/bookmarklet/styles/admin_original.css b/skins/admin/bookmarklet/styles/admin_original.css
deleted file mode 100644 (file)
index 46a8686..0000000
+++ /dev/null
@@ -1,383 +0,0 @@
-/*
-       admin area style
-
-       $Id: admin_original.css 1652 2012-02-11 06:02:05Z sakamocchi $
-*/
-
-body {
-       background: #ffffff;
-}
-
-body, td, th, a, li, ul, textarea {
-       color: #000;
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
-}
-
-/* basic link appearance */
-a:link, a:visited {
-       color: #1D3565;
-       font-weight: bold;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-/* textareas */
-textarea {
-       font-size: small;
-       width: 95%;
-}
-
-/* textareas for skin/template editing have monospace fonts */
-textarea.skinedit, textarea.templateedit {
-       font-family: monospace;
-       font-size: medium;
-}
-
-/* images */
-img    {
-       border: none;
-}
-
-img.skinpreview {
-       border: 1px solid #ccc;
-}
-
-/* forms */
-form {
-       margin-bottom: 0px;
-}
-
-label {
-       cursor: pointer;
-}
-
-input.transparent {
-       background-color: transparent;
-}
-
-/* preformatted text */
-pre {
-       margin-left: 10px;
-}
-
-/* a div that has an indent */
-div.indent {
-       margin-left: 40px;
-}
-
-.skip {
-       display: none;
-}
-
-.error {
-       color: red;
-       font-size: 1.2em;
-}
-
-/* header */
-h1 {
-       text-align: right;
-       font-size: 30px;
-       font-weight: 900;
-       letter-spacing: 0.1em;
-       /*color: #0001AA;       */
-       color: #596d9d;
-       margin: 0 0 5px 135px;
-       height: 35px;
-       /*display: none;        hide the header if you don't want it*/
-}
-
-/* quick menu on left */
-/*
-       It's a real pain getting this absolute positioning to work correctly
-       in all browsers. IE in particular seems to have a lot of trouble, even
-       when a valid doctype is present. Because of the way it is solved currently,
-       the top of the quickmenu and the contents will not line up
-*/
-#quickmenu {
-       position: absolute;
-       overflow: hidden;
-
-       top: 10px;
-       left: 10px;
-
-       width: 110px;
-       margin: 0px;
-       padding: 0px;
-
-       font-size: 70%;
-
-       border-width: 1px;
-       border-style: solid;
-       border-color: black;
-
-       background: #ffffff url(quickb.jpg) top left fixed repeat-y;
-}
-
-#quickmenu ul {
-       list-style-type: none;
-       margin: 0;
-       padding: 0;
-}
-
-#quickmenu li {
-       padding: 0;
-       margin: 0;
-       text-align: center;
-       border-bottom: 1px solid #ccc;
-}
-
-#quickmenu p {
-       padding: 5px;
-       margin: 0px;
-       text-align: justify;
-}
-
-#quickmenu a {
-       display: block;
-       padding: 5px;
-       font-size: 1em;
-       line-height: 1.5em;
-       text-decoration: none;
-}
-
-#quickmenu a:hover {
-       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y;
-       color: #000;
-       letter-spacing: 1px;
-}
-
-#quickmenu h2 {
-       font-size: small;
-       text-align: center;
-       padding: 1px 0px 1px 0px;
-       margin: 0px;
-       border-bottom: 1px solid #bbb;
-       background-color: #ddd;
-       color: #000;
-}
-
-#quickmenu form {
-       margin: 0;
-       padding: 5px;
-       text-align: center;
-}
-
-#quickmenu option {
-       font-size: 0.9em;
-}
-
-.loginname {
-       float: right;
-       font-size: small;
-       text-align: right;
-       line-height: normal;
-       padding-left: 5px;
-       background-color: white;
-}
-
-/* page content */
-#content {
-       margin-left: 135px;
-       font-style: normal;
-       text-decoration: none;
-       color: black;
-       text-align: justify;
-       line-height: 13pt;
-
-       border-width: 1px;
-       border-style: solid;
-       border-color: black;
-
-       /* rounded borders */
-       -webkit-border-radius: 10px;
-       -moz-border-radius: 10px;
-       border-radius: 10px;
-
-       padding: 10px 10px 0 10px;
-
-       background-color: white;
-}
-
-#content h2 {
-       color: #596d9d;
-
-       border-color: gray;
-       border-style: dashed;
-       border-width: 0px 0px 1px 0px;
-
-       font-size: large;
-       line-height: 120%;
-
-       text-decoration: none;
-       font-weight: bold;
-}
-
-#content h3 {
-       border-color: gray;
-       border-style: dotted;
-       border-width: 0px 0px 1px 0px;
-       font-size: medium;
-       font-weight: normal;
-       line-height: 120%;
-
-       color: gray;
-       padding-left: 20px;
-}
-
-#content .note, pre {
-       background-color: #ddd;
-       padding: 5px;
-}
-
-/*
-       font size tricks, to make it work in all browsers
-
-       See:
-       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
-
-       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)
-       #content should be 'small' (in standard-compliant browsers)
-
-*/
-
-#content {
-  font-size: small;
-  voice-family: "\"}\"";
-  voice-family: inherit;
-  font-size: small;
-}
-html>body #content { font-size: small; }
-
-/* tables */
-div#content table {
-       border: none;
-       width: 100%;
-       border-collapse: collapse;
-       margin-bottom: 10px;
-       margin-top: 10px;
-}
-
-div#content table tbody tr {
-       background-color: #FFFFFF;
-}
-
-div#content table tbody tr:hover {
-       background-color:       #F5F5F5;
-}
-
-div#content table thead tr th {
-       border: none;
-       background-color: #BBBBCC;
-       color: #000000;
-       font-size: small;
-}
-
-div#content table thead th,
-div#content table tbody td {
-       padding: 4px;
-       empty-cells: show;
-}
-
-/* systemconfig column */
-div#content table.systemoverview thead th,
-div#content table.systemoverview tbody td {
-       width:  50%;
-}
-
-div#content table tbody tr td {
-       border: 1px solid #ddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-div#content table tbody tr td a:link,
-div#content table tbody tr td a:visited {
-       text-decoration: underline;
-       color: black;
-       font-weight: normal;
-}
-
-div#content table tbody tr td a:hover {
-       color: #1D3565;
-       text-decoration: underline;
-}
-
-div#content table tbody tr td.draft,
-div#content table tbody tr td.future {
-       background-color: #FFFFEE;
-}
-
-div#content table.navigation td,
-div#content table.navigation th {
-       border: none;
-}
-
-div#content table tbody td h3 {
-       padding:        0px;
-       margin: 0px 0px 2em 0px;
-       border: 0px;
-       color:  #000000;
-       font-size:      small;
-       font-weight:    normal;
-       line-height:    13pt;
-}
-
-div#content table tbody td h3#base_skin {
-       font-weight:    bold;
-}
-
-/* definitive list */
-div#content table tbody tr td dl {
-       margin: 0px;
-       padding:        0px;
-}
-
-div#content table tbody tr td:first-child dl dt {
-       margin: 0px;
-       padding:        0px 5px 0px 0px;
-       display:        inline;
-       float:  left;
-       clear:  both;
-}
-
-div#content table tbody tr td:first-child dl dd {
-       margin: 0px;
-       padding:        0px;
-       display:        block;
-}
-
-div#content table tbody tr td dl dd {
-       margin: 0px 0px 1em 0px;
-}
-
-/* unorderd list */
-div#content table tbody tr td ul {
-       margin: 0px;
-       padding:        0px;
-       list-style:     none;
-}
-
-div#content table tbody tr td ul li {
-       margin: 0px;
-       padding:        0px;
-       white-space:    nowrap;
-}
-
-.batchoperations {
-       background-color: #EEEEFF;
-       width: auto;
-       padding: 5px;
-       text-align: right;
-}
-
-/* footer */
-div.foot {
-       padding: 2px 0px 2px 10px;
-       margin:10px -10px 0 -10px;
-       text-align: center;
-}
diff --git a/skins/admin/bookmarklet/styles/background.png b/skins/admin/bookmarklet/styles/background.png
deleted file mode 100644 (file)
index a1308eb..0000000
Binary files a/skins/admin/bookmarklet/styles/background.png and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/bullet.gif b/skins/admin/bookmarklet/styles/bullet.gif
deleted file mode 100644 (file)
index b43de48..0000000
Binary files a/skins/admin/bookmarklet/styles/bullet.gif and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/contemporary/background.png b/skins/admin/bookmarklet/styles/contemporary/background.png
deleted file mode 100644 (file)
index a1308eb..0000000
Binary files a/skins/admin/bookmarklet/styles/contemporary/background.png and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/contemporary_jp/background.png b/skins/admin/bookmarklet/styles/contemporary_jp/background.png
deleted file mode 100644 (file)
index a1308eb..0000000
Binary files a/skins/admin/bookmarklet/styles/contemporary_jp/background.png and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/contemporary_jp/bullet.gif b/skins/admin/bookmarklet/styles/contemporary_jp/bullet.gif
deleted file mode 100644 (file)
index b43de48..0000000
Binary files a/skins/admin/bookmarklet/styles/contemporary_jp/bullet.gif and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/contemporary_jp/quickb-hover.jpg b/skins/admin/bookmarklet/styles/contemporary_jp/quickb-hover.jpg
deleted file mode 100644 (file)
index 87d7e5a..0000000
Binary files a/skins/admin/bookmarklet/styles/contemporary_jp/quickb-hover.jpg and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/contemporary_jp/quickb.jpg b/skins/admin/bookmarklet/styles/contemporary_jp/quickb.jpg
deleted file mode 100644 (file)
index b617305..0000000
Binary files a/skins/admin/bookmarklet/styles/contemporary_jp/quickb.jpg and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/logo.gif b/skins/admin/bookmarklet/styles/logo.gif
deleted file mode 100644 (file)
index 1e1b1df..0000000
Binary files a/skins/admin/bookmarklet/styles/logo.gif and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/manual.css b/skins/admin/bookmarklet/styles/manual.css
deleted file mode 100644 (file)
index 72ced08..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-/*
-       documentation style
-       
-       $Id: manual.css 757 2005-08-12 07:29:40Z dekarma $
-*/
-
-body {
-       background-color: #fff;
-       color: #000;
-       font-family: verdana, arial;
-       font-size: small;
-}
-
-@media screen {
-       body {
-               margin-left: 10%;
-               margin-right: 10%;
-       }
-}
-
-@media print {
-       pre, .note, td, th {
-               border: 1px dashed gray;
-       }
-}
-
-img {
-       border: none;
-}
-
-a:link, a:visited {
-       color: #1D3565; 
-       font-weight: bold;
-       text-decoration: none;
-}
-a: hover {
-       text-decoration: underline;
-}
-
-.heading {
-       text-align: center;
-       font-size: xx-large;
-       font-weight: bold;
-       color: gray;    
-}
-
-.heading i {
-       position: absolute;
-       top: 5px;
-       right: 5px;
-       font-size: small;
-       font-style: normal;
-       font-weight: normal;
-}
-
-p:first-letter {
-       font-size: large;
-}
-
-p {
-       text-indent: 20px;
-}
-
-h1 {
-       border-bottom: 1px dotted gray;
-       font-size: x-large;
-       color: #596d9d;
-}
-
-h2 {
-       color: gray;
-       font-size: large;
-       margin-left: 20px;
-       text-indent: 10px;
-       border-bottom: 1px solid #ddd;
-}
-
-pre, .note, .faq .answer {
-       background-color: #ddd;
-       padding: 10px;
-       font-size: small;
-}
-
-.screenshot {
-       text-align: center;
-       background-color: #ddd;
-       padding: 10px;
-}
-
-.faq .question {
-       font-weight: bold;
-       margin-bottom: 0px;
-}
-
-.faq .answer {
-
-}
-
-.faq {
-       margin-bottom: 20px;
-}
-
-table {
-       border: none;
-}
-
-th {
-       background-color: linen;
-       font-size: medium;
-}
-
-th, td {
-       padding: 5px;
-}
-
-td {
-       background-color: #dddddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-input, select, option, textarea {
-       background-color: transparent;
-}
-
-.deprecated {
-       border: 3px solid red;
-       padding: 5px;
-       font-size: medium;
-}
-
-tt, code, samp {
-       font-size: small;
-}
-
-.warning {
-       color: red;
-}
-.ok {
-       color: green;
-}
-
-acronym, abbr {
-       border-bottom: 1px dotted gray;
-       cursor: help;
-}
-
-label {
-       cursor: hand;
-}
diff --git a/skins/admin/bookmarklet/styles/popups.css b/skins/admin/bookmarklet/styles/popups.css
deleted file mode 100644 (file)
index 7b6592d..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-/*
-       media library popup
-       
-       $Id: popups.css 757 2005-08-12 07:29:40Z dekarma $
-*/
-
-body {
-       font-family: verdana, arial;
-       font-size: small;
-       background-color: #fff;
-       color: #000;
-}
-
-img {
-       border: none;
-}
-
-a:link, a:visited {
-       color: #1D3565; 
-       font-weight: bold;
-       text-decoration: none;
-}
-a:hover {
-       text-decoration: underline;
-}
-
-.heading {
-       text-align: center;
-       font-size: xx-large;
-       font-weight: bold;
-       color: gray;    
-}
-
-.heading i {
-       position: absolute;
-       top: 5px;
-       right: 5px;
-       font-size: small;
-       font-style: normal;
-       font-weight: normal;
-}
-
-p {
-       text-indent: 20px;
-}
-
-h1 {
-       border-bottom: 1px dotted gray;
-       font-size: x-large;
-       color: #596d9d;
-}
-
-h2 {
-       color: gray;
-       font-size: large;
-       margin-left: 20px;
-       text-indent: 10px;
-       border-bottom: 1px solid #ddd;
-}
-
-pre, .note, .faq .answer {
-       background-color: #ddd;
-       padding: 10px;
-       font-size: small;
-}
-
-.faq .question {
-       font-weight: bold;
-       margin-bottom: 0px;
-}
-
-.faq .answer {
-
-}
-
-.faq {
-       margin-bottom: 20px;
-}
-
-table {
-       border: none;
-}
-
-th {
-       background-color: linen;
-       font-size: medium;
-}
-
-th, td {
-       padding: 5px;
-}
-
-td {
-       background-color: #dddddd;
-       font-size: small;
-       vertical-align: top;
-       text-align: left;
-}
-
-label {
-       cursor: pointer;
-}
\ No newline at end of file
diff --git a/skins/admin/bookmarklet/styles/quickb-hover.jpg b/skins/admin/bookmarklet/styles/quickb-hover.jpg
deleted file mode 100644 (file)
index 87d7e5a..0000000
Binary files a/skins/admin/bookmarklet/styles/quickb-hover.jpg and /dev/null differ
diff --git a/skins/admin/bookmarklet/styles/quickb.jpg b/skins/admin/bookmarklet/styles/quickb.jpg
deleted file mode 100644 (file)
index b617305..0000000
Binary files a/skins/admin/bookmarklet/styles/quickb.jpg and /dev/null differ