"Blog Box"
<style> .K {Hide Blog} table.latestBlogEntry {display:none !important;} </style> |
- Code in 'Über Mich' einfügen und wenn es nötig wird:
- Put the code in your 'About Me' and, if it is necessary:
°code°
<style> .K {Move About Me Up} table.blurbs, table.friendSpace, table.friendsComments { position:relative; top:-10px;} </style> |
NOTE: - Ändere die Zahl (-10) bis es passt.
- Adjust the number (-10) to fit your needs.
°code°
<style type="text/css"> .K {Squash Blog} .latestblogentry br {line-height:2px;} .latestBlogEntry td {height:0px;} </style> |
NOTE: - Ändere die Zahl (2) bis es passt.
- Adjust the number (2) to fit your needs.
°code°
<style type="text/css"> .K {Right Align Blogs } .latestBlogEntry td {text-align:right;} </style> |
°code°
<style type="text/css"> .K {Centering Blogs } .latestBlogEntry td {text-align:center;} </style> |
°code°
<style> .K {Remove Blog Title} .latestBlogEntry .btext {display:none;} </style> |
°code°
<style type="text/css"> .K { Section Title } .latestBlogEntry .btext { color:your Color !important;} |
.K {Blogs Title } .latestBlogEntry span.text { color:your Color !important;} |
.K {Parenthesis } .latestBlogEntry td { color:your Color !important;} |
.K {Links Color } .latestBlogEntry td a { color:your Color !important;} |
.K {Hover Effect } .latestBlogEntry td a:hover { color:your Color !important;} </style> |
-In "Über Mich" kopieren und die Farbige Zahlen anpassen.
(Für den Abstand von Oben /Abstand von Links und Tabellenbreite ) -Copy In "About Me" and adjust the colored values.
(For up and down/ Left and Right/ Table's width)
°code°
<style> .K {Move Blog} table.latestBlogEntry { display:block; position:absolute; left:50%; top:500px; margin-left:-380px; width:435px !important; z-index:9;} </style> |