Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li><a href="/about.html">about</a></li>
<li><a href="http://twitter.com/code_52">@code_52</a></li>
<li><a href="http://jabbr.net/#/rooms/code52">chatroom</a></li>
<li><a href="http://code52.uservoice.com">project voting</a></li>
<li><a id="suggest" href="http://code52.uservoice.com">suggest a project</a></li>
<li><a href="/contributing.html">contributing guide</a></li>
<li><a href="https://github.com/Code52/code52.github.com/wiki">getting started</a></li>
<li><a href="/projects.html">previous projects</a></li>
Expand Down
216 changes: 110 additions & 106 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,106 +1,110 @@
body
{
font-family: Segoe UI, sans-serif;
margin-left:auto;
margin-right: auto;
width:1100px;
}
h1,h2,h3,h4,h5,h6
{
font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
font-weight: lighter;
margin-bottom:0px;
}
h1
{
font-size: 4em;
}
h2
{
font-size: 2.5em;
}
a, a:visited
{
text-decoration: none;
color:#13678b;
}
a:hover
{
color:white;
background: #13678b
}
ul
{
margin:0;
padding:0;
}
li
{
margin:0;
padding:0;
list-style-type:none;
}
.entry ul, .idea ul
{
margin-left:10px;
}
.entry li, .idea li
{
margin-left:10px;
list-style-type:circle;
}
#hometext a { font-size: 2em; margin-left: 5px; margin-right:10px; display: none; color: #41B1E1; font-weight: normal; }
#home:hover
{
background:none;
}
#side
{
float:right;
color: #41b1e1;
margin-left:50px;
}
#side .section
{
margin-top:50px;
margin-bottom: 50px;
padding:0;
}
#side .section ul
{
font-size:2em;
}
#content
{
width:auto;
}
img
{
width: auto !important;
height: auto !important;
max-width: 100%;
border: none;
}
.postdate
{
font-size: 0.8em;
font-weight: bold;
}
.idea h1, .entry h1
{
margin-bottom: 5px;
}

/* min-device-width: 800px instead? */
@media screen and (max-width:900px)
{
body { width:auto; margin:10px; }
#content { width : 100%; }
#side { float:none; width:100%; margin-left:0px; }
#side .section { margin-top:0; margin-right: 30px; }
#side .section ul { font-size:1.2em; padding:0px; margin:5px; }
#side li { display: inline; margin-left:3px; margin-right: 3px; font-weight: normal; }
#home { display: none; }
#hometext a { display: inline; }
h1 { margin-top: -0px;}
}
body
{
font-family: Segoe UI, sans-serif;
margin-left:auto;
margin-right: auto;
width:1100px;
}
h1,h2,h3,h4,h5,h6
{
font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
font-weight: lighter;
margin-bottom:0px;
}
h1
{
font-size: 4em;
}
h2
{
font-size: 2.5em;
}
a, a:visited
{
text-decoration: none;
color:#13678b;
}
a:hover
{
color:white;
background: #13678b
}
ul
{
margin:0;
padding:0;
}
li
{
margin:0;
padding:0;
list-style-type:none;
}
.entry ul, .idea ul
{
margin-left:10px;
}
.entry li, .idea li
{
margin-left:10px;
list-style-type:circle;
}
#hometext a { font-size: 2em; margin-left: 5px; margin-right:10px; display: none; color: #41B1E1; font-weight: normal; }
#home:hover
{
background:none;
}
#side
{
float:right;
color: #41b1e1;
margin-left:50px;
}
#side .section
{
margin-top:50px;
margin-bottom: 50px;
padding:0;
}
#side .section ul
{
font-size:2em;
}
#content
{
width:auto;
}
img
{
width: auto !important;
height: auto !important;
max-width: 100%;
border: none;
}
.postdate
{
font-size: 0.8em;
font-weight: bold;
}
.idea h1, .entry h1
{
margin-bottom: 5px;
}

/* min-device-width: 800px instead? */
@media screen and (max-width:900px)
{
body { width:auto; margin:10px; }
#content { width : 100%; }
#side { float:none; width:100%; margin-left:0px; }
#side .section { margin-top:0; margin-right: 30px; }
#side .section ul { font-size:1.2em; padding:0px; margin:5px; }
#side li { display: inline; margin-left:3px; margin-right: 3px; font-weight: normal; }
#home { display: none; }
#hometext a { display: inline; }
h1 { margin-top: -0px;}
}

#suggest { color: orange; }
#suggest:hover { color:white;
background: orange }