blob: 741aff2bd5298f94ef697cd83bf6a543dc3de061 (
plain)
- @import "partials/base";
- @import "blueprint";
- @include blueprint-typography;
- h1 {
- font-size: 2.75em;
- }
- h1 {
- margin-top: 1em;
- margin-bottom: 1em;
- }
- h2,
- h3 {
- margin-top: 1em;
- margin-bottom: 0.1em;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: $accent;
- }
- h2 {
- font-size:1.6em;
- }
- a {
- font-weight: inherit;
- text-decoration: none;
- &:hover {
- text-decoration: underline;
- }
- }
- em {
- color: black;
- font-weight: bold;
- font-style: inherit;
- }
- img.icon {
- float: right;
- height: 20%;
- width: 20%;
- margin-right: -30%;
- }
- /*
- body {
- background-color: transparent;
- background-image: url("pil.png");
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: right bottom;
- margin: 0 0 100px 0;
- }
- */
- div.header span {
- display: none;
- }
- div.pageheader {
- background-color: $base;
- height: 110px;
- margin: 10px 0;
- }
- div#branding {
- display: block;
- height: 100px;
- background-image: url(butterfly.png);
- background-position: 45% 0;
- background-repeat: no-repeat;
- }
- div#branding-logo {
- position: absolute;
- top: 75px;
- right: 3%;
- }
- div#branding-tagline {
- margin: 15px;
- }
- div#branding-tagline,
- div#branding-tagline a {
- font-weight: bold;
- font-size: 130%;
- }
- div.actions {
- z-index: 1;
- position: fixed;
- bottom: 2em;
- }
- div.topbar {
- float: right;
- background-color: $accent-light;
- margin: 0;
- padding: 0;
- text-align: center;
- font-weight: bold;
- width: 100%;
- }
- div.topbar ul {
- list-style-type: none;
- padding: 0;
- margin-top: 0;
- margin-bottom: 0;
- font-size: 1.2em;
- line-height: 2.5em;
- }
- div.topbar ul li {
- display: inline;
- color: $accent;
- margin: 0 4em 0 0;
- }
- div.topbar a:hover,
- div.topbar span.selflink {
- color: $base;
- }
- form#searchform {
- display: block;
- right: 15px;
- margin: 0;
- position: absolute;
- top: 5px;
- }
- div#pagebody {
- float: left;
- width: 100%;
- }
- div#content {
- margin: 2% 25% 15% 25%;
- padding: 0;
- max-width: 55em;
- }
- div.sidebar {
- float: left;
- border: none;
- margin-top: 1em;
- margin-left: -100%;
- margin-right: 2%;
- width: 17%;
- padding: 0 0 0 1%;
- }
- div.sidebar ul {
- margin: 0px;
- padding: 0px;
- font-weight: bold;
- li {
- line-height: 2;
- list-style-type: none;
- span.selflink {
- color: $link_color;
- }
- }
- }
- div.sidebar ul ul li {
- margin-left: 10%;
- }
- div.sidebar a {
- color: black;
- &:hover {
- text-decoration: underline;
- }
- }
- div.sidebar div.notebox {
- color: $base !important;
- background: #ff30ff;
- border: none;
- text-align: center;
- }
- div.sidebar div.notebox p {
- margin: 1.2em 0;
- }
- div.sidebar div.notebox a {
- color: inherit;
- font-weight: bold;
- }
- div.farbar {
- float: left;
- margin-top: 2%;
- margin-left: -23%;
- background: #99CCFF;
- width: 20%;
- max-width: 300px;
- padding: 1%;
- }
- div.farbar h2 {
- color: black;
- margin-top: 0;
- }
- div.notebox {
- float: none;
- width: 100%;
- color: $accent !important;
- background: none;
- margin-left: 0;
- border: medium dashed $accent-light;
- text-align: center;
- }
- div.inlinepage {
- margin: 1em 0;
- border: 1px solid lightblue;
- border-style: none none solid;
- padding: 1em 0;
- overflow: visible;
- min-height: 12em;
- }
- div.inlinepage div.inlinepage {
- margin: 0;
- padding: 0;
- border-style: 0;
- border-width: 0;
- }
- div.inlinepage img.icon {
- margin-right: 0;
- padding: 1%;
- height: 15%;
- width: 15%;
- }
- div.inlinepage div.inlinepage div.inlineheader,
- div.inlinefooter {
- display: none;
- }
- div#footer{
- width:100%
- }
- div#pageinfo {
- position: fixed;
- bottom: 0;
- width: 100%;
- border-top: 0;
- padding: 1em 1em 1em 20px;
- margin: 15px 0 0 0;
- color: $base;
- background-color: $accent-light;
- }
- div.tags {
- display: none;
- }
- div#backlinks {
- display: none;
- }
- div.pageheader div.actions ul {
- border-bottom: 0;
- padding: 0 0 0.7em 1em;
- }
- div.pagedate {
- margin-top: 0;
- }
- div.pagecopyright,
- div.pagecopyright p {
- margin-top: 0;
- margin-bottom: 1em;
- }
|