Skip to content

Commit

Permalink
Merge pull request #4 from amiad/wordpress
Browse files Browse the repository at this point in the history
header, search and sidebar
  • Loading branch information
tomer committed Dec 6, 2011
2 parents 8768a9b + f6cf7fb commit 729ae3f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
Binary file added MozillaCommunityTheme/img/mctlogo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion MozillaCommunityTheme/rtl.css
Expand Up @@ -9,5 +9,13 @@
}
#site-description {
margin: 0;
margin-right: 170px;
margin-right: 100px;
}
#access ul {
padding-right: 1.4%;
padding-left: 0;
}
#branding #searchform {
right: auto;
left: 5.6%;
}
30 changes: 27 additions & 3 deletions MozillaCommunityTheme/style.css
Expand Up @@ -24,16 +24,18 @@ body {

/*#branding hgroup { display: inline-block; }*/
#branding hgroup {
background: url("img/mctlogo.png");
background: url("img/mctlogo-small.png");
background-repeat: no-repeat;
padding-bottom: 10px;
margin: 0 4.5%
}
#site-title {
padding-left: 170px;
padding-top: 20px;
}
#site-title a { font-size: 40px;}
#site-description {
display: none;
margin: 0;
font-size: 30px;
margin-left: 170px;
Expand Down Expand Up @@ -70,10 +72,21 @@ body {
margin-left: 1%;
margin-right: 1%;
}
#access ul {
padding-left: 1.4%;
}
#access a {
font-size: 14px;
}

#branding #searchform {
top: 8.2em;
background: white;
top: 5.1em;
right: 5.6%;
}
#branding #s, #branding #s:focus {
width: 73%;
background-color: #f9f9f9;
border-radius: 5px;
}
#colophon {
background: repeat scroll 0 0 #33559B !important;
Expand Down Expand Up @@ -105,6 +118,9 @@ html { background: #33559B; }
padding: 20px;
}

.left-sidebar #content {
width: 67%;
}
#content hr {
/* background-image: url(http://mozcom-cdn.mozilla.net/img/covehead/divider-main.jpg); */
background-image: url("img/divider-main.jpg");
Expand All @@ -115,6 +131,14 @@ html { background: #33559B; }
min-height: 48px;
}

.left-sidebar #secondary {
margin-left: 4.5%;
}
#main .widget {
background: rgb(253,253,255);
border: gray solid 1px;
}

.singular .hentry {
padding: none;
}
Expand Down

0 comments on commit 729ae3f

Please sign in to comment.