Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
@charset "UTF-8"; /* Background-Styles */ body { margin:0px; padding:0px; background-color:#FFFFFF; } #main { background:#ffffff; } #main .container { background:#ffffff; background-repeat:no-repeat; min-height:711px; } .container { width:1000px; margin:0 auto; position:relative; } #header { background:#c4c0be url(images/header_light_slice.jpg) repeat-x; } #header .container { background-image:url(images/header_light.jpg); background-repeat:no-repeat; height:61px; } #footer { background:#c4c0be url(images/footer_light_slice.jpg) repeat-x; } #footer .container { background-image:url(images/footer_light.jpg); background-repeat:no-repeat; height:44px; } /* INFO right side */ #work { margin-left:20px; background-image: url(images/work_bg.jpg); width:431px; height:181px; background-repeat: no-repeat; } .work { padding:6px; background-image: url(images/work_bg.jpg); width:431px; height:181px; background-repeat: no-repeat; } /* Tutorial */ #tut_feature { margin-left:20px; width:432px; } #tut_featured { background-repeat: no-repeat; } .tut { margin-left:20px; float:left; background-image: url(images/tut_bg.jpg); margin-bottom:5px; width:432px; height:100px; background-repeat: no-repeat; } .tut_inside { display:block; background: #ffffff url(images/tut_bg.jpg); padding:4px; background-repeat: no-repeat; } .image_tut { float:left; } .image_tut img { } .text_tut { height:100px; float:none; width:260px; margin-left:160px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; } .block_content { float:right; padding-right:30px; } /*Content!!!!!*/ ul.tabs { background-color:#333333; background-image: url(images/navi_bg.jpg); margin:0px; padding:0px; height:34px; } ul.tabs li { list-style:none; display:inline; overflow: hidden; } ul.tabs li a { color:#333333; height:34px; width:97px; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; float:left; width:97px; height:34px; padding-top:4px; padding-left:22px; } ul.tabs li a:hover { background-image:url(images/navi_active.jpg); } ul.tabs li a.active { background-image:url(images/navi_active.jpg); } #tabbed_box { margin: 0px auto 0px auto; width:500px; } .nav1 { margin-left:7px; float:left; width:97px; height:34px; } .nav2 { float:left; width:97px; height:34px; } .nav3 { float:left; width:97px; height:34px; } .nav4 { float:left; width:97px; height:34px; } .nav5 { float:left; width:97px; height:34px; } .content { min-height:572px; background-color:#333333; padding:10px; background-image:url(images/content_bg.jpg); background-repeat: repeat-x; background-position:bottom; } #content_footer { background-image:url(images/content_footer.jpg); height:44px; } #content_2, #content_3, #content_4, #content_5 { display:none; ) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php page_header(); ?> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Company of Arts</title> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .Stil1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-left: 22px; } .Stil2 { font-family: Arial, Helvetica, sans-serif; font-size: 10; } .Stil4 {font-size: 10pt} --> </style> </head> <body> <div id="header"> <div class="container"> </div> </div> <div id="main"> <div class="container"> <div id="tut_featured"> <div class="block_content"> <div> <div id="tabbed_box"> <script src="functions.js" type="text/javascript"></script> <ul class="tabs"> <li class="nav1"><a href="javascript:tabSwitch_2(1, 5, 'tab_', 'content_');" id="tab_1" class="active">Magazin</a></li> <li class="nav2"><a href="javascript:tabSwitch_2(2, 5, 'tab_', 'content_');" id="tab_2">About us</a></li> <li class="nav3"><a href="javascript:tabSwitch_2(3, 5, 'tab_', 'content_');" id="tab_3">References</a></li> <li class="nav4"><a href="javascript:tabSwitch_2(4, 5, 'tab_', 'content_');" id="tab_4">Guestbook</a></li> <li class="nav5"><a href="javascript:tabSwitch_2(5, 5, 'tab_', 'content_');" id="tab_5">Contact us</a></li> </ul> <div id="content_1" class="content"><?php page_content(); ?></div> <div id="content_2" class="content">Content for Tab 2</div> <div id="content_3" class="content">Content for Tab 3</div> <div id="content_4" class="content">Content for Tab 4</div> <div id="content_5" class="content">Content for Tab 5</div> <div id="content_footer"></div> </div> </div> </div> <span class="Stil1">mX's latest Upload</span> <div id="work" class="work"> <img src="images/mex.jpg" width="419" height="169" /> </div> <span class="Stil1"> C.Phoenix's latest Upload</span> <div id="work" class="work"> <img src="images/chris.jpg" width="419" height="169"/> </div> <span class="Stil1">Latest Tutorial</span> <div id="tut" class="tut"> <span class="tut_inside"> <div class="image_tut"> <img src="images/tut_sample.jpg" width="150" height="92" /> </div> <div class="text_tut"> <h5>Workshop: Homecoming-Artwork </h5> <small>And then a short description of the website would go in here. Something saying maybe what awesome skills I used on the project and how happy the client was.</small> </div> </span> </div> </div> </div> </div> <div id="footer"> <div class="container"> </div> </div> </body> </html> |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <?php page_header(); ?> </head> <body> <div id="header"> <div class="container"> </div> </div> <div id="main"> <div class="container"> <div id="tut_featured"> <div class="block_content"> <div> <div id="tabbed_box"> <ul> <li><a href="http://www.24b.biz/beta/startseite/" title="Startseite" target="_self">Startseite</a></li> <li><a href="http://www.24b.biz/beta/ueber-mich/" title="Über mich" target="_self">Über mich</a></li> <li><a href="http://www.24b.biz/beta/gaestebuch/" title="Gästebuch" target="_self">Gästebuch</a></li> <li><a href="http://www.24b.biz/beta/kontakt/" title="Kontakt" target="_self">Kontakt</a></li> <li><a href="http://www.24b.biz/beta/cof/" class="aktiv" title="COF" target="_self">COF</a></li> </ul> <div class="content"><?php page_content(); ?></div> <div id="content_footer"></div> </div> </div> </div> <span class="Stil1">mX's latest Upload</span> <div class="work"> <img src="http://www.24b.biz/beta/cof/mex.jpg" alt="mex" /> </div> <span class="Stil1"> C.Phoenix's latest Upload</span> <div class="work"> <img src="http://www.24b.biz/beta/cof/chris.jpg" alt="chris" /> </div> <span class="Stil1">Latest Tutorial</span> <div id="tut" class="tut"> <div class="tut_inside"> <div class="image_tut"> <img src="http://www.24b.biz/beta/cof/tut_sample.jpg" alt="tut" /> </div> <div class="text_tut"> <h5>Workshop: Homecoming-Artwork </h5> <small>And then a short description of the website would go in here. Something saying maybe what awesome skills I used on the project and how happy the client was.</small> </div> </div> </div> </div> </div> </div> <div id="footer"> <div class="container"><div class="ctext"><?php page_footer(); ?></div> </div> </div> </body> </html> |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
/* Background-Styles */ body { margin:0px; padding:0px; background-color:#FFFFFF; } #main { background:#ffffff; } #main .container { background:#ffffff; background-repeat:no-repeat; min-height:711px; } .container { width:1000px; margin:0 auto; position:relative; } #header { background:#c4c0be url(../images/header_light_slice.jpg) repeat-x; } #header .container { background-image:url(../images/header_light.jpg); background-repeat:no-repeat; height:61px; } #footer { background:#c4c0be url(../images/footer_light_slice.jpg) repeat-x; color:#fff; font-size: 10px; font-family: "Arial"; } #footer .container { background-image:url(../images/footer_light.jpg); background-repeat:no-repeat; height:44px; } #footer .ctext { padding-top:25px; text-align:center; } #footer a.w3b { text-decoration: none; color: #fff; font-weight: bold; } #footer a:hover.w3b { text-decoration: underline; color: #fff; font-weight: bold; } /* INFO right side */ .work { margin-left:20px; padding:6px; background-image: url(../images/work_bg.jpg); width:432px; height:181px; background-repeat: no-repeat; } /* Tutorial */ #tut_feature { margin-left:20px; width:432px; } #tut_featured { background-repeat: no-repeat; } .tut { margin-left:20px; float:left; background-image: url(../images/tut_bg.jpg); margin-bottom:5px; width:432px; height:100px; background-repeat: no-repeat; } .tut_inside { display:block; background: #ffffff url(../images/tut_bg.jpg); padding:4px; background-repeat: no-repeat; } .image_tut { float:left; } .image_tut img { } .text_tut { height:100px; float:none; width:260px; margin-left:160px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; } .block_content { float:right; padding-right:30px; } /*Content!!!!!*/ #tabbed_box { margin: 0px auto 0px auto; width:500px; } #tabbed_box ul { background-color:#333333; margin:0px; padding:0px; text-align:center; } #tabbed_box ul li { list-style:none; display:inline; overflow: hidden; padding: 0px 2px 0px 2px ; } #tabbed_box ul li a { color:#333333; text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background:#fff; border:2px solid; border-color: #fff #535353 #535353 #535353; padding: 2px 14px 6px 14px; } #tabbed_box ul li a:hover { background:#fff; border:2px solid; border-color: #fff #535353 #535353 #535353; padding: 2px 14px 12px 14px; } #tabbed_box ul li a.aktiv { background:#fff; border:2px solid; border-color: #fff #535353 #535353 #535353; padding: 2px 14px 12px 14px; } .content { min-height:572px; background-color:#333333; padding:10px; background-image:url(../images/content_bg.jpg); background-repeat: repeat-x; background-position:bottom; color:#fff; } #content_footer { background-image:url(../images/content_footer.jpg); height:44px; } .Stil1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-left: 22px; } .Stil2 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; } .Stil4 {font-size: 10pt} /* w3b */ form { margin: 0px; padding: 0px; } |