2014-05-07 13:08:29 -05:00
|
|
|
@import "../../../node_modules/helpers.less/helpers.less";
|
|
|
|
|
|
|
|
/*** Main Styles ***/
|
2014-05-07 13:26:44 -05:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
|
|
|
|
}
|
|
|
|
|
2014-05-07 13:08:29 -05:00
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a, a:visited {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-05-07 13:26:44 -05:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-05-07 13:08:29 -05:00
|
|
|
|
2014-05-07 13:26:44 -05:00
|
|
|
#content {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 880px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*** Setup ***/
|
|
|
|
#setup {
|
|
|
|
background: #DB4141;
|
|
|
|
padding: 15px 20px;
|
|
|
|
display: inline-block;
|
|
|
|
.border-radius(4px);
|
|
|
|
text-align: left;
|
|
|
|
color: #FFF;
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: Consolas, monaco, monospace;
|
|
|
|
}
|
|
|
|
}
|
2014-05-07 13:08:29 -05:00
|
|
|
|
|
|
|
/*** Package Entries ***/
|
|
|
|
.entry {
|
|
|
|
background: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*** Search Results ***/
|
|
|
|
.state-search #standard-content {
|
|
|
|
display: none;
|
2014-05-07 11:27:51 -05:00
|
|
|
}
|