added graphics, styled admin center
BIN
public/img/leafs/addSub.png
Executable file
After Width: | Height: | Size: 174 B |
BIN
public/img/leafs/arrow_down.png
Executable file
After Width: | Height: | Size: 162 B |
BIN
public/img/leafs/arrow_up.png
Executable file
After Width: | Height: | Size: 163 B |
BIN
public/img/leafs/change.png
Executable file
After Width: | Height: | Size: 193 B |
BIN
public/img/leafs/delete.png
Executable file
After Width: | Height: | Size: 195 B |
BIN
public/img/leafs/preview.png
Executable file
After Width: | Height: | Size: 182 B |
BIN
public/img/logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
|
@ -13,7 +13,7 @@ require_once('library/Katharsis/Bootstrap.php');
|
||||||
Katharsis_Autoload::init();
|
Katharsis_Autoload::init();
|
||||||
|
|
||||||
|
|
||||||
//Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_SetNames());
|
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_SetNames());
|
||||||
Katharsis_Controller_Plugin::registerPlugin(new Katharsis_Controller_Plugin_StartSession());
|
Katharsis_Controller_Plugin::registerPlugin(new Katharsis_Controller_Plugin_StartSession());
|
||||||
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_Notice());
|
Katharsis_Controller_Plugin::registerPlugin(new DidgeridooArtwork_Controller_Plugin_Notice());
|
||||||
Katharsis_Controller_Plugin::registerPlugin(new Local_Controller_Plugin_IndexRedirect());
|
Katharsis_Controller_Plugin::registerPlugin(new Local_Controller_Plugin_IndexRedirect());
|
||||||
|
|
|
@ -1,3 +1,35 @@
|
||||||
|
#adminNavigation {
|
||||||
|
font-family: verdana;
|
||||||
|
background-color: #90CB93;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 689px;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 2px;
|
||||||
|
font-size: 0.8em;
|
||||||
|
width: 725px;
|
||||||
|
* width: 729px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminNavigation li {
|
||||||
|
float: left;
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminNavigation a {
|
||||||
|
color: white;
|
||||||
|
background-color: #416843;
|
||||||
|
padding: 3px 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#stage img {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#admin dd {
|
#admin dd {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
@ -41,22 +73,22 @@ input, textarea {
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
background-color: #95281d;
|
background-color: #274729;
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 1px dotted #46140f;
|
border: 1px solid #000;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: #dfbe9d;
|
color: #dfbe9d;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, thead td{
|
th, thead td{
|
||||||
background-color: #722119;
|
background-color: #416843;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #f1d6bc;
|
color: #f1d6bc;
|
||||||
border-style: dotted;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unsichtbare_tabelle, .unsichtbare_tabelle tr, .unsichtbare_tabelle tbody, .unsichtbare_tabelle td, .unsichtbare_tabelle th {
|
.unsichtbare_tabelle, .unsichtbare_tabelle tr, .unsichtbare_tabelle tbody, .unsichtbare_tabelle td, .unsichtbare_tabelle th {
|
||||||
|
|