{"id":2328,"date":"2025-02-24T08:00:00","date_gmt":"2025-02-24T07:00:00","guid":{"rendered":"https:\/\/www.fuhselab.de\/?p=2328"},"modified":"2025-01-14T03:51:34","modified_gmt":"2025-01-14T02:51:34","slug":"t-style-3-version-1","status":"publish","type":"post","link":"https:\/\/www.fuhselab.de\/index.php\/2025\/02\/24\/t-style-3-version-1\/","title":{"rendered":"T-Style 3 Version 1"},"content":{"rendered":"\n<p><br>Nochmal T-Style und diesmal mit drei Spalten. Von diesem Layout gibt es auch nur eine Version und die kommt sogar mit Tab Navigation daher\u2026<\/p>\n\n\n\n<!--more-->\n\n\n\n<p><br><strong>Der HTML Quelltext:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!doctype html>\n&lt;html lang=\"de\">\n\n&lt;head>\n   &lt;title>Webdesign Workshop&lt;\/title>\n   &lt;link rel=\"stylesheet\" href=\"01_CSS\/01_zentrale.css\" type=\"text\/css\" \/>\n&lt;\/head>\n\n&lt;body>\n\n&lt;div id=\"wrapper\"> \n\n&lt;header>\n\n&lt;nav>\n&lt;ul>\n   &lt;li>&lt;a href=\"index.html\">Startseite 1&lt;\/a>&lt;\/li>\n   &lt;li>&lt;a href=\"index.html\">Startseite 2&lt;\/a>&lt;\/li>\n&lt;\/ul>\n&lt;\/nav>\n\n&lt;\/header> \n\n&lt;main>\n\n&lt;div id=\"spalte1\">\n\n&lt;article>\n&lt;h1>Spalte 1&lt;\/h1>\n&lt;p>\nSpalte 1\n&lt;\/p>\n&lt;\/article>\n&lt;br \/>\n\n&lt;article>\n&lt;h1>Spalte 1&lt;\/h1>\n&lt;p>\nSpalte 1\n&lt;\/p>\n&lt;\/article>\n&lt;br \/>\n\n&lt;article>\n&lt;h1>Spalte 1&lt;\/h1>\n&lt;p>\nSpalte 1\n&lt;\/p>\n&lt;\/article>\n&lt;br \/>\n\n&lt;\/div> &lt;!-- Ende von Spalte 1 -->\n\n&lt;div id=\"spalte2\">\n\n&lt;article>\n&lt;h1>T-Style 3 Version 1 mit Tab Navigation horizontal:&lt;\/h1>\n&lt;p>\nDies ist das Layout T-Style 3 Version 1 mit Tab Navigation horizontal...\n&lt;\/p>\n&lt;\/article>\n&lt;br \/>\n\n&lt;article>\n&lt;h1>Spalte 2 braucht den meisten Inhalt:&lt;\/h1>\n&lt;p>\nSpalte 2 also diese Spalte muss immer die mit dem meisten Inhalt sein, sonst rauschen die Spalten 1 und 3 aus dem Layout raus und das sieht dann richtig unprofessionell aus...\n&lt;\/p>\n&lt;\/article>\n&lt;br \/>\n\n&lt;\/div> &lt;!-- Ende von Spalte2 -->\n&lt;br \/>\n\n&lt;div id=\"spalte3\">\n\n&lt;article>\n&lt;h1>Spalte 3&lt;\/h1>\n&lt;p>\nDies ist die Spalte 3. Hier k\u00f6nnen sp\u00e4ter weitere Inhalte eingef\u00fcgt werden...\n&lt;\/p>\n&lt;\/article> \n&lt;br \/>\n\n&lt;article>\n&lt;h1>Spalte 3&lt;\/h1>\n&lt;p>\nDies ist die Spalte 3. Hier k\u00f6nnen sp\u00e4ter weitere Inhalte eingef\u00fcgt werden...\n&lt;\/p>\n&lt;\/article> \n&lt;\/div> &lt;!-- Ende von Spalte 3 -->  \n\n&lt;\/main> &lt;!-- Ende Textbereich -->\n\n&lt;\/div>\n&lt;\/body>\n&lt;\/html>\n<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c01_zentrale.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@import url(02_fundament.css);\n@import url(03_body.css);\n@import url(04_wrapper.css);\n@import url(05_header.css);\n@import url(06_navigation.css);\n@import url(07_content.css);\n@import url(08_artikel.css);\n@import url(09_spalte1.css);\n@import url(10_spalte2.css);\n@import url(11_spalte3.css);<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c02_fundament.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\n* {\npadding: 0;\nmargin: 0;\n}\n\nhtml {\nheight: 101%;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c03_body.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\nbody {\ncolor: black;\nbackground-color: white;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c04_wrapper.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#wrapper {\nmargin: 0px;\nbackground-color: white;\n}<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c05_header.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\nheader {\nheight: 80px;\nbackground-image: url(..\/cpm-header01.gif);\nbackground-repeat: no-repeat;\nbackground-color: darkorange;\n\nmargin-top: 0px;\nmargin-right: 0px;\nmargin-bottom: 0px;\nmargin-left: 0px;\n\nborder-style: solid;\nborder-color: black;\nborder-top-width: 0px;\nborder-left-width: 0px;\nborder-right-width: 0px;\nborder-bottom-width: 1px;\n\npadding: 5px;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c06_navigation.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\nnav {\nposition: absolute;\ntop: 30px;\nleft: 245px;\n\nbackground-color: darkorange;\ncolor: white;\npadding: 10px;\nborder-style: none;\nborder-color: black;\nborder-width: 1px;\nmargin-top: 5px;\nmargin-right: auto;\nmargin-bottom: 5px;\nmargin-left: auto;\n\nfont-family: Arial;\nfont-size: smaller;\n}\n\nnav li {\ndisplay: inline;\nlist-style-type: none;\npadding: 3px;\n}\n\nnav a:link {\ncolor: white;\nbackground-color: steelblue;\ndisplay: inline;\ntext-decoration: none;\npadding: 3px;\n}\n\nnav a:visited {\ncolor: black;\nbackground-color: white;\n\ntext-decoration: none;\n}\n\nnav a:hover {\ncolor: white;\nbackground-color: red;\n\ntext-decoration: none;\n}\n\nnav a:focus {\ncolor: black;\nbackground-color: white;\n\ntext-decoration: none;\n}\n\nnav a:active {\ncolor: black;\nbackground-color: white;\n\ntext-decoration: none;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c07_content.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\nmain {\ncolor: white;\nbackground-color: darkorange;\npadding: 20px;\nborder-style: solid;\nborder-color: black;\nborder-width: 1px;\nmargin-top: 3px;\nmargin-right: 241px;\nmargin-bottom:5px;\nmargin-left: 241px;\nfont-family: Arial;\nfont-size: smaller;\n}\n\n#formular fieldset {\npadding: 10px;\n}\n\nmain a:link {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\nmain a:visited {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\nmain a:hover {\ncolor: black;\nbackground-color: white;\ntext-decoration: underline;\n}\n\nmain a:focus {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\nmain a:active {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c08_artikel.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\narticle {\noverflow: hidden;\ncolor: black;\nbackground-color: white;\npadding: 5px;\nborder-style: solid;\nborder-color: black;\nborder-width: 1px;\n}\n\n.flowtext {\nbackground-color: lightsteelblue;\n}\n\n.clearingtext {\nclear: both;\nbackground-color: white;\n}\n\n.artikelfloat {\nfloat:left;\ncolor: black;\nbackground-color: lightsteelblue;\nmargin-left: 0px;\nmargin-right: 5px;\nmargin-bottom: 5px;\npadding: 5px;\nwidth: 450px;\nheight: 200px;\nborder-style: solid;\nborder-color: black;\nborder-width: 1px;\n}\n\n.clearingartikel {\nclear: both;\noverflow: hidden;\ncolor: black;\nbackground-color: lightsteelblue;\npadding: 5px;\nborder-style: solid;\nborder-color: black;\nborder-width: 1px;\n}\n\n.bildlinks {\nfloat: left;\nmargin-top: 5px;\nmargin-right: 15px;\nmargin-bottom: 5px;\nborder-style: solid;\nborder-width: 1px;\n}\n\n.bildrechts {\nfloat: right;\nmargin-top: 5px;\nmargin-right: 15px;\nmargin-bottom: 5px;\nborder-style: solid;\nborder-width: 1px;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c09_spalte1.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\n#spalte1 {\nposition: absolute;\n\nwidth: 100px; \/*war 210px*\/\nbackground-color: darkorange;\n\npadding: 0px;\nborder-style: solid;\nborder-color: black;\nborder-width: 0px;\nmargin-top: 0px;\nmargin-right: 0px;\nmargin-bottom: 5px;\nmargin-left: 0px;\n}\n\n#spalte1 li {\nlist-style-type: none;\n}\n\n#spalte1 a:link {\ncolor: white;\nbackground-color: goldenrod;\ndisplay: block;\ntext-decoration: none;\n}\n\n#spalte1 a:visited {\ncolor: white;\nbackground-color: goldenrod;\ndisplay: block;\ntext-decoration: none;\n}\n\n#spalte1 a:hover {\nbackground-color: chocolate;\ncolor: white;\ndisplay: block;\ntext-decoration: none;\n}\n\n#spalte1 a:focus {\ncolor: black;\nbackground-color: wheat;\ndisplay: block;\ntext-decoration: none;\n}\n\n#spalte1 a:active {\ncolor: black;\nbackground-color: white;\ndisplay: block;\ntext-decoration: none;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c10_spalte2.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\n#spalte2 {\ncolor: white;\nbackground-color: darkorange;\npadding: 0px;\nborder-style: solid;\nborder-color: black;\nborder-width: 0px;\nmargin-top: 0px;\nmargin-right: 120px; \nmargin-bottom:5px;\nmargin-left: 120px;\n}\n\n#formular fieldset {\npadding: 10px;\n}\n\n#spalte2 a:link {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\n#spalte2 a:visited {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\n#spalte2 a:hover {\ncolor: black;\nbackground-color: white;\ntext-decoration: underline;\n}\n\n#spalte2 a:focus {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n\n#spalte2 a:active {\ncolor: white;\nbackground-color: steelblue;\ntext-decoration: underline;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/\n<\/code><\/pre>\n\n\n\n<p><br><strong>Der CSS Code f\u00fcr die Datei \u201c11_spalte3.css\u201c:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@media all {\n\n#spalte3 {\nposition: absolute;\nwidth: 100px;\nbackground-color: darkorange;\ntop: 115px;\nright: 262px;\n\npadding: 0px;\nborder-style: solid;\nborder-color: black;\nborder-width: 0px;\nmargin-top: 0px;\nmargin-right: 0px;\nmargin-bottom: 5px;\nmargin-left: 0px;\n}\n} \/* Ende von @media nicht l\u00f6schen*\/<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nochmal T-Style und diesmal mit drei Spalten. Von diesem Layout gibt es auch nur eine Version und die kommt sogar mit Tab Navigation daher\u2026<\/p>\n","protected":false},"author":1,"featured_media":53,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[23],"class_list":["post-2328","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-webdesign","tag-webdesign-gruppe-peine"],"_links":{"self":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/2328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/comments?post=2328"}],"version-history":[{"count":1,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/2328\/revisions"}],"predecessor-version":[{"id":2329,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/2328\/revisions\/2329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media\/53"}],"wp:attachment":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media?parent=2328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/categories?post=2328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/tags?post=2328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}