diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/css/style.css similarity index 87% rename from view/theme/darkzero/style.css rename to view/theme/darkzero/css/style.css index 55644e462..3435deba6 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/css/style.css @@ -1,4 +1,4 @@ -@import url('../duepuntozero/style.css'); +@import url('../../duepuntozero/css/style.css'); /* dark variation Fabio Comuni */ @@ -12,13 +12,13 @@ input, select, textarea { } .openid { background-color: #222222;} -body { background-color: #222222; color: #cccccc; background-image: url(head.jpg); } -aside{ background-image: url(border.jpg); padding-bottom: 0px; } -section { background-color: #333333; background-image: url(border.jpg); } +body { background-color: #222222; color: #cccccc; background-image: url(../img/head.jpg); } +aside{ background-image: url(../img/border.jpg); padding-bottom: 0px; } +section { background-color: #333333; background-image: url(../img/border.jpg); } -.tabs { background-image: url(head.jpg); } -div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } +.tabs { background-image: url(../head.jpg); } +div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); } nav #banner #logo-text a { color: #ffffff; } @@ -49,7 +49,7 @@ background: #444; color: #99CCFF; } -.wall-item-photo-menu li a { +.wall-item-photo-menu li a, .contact-photo-menu { color: #CCCCCC; background-color: #333333; } @@ -60,7 +60,7 @@ background: #444; footer { margin: 0px 10%; display: block; - background-image: url('sectionend.jpg'); + background-image: url('../img/sectionend.jpg'); background-position: top left; background-repeat: repeat-x; height: 25px; diff --git a/view/theme/darkzero/border.jpg b/view/theme/darkzero/img/border.jpg similarity index 100% rename from view/theme/darkzero/border.jpg rename to view/theme/darkzero/img/border.jpg diff --git a/view/theme/darkzero/editicons.png b/view/theme/darkzero/img/editicons.png similarity index 100% rename from view/theme/darkzero/editicons.png rename to view/theme/darkzero/img/editicons.png diff --git a/view/theme/darkzero/head.jpg b/view/theme/darkzero/img/head.jpg similarity index 100% rename from view/theme/darkzero/head.jpg rename to view/theme/darkzero/img/head.jpg diff --git a/view/theme/darkzero/screenshot.jpg b/view/theme/darkzero/img/screenshot.jpg similarity index 100% rename from view/theme/darkzero/screenshot.jpg rename to view/theme/darkzero/img/screenshot.jpg diff --git a/view/theme/darkzero/sectionend.jpg b/view/theme/darkzero/img/sectionend.jpg similarity index 100% rename from view/theme/darkzero/sectionend.jpg rename to view/theme/darkzero/img/sectionend.jpg diff --git a/view/theme/darkzero/shiny.png b/view/theme/darkzero/img/shiny.png similarity index 100% rename from view/theme/darkzero/shiny.png rename to view/theme/darkzero/img/shiny.png diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/php/theme.php similarity index 100% rename from view/theme/darkzero/theme.php rename to view/theme/darkzero/php/theme.php