Branched r1161 trunk for 0.3.5 release
BIN
staging-v0.3.5/www-data/background_frame_corner.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
staging-v0.3.5/www-data/background_frame_top.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
staging-v0.3.5/www-data/backpane_left.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
staging-v0.3.5/www-data/backpane_left_top.gif
Normal file
After Width: | Height: | Size: 924 B |
BIN
staging-v0.3.5/www-data/backpane_left_top.png
Normal file
After Width: | Height: | Size: 274 B |
BIN
staging-v0.3.5/www-data/backpane_right.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
staging-v0.3.5/www-data/backpane_right_top.gif
Normal file
After Width: | Height: | Size: 924 B |
BIN
staging-v0.3.5/www-data/backpane_right_top.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
staging-v0.3.5/www-data/backpane_top.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
staging-v0.3.5/www-data/cbx-text-logo1.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
staging-v0.3.5/www-data/cbx-text-logo2.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
staging-v0.3.5/www-data/cbx_logo_left.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
staging-v0.3.5/www-data/cbx_logo_right.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
staging-v0.3.5/www-data/cbx_logo_right_fire.png
Normal file
After Width: | Height: | Size: 35 KiB |
512
staging-v0.3.5/www-data/cryptobox.css
Normal file
|
@ -0,0 +1,512 @@
|
|||
/*
|
||||
* CryptoBox CSS stylesheet file
|
||||
*
|
||||
* Copyright 2005-2007 sense.lab e.V.
|
||||
*
|
||||
* This file is part of the CryptoBox.
|
||||
*
|
||||
* The CryptoBox is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The CryptoBox is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with the CryptoBox; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: verdana, lucida, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
a, a:hover, a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
div#main {
|
||||
text-align: left;
|
||||
background: none;
|
||||
padding: 20px;
|
||||
margin-left: 140px;
|
||||
}
|
||||
|
||||
legend img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#main h1, h2, h3, legend {
|
||||
font-family: sans-serif, arial;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0.05em;
|
||||
color: #acacac;
|
||||
font-variant: small-caps;
|
||||
/* RFC: what is this padding for? */
|
||||
padding: 0 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#main h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#main h2 {
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#main h3, legend {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
div#head table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#head td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
div#head div.logo_right {
|
||||
text-align: right;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
#words {
|
||||
min-height: 260px;
|
||||
padding: 1.1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#words h1{
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
#words h2{
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
#words ol, #words ul {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#words ol li {
|
||||
padding: 0 1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
#words ul li {
|
||||
padding: 0 1em;
|
||||
line-height: 1.7em;
|
||||
list-style-image: url(list.gif);
|
||||
}
|
||||
|
||||
#words ul.lang li {
|
||||
list-style-image: url(face_smile_big.png);
|
||||
}
|
||||
|
||||
div#footer {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
background-image: url(footer_line.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
font-size: 0.8em;
|
||||
color: #5e5e5e;
|
||||
}
|
||||
|
||||
div#footer a:link, #footer a:visited {
|
||||
color: #5e5e5e;
|
||||
margin: 5px;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
div#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
/* -------=-=-=- operational messages -=-=-=-------- */
|
||||
|
||||
fieldset.message table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
fieldset.message td {
|
||||
padding: 0 2px 0 2px;
|
||||
}
|
||||
|
||||
#words fieldset.message {
|
||||
text-align: left;
|
||||
margin: 20px;
|
||||
padding: 0 10px 0 0;
|
||||
border: 1px solid #bbb;
|
||||
color: #5e5e5e;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
#words fieldset.message td.text h1 {
|
||||
font-size: 1.5em;
|
||||
padding: 0px;
|
||||
margin: 2px 0 2px 0;
|
||||
}
|
||||
|
||||
#words fieldset.message td.message_symbol img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 5px 20px 5px 10px;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#words fieldset.message td.link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#words fieldset.message td.link a {
|
||||
color: #87ae3c;
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#words fieldset.message td.link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* -------=-=-=- environmental messages -=-=-=-------- */
|
||||
|
||||
div.EnvironmentWarning fieldset.message {
|
||||
text-align: left;
|
||||
margin: 0 2px 8px 2px;
|
||||
padding: 5px;
|
||||
border: 1px solid #bbb;
|
||||
color: #5e5e5e;
|
||||
font-size: 0.9em;
|
||||
/* background-color: #eea; */
|
||||
background-image: url(environment_warning_background.png);
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.message_symbol img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
padding: 2px;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link a {
|
||||
color: #55b;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ----------------------=-=-=- Forms -=-=-=--------------------- */
|
||||
/* pretty forms and buttons */
|
||||
input {
|
||||
border: 1px solid #BFBFBF;
|
||||
color: #949494;
|
||||
background-color: white;
|
||||
padding: 2px 5px 1px 5px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
border: 1px solid #ACE149;
|
||||
color: #7DA721;
|
||||
background-color: white;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: arial, verdana, helvetica, sans-serif;
|
||||
font-size: 1.1em;
|
||||
border: 1px solid #BFBFBF;
|
||||
color: #949494;
|
||||
padding: 2px 5px 1px 5px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
textarea:hover {
|
||||
color: #7DA721;
|
||||
background-color: white;
|
||||
border: 1px solid #ACE149;
|
||||
}
|
||||
|
||||
button, input.button {
|
||||
color: #4e4e4e;
|
||||
background-color: #86E460;
|
||||
border: 1px solid #6Ca139;
|
||||
font-size: 0.8em;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
margin: 2px 10px 2px 10px;
|
||||
}
|
||||
|
||||
button:hover, input.button:hover {
|
||||
color: #233908;
|
||||
background-color: #94D73A;
|
||||
border: 1px solid #233908;
|
||||
}
|
||||
|
||||
#words form label {
|
||||
min-width: 20em;
|
||||
}
|
||||
|
||||
#words p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* -------------=-=-=- main menu -=-=-=-------------- */
|
||||
|
||||
div#main_menu {
|
||||
position: absolute;
|
||||
float: left;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
|
||||
/* -------------=-=-=- plugin icons -=-=-=--------------- */
|
||||
|
||||
|
||||
div.plugin_menu, div.plugin_system, div.volume {
|
||||
text-align: center;
|
||||
margin: 10px 15px 10px 15px;
|
||||
vertical-align: center;
|
||||
padding: none;
|
||||
}
|
||||
|
||||
div.plugin_menu img, div.plugin_system img, div.volume img {
|
||||
border: none;
|
||||
padding: none;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.plugin_menu {
|
||||
width: 100px;
|
||||
min-height: 110px;
|
||||
background-position: center;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
div.plugin_menu_passive {
|
||||
background-image: url(icon_background_passive_100.png);
|
||||
}
|
||||
|
||||
div.plugin_menu_active {
|
||||
background-image: url(icon_background_active_100.png);
|
||||
}
|
||||
|
||||
div.plugin_menu img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
div.plugin_system {
|
||||
float: left;
|
||||
width: 80px;
|
||||
/* It is necessary to define a unified height - otherwise a strange
|
||||
* effect may appear, if the last element of the first line has only a
|
||||
* one-lined description (and others have more than one line): the next
|
||||
* element will not appear to the left of the next line, but right below
|
||||
* the last element of the first line. */
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
div.plugin_system img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
div.plugin_system_title img {
|
||||
float: left;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
div.plugin_system_overview img {
|
||||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding-left: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
div.volume {
|
||||
/* FIXME: float-left breaks the background image in firefox */
|
||||
float: left;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
div.volume img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
/* -------------=-=-=- help -=-=-=------------------ */
|
||||
|
||||
div.help_link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.help_link a {
|
||||
color: #555;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.help_link img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.help_text {
|
||||
font-family: sans-serif, helvetica, sans-serif;
|
||||
/* background-color: #E89F4F; */
|
||||
background-image: url(help_background.png);
|
||||
border-color: #2EB8BC;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 4px;
|
||||
margin: 3px 0 3px 0;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
|
||||
/* --------------=-=-=- new volume pane -=-=-=----------- */
|
||||
|
||||
div#volume_content {
|
||||
padding: 20px;
|
||||
border: 1px solid #ccc;
|
||||
background-image: url(volume_property_frame.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
clear: left;
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
table#volume_area {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_passive {
|
||||
height: 40px;
|
||||
text-align: left;
|
||||
border-right: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 4px 10px 0 10px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active {
|
||||
background-image: url(register_active.png);
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_passive {
|
||||
background-image: url(register_passive.png);
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a.disk_symbol img {
|
||||
margin-left: 20px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
div#pane_div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#pane_div table#pane {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td#pane_left_top {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-image: url(backpane_left_top.gif);
|
||||
background-position: left top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
td#pane_top {
|
||||
height: 6px;
|
||||
background-image: url(backpane_top.png);
|
||||
background-position: top;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
td#pane_right_top {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-image: url(backpane_right_top.gif);
|
||||
background-position: right top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
td#pane_left {
|
||||
width: 6px;
|
||||
background-image: url(backpane_left.png);
|
||||
background-position: left top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
td#pane_content {
|
||||
padding: 0 10px 10px 10px;
|
||||
}
|
||||
|
||||
td#pane_right {
|
||||
width: 6px;
|
||||
background-image: url(backpane_right.png);
|
||||
background-position: right top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
436
staging-v0.3.5/www-data/cryptonas-ascii_black_green.css
Normal file
|
@ -0,0 +1,436 @@
|
|||
/*
|
||||
* CryptoBox CSS stylesheet file
|
||||
*
|
||||
* Copyright 2005-2007 sense.lab e.V.
|
||||
*
|
||||
* This file is part of the CryptoBox.
|
||||
*
|
||||
* The CryptoBox is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The CryptoBox is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with the CryptoBox; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: verdana, lucida, arial, helvetica, sans-serif;
|
||||
background-color: black;
|
||||
color: green;
|
||||
}
|
||||
|
||||
a, a:hover, a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #ff0;
|
||||
}
|
||||
|
||||
img {
|
||||
/* disable all graphics */
|
||||
display: none;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
div#main {
|
||||
text-align: left;
|
||||
background: none;
|
||||
padding: 20px;
|
||||
margin-left: 140px;
|
||||
}
|
||||
|
||||
legend img {
|
||||
}
|
||||
|
||||
#main h1, h2, h3, legend {
|
||||
font-family: sans-serif, arial;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0.05em;
|
||||
color: #0f0;
|
||||
font-variant: small-caps;
|
||||
/* RFC: what is this padding for? */
|
||||
padding: 0 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#main h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#main h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#main h3, legend {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
div#head table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#head div.logo {
|
||||
display:none;
|
||||
width: 0px;
|
||||
text-align: right;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
#words {
|
||||
min-height: 260px;
|
||||
padding: 1.1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#words h1{
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
#words h2{
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
#words ol, #words ul {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#words ol li {
|
||||
padding: 0 1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
#words ul li {
|
||||
padding: 0 1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
#words ul.lang li {
|
||||
}
|
||||
|
||||
div#footer {
|
||||
margin-top:10px;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
font-size: 0.8em;
|
||||
color: #0f0;
|
||||
}
|
||||
|
||||
div#footer a:link, #footer a:visited {
|
||||
color: #ff0;
|
||||
margin: 5px;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
div#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
/* -------=-=-=- operational messages -=-=-=-------- */
|
||||
|
||||
fieldset.message table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
fieldset.message td {
|
||||
padding: 0 2px 0 2px;
|
||||
}
|
||||
|
||||
#words fieldset.message {
|
||||
text-align: left;
|
||||
margin: 20px;
|
||||
padding: 0 10px 0 0;
|
||||
border: 1px solid #00ff00;
|
||||
color: #0f0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
#words fieldset.message td.text h1 {
|
||||
font-size: 1.5em;
|
||||
padding: 0px;
|
||||
margin: 2px 0 2px 0;
|
||||
}
|
||||
|
||||
#words fieldset.message td.message_symbol img {
|
||||
}
|
||||
|
||||
#words fieldset.message td.link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#words fieldset.message td.link a {
|
||||
color: #0f0;
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#words fieldset.message td.link a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* -------=-=-=- environmental messages -=-=-=-------- */
|
||||
|
||||
div.EnvironmentWarning fieldset.message {
|
||||
text-align: left;
|
||||
margin: 0 2px 8px 2px;
|
||||
padding: 5px;
|
||||
border: 1px dotted #0f0;
|
||||
color: #f00;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.message_symbol img {
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link {
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link a {
|
||||
color: #ff0;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.EnvironmentWarning fieldset.message td.link a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* ----------------------=-=-=- Forms -=-=-=--------------------- */
|
||||
/* pretty forms and buttons */
|
||||
input {
|
||||
border: 1px solid #ff0;
|
||||
color: #0f0;
|
||||
background-color: black;
|
||||
padding: 2px 5px 1px 5px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
border: 1px solid #0f0;
|
||||
color: black;
|
||||
background-color: #ff0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: arial, verdana, helvetica, sans-serif;
|
||||
font-size: 1.1em;
|
||||
border: 1px solid #0f0;
|
||||
color: #fff;
|
||||
padding: 2px 5px 1px 5px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
textarea:hover {
|
||||
color: #fff;
|
||||
background-color: #0f0;
|
||||
border: 1px solid #0f0;
|
||||
}
|
||||
|
||||
button, input.button {
|
||||
color: black;
|
||||
background-color: #0f0;
|
||||
border: 1px solid #ff0;
|
||||
font-size: 0.8em;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
margin: 2px 10px 2px 10px;
|
||||
}
|
||||
|
||||
button:hover, input.button:hover {
|
||||
color: black;
|
||||
border: 1px solid #0f0;
|
||||
background-color: #ff0;
|
||||
}
|
||||
|
||||
#words form label {
|
||||
min-width: 20em;
|
||||
}
|
||||
|
||||
#words p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* -------------=-=-=- main menu -=-=-=-------------- */
|
||||
|
||||
div#main_menu {
|
||||
position: absolute;
|
||||
float: left;
|
||||
margin-top: 120px;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
|
||||
/* -------------=-=-=- plugin icons -=-=-=--------------- */
|
||||
|
||||
|
||||
div.plugin_menu, div.plugin_system, div.volume {
|
||||
text-align: center;
|
||||
margin: 10px 15px 10px 15px;
|
||||
vertical-align: center;
|
||||
padding: none;
|
||||
}
|
||||
|
||||
div.plugin_menu img, div.plugin_system img, div.volume img {
|
||||
border: none;
|
||||
padding: none;
|
||||
margin: none;
|
||||
}
|
||||
|
||||
div.plugin_menu {
|
||||
width: 100px;
|
||||
background-position: center;
|
||||
border: 1px solid #0f0;
|
||||
}
|
||||
|
||||
div.plugin_menu_passive {
|
||||
}
|
||||
|
||||
div.plugin_menu_active {
|
||||
border: 2px solid #ff0;
|
||||
}
|
||||
|
||||
div.plugin_menu_active a {
|
||||
color: #0f0;
|
||||
}
|
||||
|
||||
|
||||
div.plugin_system {
|
||||
float: left;
|
||||
width: 80px;
|
||||
/* It is necessary to define a unified height - otherwise a strange
|
||||
* effect may appear, if the last element of the first line has only a
|
||||
* one-lined description (and others have more than one line): the next
|
||||
* element will not appear to the left of the next line, but right below
|
||||
* the last element of the first line. */
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
div.plugin_system img {
|
||||
}
|
||||
|
||||
div.plugin_system_title img {
|
||||
}
|
||||
|
||||
div.plugin_system_overview img {
|
||||
}
|
||||
|
||||
div.volume {
|
||||
/* FIXME: float-left breaks the background image in firefox */
|
||||
float: left;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
div.volume img {
|
||||
}
|
||||
/* TODO: It's actually impossible to change the sortorder of plugins without icons */
|
||||
|
||||
* -------------=-=-=- help -=-=-=------------------ */
|
||||
|
||||
div.help_link {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.help_link a {
|
||||
border: 1px solid #0ff;
|
||||
padding: 2px;
|
||||
color: #ff0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.help_link img {
|
||||
}
|
||||
|
||||
div.help_text {
|
||||
font-family: sans-serif, helvetica, sans-serif;
|
||||
color: #0ff;
|
||||
border: 1px dotted #0ff;
|
||||
padding: 4px;
|
||||
margin: 3px 0 3px 0;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
|
||||
/* --------------=-=-=- new volume pane -=-=-=----------- */
|
||||
|
||||
div#volume_content {
|
||||
padding: 20px;
|
||||
border: 2px dotted #ff0;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
clear: left;
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 25px;
|
||||
border: 2px solid #0f0;
|
||||
}
|
||||
|
||||
table#volume_area {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_passive {
|
||||
height: 10px;
|
||||
text-align: left;
|
||||
border-right: 1px dotted #0f0;
|
||||
border-left: 1px dotted #0f0;
|
||||
border-top: 1px dotted #0f0;
|
||||
padding: 3px 10px 3px 10px;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active {
|
||||
height: 10px;
|
||||
border-right: 2px dotted #ff0;
|
||||
border-left: 2px dotted #ff0;
|
||||
border-top: 2px dotted #ff0;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active a {
|
||||
color: #0f0;
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_passive {
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {
|
||||
}
|
||||
|
||||
a.disk_symbol img {
|
||||
}
|
||||
|
||||
div#pane_div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#pane_div table#pane {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#pane_div table#pane img{
|
||||
}
|
||||
|
BIN
staging-v0.3.5/www-data/cryptonas_logo_left.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
staging-v0.3.5/www-data/dialog-error_tango.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
staging-v0.3.5/www-data/dialog-error_tango.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
staging-v0.3.5/www-data/dialog-information_tango.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
staging-v0.3.5/www-data/dialog-information_tango.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
staging-v0.3.5/www-data/dialog-warning_tango.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
staging-v0.3.5/www-data/dialog-warning_tango.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
staging-v0.3.5/www-data/environment_warning_background.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
staging-v0.3.5/www-data/face_smile_big.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
staging-v0.3.5/www-data/favicon.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
staging-v0.3.5/www-data/footer_line.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
staging-v0.3.5/www-data/help_background.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
staging-v0.3.5/www-data/icon_background_active.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
staging-v0.3.5/www-data/icon_background_active_060.png
Normal file
After Width: | Height: | Size: 771 B |
BIN
staging-v0.3.5/www-data/icon_background_active_080.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
staging-v0.3.5/www-data/icon_background_active_100.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
staging-v0.3.5/www-data/icon_background_active_256.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
staging-v0.3.5/www-data/icon_background_active_orange_100.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
staging-v0.3.5/www-data/icon_background_passive_060.png
Normal file
After Width: | Height: | Size: 665 B |
BIN
staging-v0.3.5/www-data/icon_background_passive_080.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
staging-v0.3.5/www-data/icon_background_passive_100.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
staging-v0.3.5/www-data/icon_background_passive_256.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
staging-v0.3.5/www-data/icon_get_help.gif
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
staging-v0.3.5/www-data/icon_get_help.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
staging-v0.3.5/www-data/icon_get_help_disable.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
staging-v0.3.5/www-data/icon_get_help_disable.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
staging-v0.3.5/www-data/list.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
staging-v0.3.5/www-data/register_active.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
staging-v0.3.5/www-data/register_active.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
staging-v0.3.5/www-data/register_passive.gif
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
staging-v0.3.5/www-data/register_passive.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_config.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_init.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_mount.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_w98_login.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_w98_network_drive.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
staging-v0.3.5/www-data/screenshots/de_w98_not_logged_in.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
staging-v0.3.5/www-data/screenshots/en_config.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
staging-v0.3.5/www-data/screenshots/en_mount.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
staging-v0.3.5/www-data/screenshots/en_w98_login.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
staging-v0.3.5/www-data/screenshots/en_w98_network_drive.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
staging-v0.3.5/www-data/screenshots/en_w98_not_logged_in.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
staging-v0.3.5/www-data/screenshots/v0.3/activate_volume.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
staging-v0.3.5/www-data/screenshots/v0.3/system_preferences.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
staging-v0.3.5/www-data/smile.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
staging-v0.3.5/www-data/smile4.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
staging-v0.3.5/www-data/volume_active_crypto.gif
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
staging-v0.3.5/www-data/volume_active_crypto.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
staging-v0.3.5/www-data/volume_active_crypto_busy.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
staging-v0.3.5/www-data/volume_active_crypto_busy.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
staging-v0.3.5/www-data/volume_active_plain.gif
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
staging-v0.3.5/www-data/volume_active_plain.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
staging-v0.3.5/www-data/volume_active_plain_busy.gif
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
staging-v0.3.5/www-data/volume_active_plain_busy.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_crypto.gif
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_crypto.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_crypto_busy.gif
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_crypto_busy.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_plain.gif
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_plain.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_plain_busy.gif
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
staging-v0.3.5/www-data/volume_passive_plain_busy.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
staging-v0.3.5/www-data/volume_property_frame.png
Normal file
After Width: | Height: | Size: 29 KiB |