Monday, June 21, 2010






harry potter yeah swew ewwe w







Ron, ron, ron weasle!








Herrrrmionie!




















Thursday, June 10, 2010

To do with color


Buttons...

If you want both your sidebars on the right, this post is for you. So without further adieu, let's get started. First, open up Blogger and go into your Dashboard, then click on the "Layout" tab. Then go into the "Edit HTML" tab.

You will see a bunch of gobbledygook and gobbledygook it shall remain - you don't need to know anything about it. Just scroll down until you see the "Outer-Wrapper" section, it is marked by the following: /* Outer Wrapper. Easy enough, but an even easier way to find it is use your brower's control F (CTRL+F) command. You can just type CTRL F and then type /* Outer-Wrapper into the dialog box and click "next".

/* Outer-Wrapper
-----------------------------------------------

Now, change the width of the "main-wrapper" from 67% to 48%, and the float from $endSide to $startSide. Note that the html code "$startSide" is case sensitive:

#main-wrapper {
margin-$endSide: 2%; <-------change to $startSide
width: 67%; <-------change to 48%
float: $endSide; <-------change to $startSide
display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */



Wednesday, June 9, 2010

Something beautiful happend...

Something beautiful happened when a girl named Olivia decided to stop being lazy and chase after her dreams of having an awesome blog with a navigation bar and a theme :)

She scoured the internet for information and discovered that it wasn't too hard to get what she wanted so long as she put a little bit of work and effort into achieving her dreams and goals and didn't give up at the first sign of difficulty ...

She worked very, very, very, hard for weeks, and weeks, and weeks, and not just where the actual hands on labor was concerned but also where the "convincing-herself-to-get-around-to-doing-the-hands-on-hard-labor" was concerned....she had to force herself to put the effort needed into the tasks that had to be done everyday, even when she didn't want to. she struggled and struggled with doubt and frustration for days but didn't let herself get discouraged...

All because she was reaching for something that she refused to let go of...a dream...


And finally at last after so many hours of work and toil in front of the hot computer screen, searching for information, traversing through the wild, wicked, web for resources and inspiration, Olivia's dream came true!


She had succeeded!!! She had completed her goal and she was thrilled!!! It was a beautiful thing and a beautiful feeling of accomplishment and pride that filled her little heart that day she reached her goal...


And that was the day something beautiful happened...

~The narrator

for the sake of posting

/*--------------NAVIGATION BAR MENU----------------*/
#NavbarMenu {
background:#6F545A;
width: 900px;
height: 40px;
font-size: 15px;
font-variant:none;
font-weight: none;
color: #FFF;
margin: 0;
padding: 0;
}
#NavbarMenuleft {
width: 620px;
float: left;
margin: 0;
padding: 0;
}
#NavbarMenuright {
width: 280px;
font-size: 15px;
float: right;
margin: 0;
padding: 0px 0 0;
}
#nav {
margin: 0;
padding: 0px;
}
#nav ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
list-style: none;
margin: 0;
padding: 0;
}
#nav li a, #nav li a:link, #nav li a:visited {
color: #FFF;
display: block;
font-size: 15px;
font-variant: none;
font-weight: normal;
margin: 0;
padding: 15px 15px 8px;
}
#nav a:hover {
color: #AD7979;
text-decoration: underline;
}
#nav li {
float: left;
padding: 0;
}
/*----------------SEARCH----------------*/
#search {
height:28px;
width:auto;
width:300px;
float:right;
padding-top:8px;
}
#search form {
margin: 0;
padding: 0;
}
#search fieldset {
margin: 0;
padding: 0;
border: none;
}
#search p {
margin: 0;
font-size: 85%;
}
#s {
margin-left:5px;
float: left;
width:180px;
padding: 4px 7px;
border:1px solid #fff;
font: normal 100%;
color:#422108;
}
#searchsubmit {
margin-right:25px;
float: right;
margin-top: 0px;
background:#513B3F;
border: none;
font: normal;
color: #fff;
height:25px;
line-height:24px
}

LinkWithin