moved warning and success messages to lower right corner of screen
added tabbed design for volume plugins (first draft)
|
@ -71,10 +71,10 @@ body {
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#development {
|
#development {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -182,46 +182,114 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#volume_pane table, td {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_top_left, td.pane_top_right {
|
||||||
|
height: 39px;
|
||||||
|
width: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_bottom_left, td.pane_bottom_right {
|
||||||
|
height: 10px;
|
||||||
|
width: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_top_left {
|
||||||
|
background-image: url(pane_top_left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_top_right {
|
||||||
|
background-image: url(pane_top_right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_bottom_left {
|
||||||
|
background-image: url(pane_bottom_left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_bottom_right {
|
||||||
|
background-image: url(pane_bottom_right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_left {
|
||||||
|
background-image: url(pane_side_left.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_bottom {
|
||||||
|
background-image: url(pane_side_bottom.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_right {
|
||||||
|
background-image: url(pane_side_right.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane td.pane_top {
|
||||||
|
background-image: url(pane_side_top.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane .volume_plugin_active {
|
||||||
|
background-image: url(register_active.png);
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#volume_pane .volume_plugin_passive {
|
||||||
|
background-image: url(register_passive.png);
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#words div.unavailable_action {
|
||||||
|
border: 1px dashed #808080;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
padding: 10px;
|
||||||
|
margin: 20px;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
/* -------=-=-=- warnings, errors and success messages-=-=-=-------- */
|
/* -------=-=-=- warnings, errors and success messages-=-=-=-------- */
|
||||||
|
|
||||||
#words div.warning,div.error,div.success {
|
div.warning,div.success {
|
||||||
margin-top: 20px;
|
width: 200px;
|
||||||
margin-bottom: 20px;
|
margin: 5px;
|
||||||
padding-top: 10px;
|
padding: 5px;
|
||||||
padding-bottom: 15px;
|
position: absolute;
|
||||||
color: #707070;
|
float: right;
|
||||||
|
right: 5px;
|
||||||
|
bottom: 5px;
|
||||||
|
/* TODO: adapt warning color of text and border */
|
||||||
|
border: 3px dashed #808080;
|
||||||
|
/* RFC: maybe this needs some improvement [lars] */
|
||||||
|
outline-width: 2px;
|
||||||
|
outline-style: solid;
|
||||||
|
outline-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#words .warning,.error,.success {
|
div.warning p, div.success p{
|
||||||
border: 1px dashed #808080;
|
|
||||||
text-align: center;
|
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#words .warning {
|
.warning {
|
||||||
|
/* background-color: #f5e0e0; light red color :) */
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#words .error {
|
.success {
|
||||||
background-color: #f5f5f5;
|
/* RFC: nice green color - but no one likes it right? [unknown author]
|
||||||
}
|
|
||||||
|
|
||||||
#words .success {
|
|
||||||
/* nice green color - but no one likes it right?
|
|
||||||
background-color: #90EE90; */
|
background-color: #90EE90; */
|
||||||
}
|
background-color: #f5f5f5;
|
||||||
|
|
||||||
#words div.warning,div.error,div.success h1,h2 {
|
|
||||||
color: #808080;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#words .warning,.error,.success a {
|
.warning a,.success a {
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
BIN
pythonrewrite/www-data/evil_stick.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pythonrewrite/www-data/pane_bottom_left.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
pythonrewrite/www-data/pane_bottom_right.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
pythonrewrite/www-data/pane_side_bottom.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
pythonrewrite/www-data/pane_side_left.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
pythonrewrite/www-data/pane_side_right.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
pythonrewrite/www-data/pane_side_top.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
pythonrewrite/www-data/pane_top_left.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
pythonrewrite/www-data/pane_top_right.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
pythonrewrite/www-data/register_active.png
Normal file
After Width: | Height: | Size: 560 B |
BIN
pythonrewrite/www-data/register_passive.png
Normal file
After Width: | Height: | Size: 523 B |