"Blog Box"

"Blog Box Verstecken"
"Hiding the 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:

"Über Mich Und Den Rest Nach 'OBEN' verschieben"
"Move About Me And The Rest 'UP' "

°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.


***** ° *** ° *****

***** ° *** ° *****


"Blog-Box Zusammenpressen"
"Compress Blog Height"


°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.


***** ° *** ° *****

***** ° *** ° *****


"Text In Blog-Box Rechtsbündig Ausrichten / Zentrieren"
"Align The Text In Blog Box To The Right/ Center"


°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>


***** ° *** ° *****

***** ° *** ° *****


"Blog-Titel löschen"
"Remove Blog Title"


°code°
<style>
.K {Remove Blog Title}
.latestBlogEntry .btext {display:none;}
</style>


***** ° *** ° *****

***** ° *** ° *****


°"Blog Sektion - SchriftFarbe"°
°"Blog Section - Text Color "°


°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>

°CSS Text Properties °


***** ° *** ° *****

***** ° *** ° *****


"Blog-Box Verschieben"
"Move Blog-Box"


-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>


***** ° *** ° *****

***** ° *** ° *****


" Hintergrund-Farbe/Bild For Blog-Box"
"Background Color/Image For Blog-Box"


Sections' Background Color/Image


***** ° *** ° *****

***** ° *** ° *****