Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
new devhub page stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Fong-Adwent authored and cvan committed Aug 20, 2012
1 parent 9163646 commit 8cf64e5
Show file tree
Hide file tree
Showing 50 changed files with 2,884 additions and 334 deletions.
106 changes: 106 additions & 0 deletions media/css/ecosystem/documentation.less
@@ -0,0 +1,106 @@
@import '../mkt/lib';

.design-wrapper {
margin: 0 auto;
position: relative;
width: 960px;
}

.secondary-landing nav.design {
float: left;
margin-bottom: 40px;
padding-right: 20px;
width: 205px;
ol, ul {
padding-left: 10px;
}
ol {
> li {
> a {
font-size: 13px;
font-weight: normal;
}
}
}
ul {
> li {
color: @dark-gray;
font-size: 15px;
> a, > span {
background-color: #f4f4f4;
color: @dark-gray;
display: block;
font-size: 15px;
font-weight: normal;
margin-bottom: 2px;
padding: 5px;
width: 100%;
}
}
}
}

.secondary-landing article {
float: left;
margin: 25px 0 20px 20px;
width: 660px;

h1 {
margin-top: 0;
}

h2 {
font-size: 26px;
margin: 30px 0 10px;
}

&.marketing-block {
padding-top: 0px;
}
}

.sample-run-js {
clear: both;
float: left;
margin: 10px 0 30px;
outline: none;
width: 100%;

p {
font-size: 14px;
line-height: 16px;
padding: 10px;
}
}

.tips {
clear: both;
display: block;
float: left;
margin-left: 20px;
width: 95%;

> ul {
clear: both;
display: block;
float: left;
padding: 0 0 20px;
width: 95%;
}

li {
clear: both;
display: block;
float: left;
line-height: 23px;
width: 100%;
}
}

#page > section.document-breadcrumb {
padding-top: 15px;
width: 960px;
a, span {
font-size: 25px;
}
}
24 changes: 24 additions & 0 deletions media/css/ecosystem/footer.less
@@ -1,3 +1,4 @@
@import '../mkt/lib';

#site-footer {
border-top: 1px solid #ddd;
Expand All @@ -22,12 +23,20 @@
margin-top: 2px;
}
margin-top: 0;

&.user-actions {
float: left;
padding: 0;
text-align: left;
}
}
li {
list-style: none;
}
#footzilla {
background: url(../../img/hub/footzilla.png) no-repeat;
color: #424f5a;
display: block;
float: left;
height: 50px;
margin-top: 5px;
Expand All @@ -36,3 +45,18 @@
width: 100px;
}
}

@media (max-width: @4col) {
#site-footer {
color: #eee;
a {
color: #83cef3;
}
ul, p {
border: none;
}
#footzilla, .legal {
display: none;
}
}
}

1 comment on commit 8cf64e5

@cvan
Copy link
Contributor

@cvan cvan commented on 8cf64e5 Aug 20, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.