From: Roland Häder Date: Thu, 4 Mar 2010 18:31:26 +0000 (+0000) Subject: mxchange.org theme released (have fun with it) X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=324f46c016acb5e50e4e9f739af406b9eaf8b6ac mxchange.org theme released (have fun with it) --- diff --git a/.gitattributes b/.gitattributes index d88c5eebc2..247c935f3d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1739,4 +1739,10 @@ theme/desert/images/help/left.jpg -text theme/desert/images/help/right.jpg -text theme/desert/images/help/up.jpg -text theme/desert/theme.php -text +theme/org/css/.htaccess -text +theme/org/images/code_bg.jpg -text svneol=unset#image/jpeg +theme/org/images/code_bg.png -text svneol=unset#image/png +theme/org/images/menus/bottom.jpg -text svneol=unset#image/jpeg +theme/org/images/menus/row.jpg -text svneol=unset#image/jpeg +theme/org/images/menus/title.jpg -text svneol=unset#image/jpeg /view.php -text diff --git a/.gitignore b/.gitignore index 42bbabde1e..bfb1248f19 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ inc/cache/_compiled/html/*.cache inc/cache/config-local.php inc/cache/debug.log inc/cache/sess_* +theme/org/css/aboutme.css diff --git a/theme/org/css/.htaccess b/theme/org/css/.htaccess new file mode 100644 index 0000000000..14249c50bd --- /dev/null +++ b/theme/org/css/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/theme/org/css/active.css b/theme/org/css/active.css new file mode 100644 index 0000000000..478e711f42 --- /dev/null +++ b/theme/org/css/active.css @@ -0,0 +1,9 @@ +.active_row1, .active_row2, .active_row3 { + text-align : center; + padding-left : 5px; + padding-right : 5px; +} + +.active_row2 { + text-align : left; +} diff --git a/theme/org/css/beg.css b/theme/org/css/beg.css new file mode 100644 index 0000000000..c63f55b6ed --- /dev/null +++ b/theme/org/css/beg.css @@ -0,0 +1,9 @@ +.beg_table { + background-color: #ddeedd +} + +.beg_msg { + background-color: #e5f6e5; + padding-left: 10px; + padding-right: 10px; +} diff --git a/theme/org/css/bonus.css b/theme/org/css/bonus.css new file mode 100644 index 0000000000..66f7b6f258 --- /dev/null +++ b/theme/org/css/bonus.css @@ -0,0 +1,13 @@ +.bonus_rank_1 { + font-weight : bold; + font-size : 22px; +} + +.bonus_rank_2 { + font-weight : bold; + font-size : 18px; +} + +.bonus_rank_3 { + font-weight : bold; +} diff --git a/theme/org/css/doubler.css b/theme/org/css/doubler.css new file mode 100644 index 0000000000..4202c05f34 --- /dev/null +++ b/theme/org/css/doubler.css @@ -0,0 +1,25 @@ +.doubler_table { +} + +.doubler_main { +} + +.doubler_error { + font-weight : bold; + color : #AA0000; +} + +.doubler_big_row { + height : 70px; +} + +.doubler_header { + background-color : #ddeedd; + align : center; + height : 24px; +} + +.doubler_footer { + height : 24px; + background-color : #ddeedd; +} diff --git a/theme/org/css/general.css b/theme/org/css/general.css new file mode 100644 index 0000000000..dde4d1ee48 --- /dev/null +++ b/theme/org/css/general.css @@ -0,0 +1,582 @@ +body { + background-color : #ddeedd; + color : #000000; + font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : 14px; + + scrollbar-base-color : #E9E4AE; + scrollbar-face-color : #CDEFCD; + scrollbar-highlight-color : #F4F9BE; + scrollbar-shadow-color : #CDEFCD; + scrollbar-3dlight-color : #DDDDDD; + scrollbar-arrow-color : #000000; + scrollbar-track-color : #CCEFCC; + scrollbar-darkshadow-color : #999999; + + margin : 0px; + margin-left : 0px; + margin-right : 0px; + margin-top : 0px; + margin-bottom : 0px; +} + +table { + table-layout : auto; + border-spacing : 0px; + overflow : auto; +} + +A { + font-style : normal; + font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : 14px; + text-decoration : none; +} + +A:link { + color : #2e51a9; +} + +A:visited { + color : #2e51a9; +} + +A:active { + color : #2e51a9; + background-color : transparent; +} + +A:hover { + background-color : transparent; +} + +input, textarea, select, option { + color : #2e51a9; + background-color : #EEFFEE; + border-color : #BBBBBB; + text-decoration : none; +} + +ul, ol { + margin-top : 0px; + margin-bottom : 0px; +} + +.runtime { + color : #118811; + background-color : #DDEEDD; + font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; +} + +.runtime.fatal { + color : #0000aa; +} + +.runtime.fatalcontent { + font-size : 20px; +} + +.admin { + color : #118811; + background-color : #DDEEDD; + font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; +} + +.admin_note { + color : #FF0000; + font-size : 11px; +} + +.admin_reset, .guest_reset, .member_reset { + border-style : groove; + border : solid 1px #000000; + color : #0000AA; +} + +.admin_submit, .guest_submit, .member_submit { + color : #0000AA; + border-color : #000000; +} + +.admin_submit_reject { + border-style : groove; + color : #881111; + border-color : #000000; +} + +.admin_fatal { + font-size : 18px; + color : #ddeedd; +} + +.admin_edit, .member_confirm { + background-color : #ddeedd; +} + +.member_banner { + background-color : #ddeedd; + width : 488px; +} + +.admin_error { + background-color : #ddeedd; + color : #ddeedd; + font-size : 11px; +} + +.admin_select, .guest_select, .member_select { + border : solid 1px; + border-color : #000000; + background-color : #EEFFEE; +} + +.admin.register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2 { + background-color : #ddeedd; + color : #000000; +} + +.member_done, .guest_done { + color : #009900; +} + +.member_misc, .code { + background-color : #DDEEDD; +} + +.admin_misc, .member_misc { + color : #000000; +} + +.admin_done2 { + color : #0000AA; +} + +.admin_green, .admin_no { + color : #000000; +} + +.admin_welcome { + background-color : #DDEEDD; + color : #000000; + vertical-align : middle; + font-size : 18px; + height : 50px; +} + +.admin_header { + background-color : #ddeedd; +} + +.admin_menu { + background-color : #DDEEDD; + color : #000077; + width : 230px; +} + +.admin_logout { + background-color : #AAFFAA; + color : #ddeedd; +} + +.admin_desc_cont, .admin_table, .member_table { + background-color : #ddeedd; +} + +.guest_table { + font-size : 14px; +} + +.admin_editmenu { + min-width : 500px; + max-width : 90%; +} + +.admin_form_header { + text-align : center; + height : 36px; + background-color : #ddeedd; + color : #000000; +} + +.member_header { + text-align : center; + height : 28px; + background-color : #ddeedd; +} + +.admin_failed, .guest_failed, .member_failed, .member_note { + color : #0000AA; +} + +.member_note_bg { + background-color : #ddeedd; +} + +.member_data { + background-color : #ddeedd; + color : #000000; + height : 20px; +} + +.admin_header_b1 { + border-bottom : 1px solid #ddeedd; + background-color : #ddeedd; + height : 22px; +} + +.admin_snote { + font-size : 11px; +} + +.admin_normal, .guest_normal, .member_normal { + border-style : solid; + border : solid 1px; + border-color : #000000; +} + +.member_stats { + vertical-align : top; + font-weight : bold; + height : 23px; + font-size : 16px; + border-style : none; + border : 0px; + background : #DDEEDD; + color : #000000; + margin-top : -4px; + margin-bottom : 1px; + cursor : default; +} + +.normal { + border-style : groove; +} + +.member_main { + background-color : #DDEEDD; +} + +.guest_title, .member_title { + color : #000000; + vertical-align : middle; + background-color : #DDEEDD; + height : 60px; +} + +.guest_login_header { + color : #000000; + vertical-align : middle; + background-color : #DDEEDD; +} + +.guest_menu { + width : 211px; + vertical-align : top; +} + +.member_menu { + width : 200px; +} + +.guest_menu, .member_menu { + background-color : #DDEEDD; +} + +.guest_menu_title { + background-image : url(theme/org/images/menus/title.jpg); + height : 36px; + width : 211px; + color : #000000; + padding-top : 2.5px; +} + +.member_menu_title { + color : #000000; + background-color : #BDEFCD; + border : 1px solid #ddeedd; + height : 25px; + width : 200px; +} + +.guest_menu_row { + background-image : url(theme/org/images/menus/row.jpg); + width : 211px; + height : 26px; +} + +.guest_menu_bottom { + background-image : url(theme/org/images/menus/bottom.jpg); + width : 211px; + height : 30px; +} + + +.guest_menu_bottom, .guest_menu_row { + vertical-align : top; + padding-left : 11px; + padding-top : 0px; + padding-bottom : 0px; +} + +.member_menu_whats { + border : 1px solid #ddeedd; + border-top : 0px; + background-color : #ddeedd; + height : 20px; +} + +.guest_menu_seperator, .member_menu_seperator { + height : 15px; +} + +.guest_content, .member_content { + background-color : #F4FFF4; + width : 99%; +} + +.guest_advert, .guest_login, .member_advert, .member_login { + background-color : #DDEEDD; + vertical-align : top; + margin-top : 11px; +} + +.master { + width : 100%; + height : 100%; + min-height : 90%; + max-height : 100%; + vertical-align : top; +} + +.footer_lines { + vertical-align : bottom; + font-size : 11px; + width : 540px; + vertical-align : middle; + background-color : #DDEEDD; + height : 40px; +} + +.dashed { + border : solid 1px; + border-color : #0000aa; +} + +.switch_sw1, .switch_mem1 { + background-color : #b8efc1; +} + +.switch_sw2, .switch_mem2 { + background-color : #b8fccb; +} + +.impressum { + font-size : 11px; + width : 320px; + vertical-align : middle; + background-color : #E5EFE5; + height : 70px; +} + +.mediadata { + background-color : #ddeedd; +} + +.media_header, .impressum_header { + background-color : #b8fccb; + text-align : center; + color : #000000; + height : 26px; + font-weight : bold; + font-size : 20px; +} + +.media_left { + font-size : 14px; + width : 200px; +} + +.media_right { + color : #000000; + font-weight : bold; + font-size : 14px; + width : 70px; +} + +.admin_sep_footer { + background-color : #DDEEDD; + font-size : 1px; +} + +.admin_sep_footer2 { + background-color : #ddeedd; + font-size : 1px; +} + +.admin_footer, .member_refbanner, .member_update, .admin_del_link, .guest_footer { + background-color : #DDEEDD; +} + +.member_footer { + height : 30px; + background-color : #DDEEDD; +} + +.admin_footer { + height : 30px +} + +.admin_task_header { + background-color : #DDEEDD; + color : #000000; + vertical-align : middle; + font-size : 18px; + height : 35px; +} + +.seperator { + font-size : 1px +} + +.tab1 { + text-align : center +} + +.admin_delete, .admin_yes { + border-style : groove; + border : solid 1px #ddeedd; + background-color : #0000AA; + color : #DDEEDD; +} + +.guest_stats { + background-color : #ddeedd; + width : 460px; +} + +.guest_stats_title { + color : #000000; + vertical-align : middle; + background-color : #DDEEDD; + height : 30px; +} + +.guest_stats_l { + width : 344px; + text-align : right; +} + +.guest_stats_m { + width : 2px; +} + +.guest_stats_r, .guest_stats_lr, .guest_stats_rr { + color : #000000; + width : 28px; + font-weight : bold; + text-align : center; +} + +.guest_stats_ll, .guest_stats_rl { + width : 192px; + text-align : right; +} + +.guest_stats_footer { + color : #000000; + vertical-align : middle; + background-color : #DDEEDD; + height : 20px; +} + +.task_pre { + font-weight : bold; + margin-left : 0px; + margin-right : 0px; + margin-top : 11px; + margin-bottom : 11px; +} + +.impressum_body { + background-color : #DDEEDD; +} + +.guest_content_align, .member_content_align, .admin_content_align { + text-align : center; + vertical-align : top; +} + +.member_mailidtop { + background-color : #DDEEDD; + width : 100%; + height : 100%; +} + +.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub { + width : 100%; +} + +.member_unconfirmed { + background-color : #DDEEDD; + width : 100%; + text-align : center; +} + +.you_are_here { + white-space : nowrap; + font-size : 14px; +} + +.tiny { font-size : 10px; } +.medium { font-size : 16px; } +.big { font-size : 20px; } + +.top { border-top : 1px solid #4400AA; } +.bottom { border-bottom : 1px solid #4400AA; } +.left { border-left : 1px solid #4400AA; } +.right { border-right : 1px solid #4400AA; } + +.top2 { border-top : 1px solid #0000aa; } +.bottom2 { border-bottom: 1px solid #0000aa; } +.left2 { border-left : 1px solid #0000aa; } +.right2 { border-right : 1px solid #0000aa; } + +.nobr { + white-space : nowrap; +} + +.mini_select { font-size: 10px; } + +.fase4_rdf_main_title { + font-weight: bold; + font-size: 22px; +} + +.fase4_rdf_title { + font-size: 18px; +} + +.para { + text-align : left; + padding-top : 10px; + padding-left : 10px; + padding-right : 10px; + padding-bottom : 10px; +} + +.para_title { + text-align : center; + padding-bottom : 20px; +} + +.listing { + padding-top : 14px; + padding-bottom : 14px; +} + +.para2 { + padding-right : 5px; + padding-left : 5px; + padding-top : 2px; + padding-bottom : 2px; +} diff --git a/theme/org/css/install.css b/theme/org/css/install.css new file mode 100644 index 0000000000..a85ef52847 --- /dev/null +++ b/theme/org/css/install.css @@ -0,0 +1,76 @@ +.install_fatal { + text-align: left; + color: #000000; +} + +.install_select { + border: dashed 1px #000000; + background-color: #EEEEFF; +} + +.install_normal { + border-style: solid; + border: dashed 1px #000000; +} + +.install_submit { + border-style: groove; +} + +.install { + +} + +.install_main { + color: #000000; + background-color: #FFFFFF; + text-decoration: none; +} + +.install_header { + color: #000000; + background-color: #EEEEFF; + font-size: 20px; + text-decoration: underline; + heigth: 30px; + vertical-align: middle; + padding-top: 5px; + padding-bottom: 5px; +} + +.install_fatal { + background-color: #FFFFFF; + color: #000000; +} + +.install_fatalcontent { + text-align: left; + background-color: #FFFFFF; +} + +.install_error,.install_finished { + font-size: 20px; + color: #000000; +} + +.install_security,.install_welcome,.install_text { + color: #000000; +} + +.install_text { + padding-bottom: 10px; + text-align: left; + margin-left: 20px; + margin-right: 20px; +} + +.install_security { + width: 350px; + padding-top: 10px; + padding-bottom: 10px; +} + +.install_welcome { + padding-top: 5px; + padding-bottom: 10px; +} \ No newline at end of file diff --git a/theme/org/css/nickname.css b/theme/org/css/nickname.css new file mode 100644 index 0000000000..1106ccd885 --- /dev/null +++ b/theme/org/css/nickname.css @@ -0,0 +1,4 @@ +.guest_footer { + height : 30px; + background-color : #DDEEDD; +} diff --git a/theme/org/css/register.css b/theme/org/css/register.css new file mode 100644 index 0000000000..e1714f771a --- /dev/null +++ b/theme/org/css/register.css @@ -0,0 +1,82 @@ +.register_submit { + border-style : outset; +} + +.register_reset { + border-style : groove; + border : solid 1px #009900; + color : #0000AA; +} +.register_submit { + color : #0000AA; + border-color : #009900; +} + +.register_select { + border : solid 1px; + border-color : #009900; + background-color : #EEFFEE; +} + +.register_failed { + color : #0000AA; +} + +.register_snote { + font-size : 12px; +} + +.register_normal { + border-style : solid; + border : solid 1px; + border-color : #009900; +} + +.register_main { + background-color : #DDEEDD; + width : 540px; +} + +.register_done2 { + height : 40px; + color : #009900; + background-color : #eeffbc; + width : 500px; +} + +.register_title { + text-align : center; + align : center; + font-size : 18px; +} + +.register_seperator { + height : 7px; + font-size : 1px; +} + +.register_left { + text-align : right; + align : right; + margin-right : 2px; + color : #0000AA; + font-weight : bold; +} + +.register_right { +} + +.register_header { + text-align : center; + align : center; + background-color : #eeffbc; + color : #0000AA; + font-weight : bold; + border-top : 1px solid #0000AA; + border-bottom : 1px solid #0000AA; + height : 25px; +} + +.register_term { + background-color : #0000AA; +} diff --git a/theme/org/css/sponsor.css b/theme/org/css/sponsor.css new file mode 100644 index 0000000000..d703841371 --- /dev/null +++ b/theme/org/css/sponsor.css @@ -0,0 +1,25 @@ +.sponsor_table { + background-color : #DDEEDD; +} + +.sponsor_header, .sponsor_footer { + background-color : #CCDDCC; +} + +.sponsor_action { + background-color : #CCDDCC; + height : 27px; +} + +.sponsor_what { + height : 24px; +} + +.sponsor_menu_blur { + display : block; + height : 24px; +} + +.sponsor_menu_blur:hover { + background-color : #CCDDCC; +} diff --git a/theme/org/css/surfbar.css b/theme/org/css/surfbar.css new file mode 100644 index 0000000000..bcf9250285 --- /dev/null +++ b/theme/org/css/surfbar.css @@ -0,0 +1,35 @@ +#surfbar_banner { + +} + +#surfbar_table { + +} + +#surfbar_td { + +} + +#surfbar_counter { + +} + +#surfbar_restart { + +} + +#surfbar_counter_word { + +} + +#surfbar_reload { + font-weight: bold; +} + +#surfbar_max { + font-weight: bold; +} + +#surfbar_points { + font-weight: bold; +} \ No newline at end of file diff --git a/theme/org/css/task.css b/theme/org/css/task.css new file mode 100644 index 0000000000..ea54d828e3 --- /dev/null +++ b/theme/org/css/task.css @@ -0,0 +1,8 @@ +.admin_title2 { + background-color : #e9f9e9; + color : #009900; + text-align : center; + align : center; + height : 25px; + font-size : 14px; +} diff --git a/theme/org/css/top10.css b/theme/org/css/top10.css new file mode 100644 index 0000000000..d884cc7314 --- /dev/null +++ b/theme/org/css/top10.css @@ -0,0 +1,9 @@ +.top10_row1,.top10_row2,.top10_row3,.top10_row4,.top10_row5 { + text-align: center; + padding-left: 5px; + padding-right: 5px; +} + +.top10_row2,.top10_row4 { + text-align: left; +} \ No newline at end of file diff --git a/theme/org/css/transfer.css b/theme/org/css/transfer.css new file mode 100644 index 0000000000..3707b5d21a --- /dev/null +++ b/theme/org/css/transfer.css @@ -0,0 +1,12 @@ +.transfer_row1, .transfer_row3 { + text-align : center; + font-weight : bold; +} + +.transfer_row2 { + text-align : center; +} + +.transfer_row4, .transfer_row5 { + padding-left: 2px; +} diff --git a/theme/org/css/uberwach.css b/theme/org/css/uberwach.css new file mode 100644 index 0000000000..35b79f2c93 --- /dev/null +++ b/theme/org/css/uberwach.css @@ -0,0 +1,54 @@ +#au_hi { + position:absolute; + z-index:1234; + top:0; + right:0; + left:0; + padding:0; + margin:0; + border-left:none; + border-right:none; + border-top:1px solid #FFFFFF; + border-bottom:1px solid #ACA899; + height:27px; + display:block; + width:100%; + overflow:hidden; + float:none; +} +#au_hi p { + border:none; + width:auto; + background:none; + margin:0; + padding:0 7px; + font-size:11px; + color:#003366; + float:none; + text-align:left; +} +#au_hi img { + border:none; + background:none; + margin:0; + padding:0 7px; + width:19px; + height:19px; +} +#au_hi a, #au_hi a:hover { + border:none; + background:none; + margin:0; + padding:0; + font-size:11px; + color:#003366; + text-decoration:underline; +} +.au_hi_r { + background:none; + background-color:#FFCCAA; +} +.au_hi_g { + background:none; + background-color:#D5FFAA; +} diff --git a/theme/org/css/user.css b/theme/org/css/user.css new file mode 100644 index 0000000000..acc765f55b --- /dev/null +++ b/theme/org/css/user.css @@ -0,0 +1,5 @@ +.admin_pagenav { + text-align : center; + height : 20px; + vertical-align : middle; +} diff --git a/theme/org/images/code_bg.jpg b/theme/org/images/code_bg.jpg new file mode 100644 index 0000000000..79d72a277b Binary files /dev/null and b/theme/org/images/code_bg.jpg differ diff --git a/theme/org/images/code_bg.png b/theme/org/images/code_bg.png new file mode 100644 index 0000000000..d7c5071e09 Binary files /dev/null and b/theme/org/images/code_bg.png differ diff --git a/theme/org/images/menus/bottom.jpg b/theme/org/images/menus/bottom.jpg new file mode 100644 index 0000000000..83d26c126e Binary files /dev/null and b/theme/org/images/menus/bottom.jpg differ diff --git a/theme/org/images/menus/row.jpg b/theme/org/images/menus/row.jpg new file mode 100644 index 0000000000..04a54b35d6 Binary files /dev/null and b/theme/org/images/menus/row.jpg differ diff --git a/theme/org/images/menus/title.jpg b/theme/org/images/menus/title.jpg new file mode 100644 index 0000000000..e57d0883b1 Binary files /dev/null and b/theme/org/images/menus/title.jpg differ diff --git a/theme/org/theme.php b/theme/org/theme.php new file mode 100644 index 0000000000..9860412597 --- /dev/null +++ b/theme/org/theme.php @@ -0,0 +1,72 @@ +