Skip to content

Instantly share code, notes, and snippets.

@zspine
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zspine/51ca2a897e3cd6f1eb64 to your computer and use it in GitHub Desktop.
Save zspine/51ca2a897e3cd6f1eb64 to your computer and use it in GitHub Desktop.
@import "https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,700italic";
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:700,400";
#header .aui-header
{
background-color: #343131;
border-bottom: 1px solid #222222;
}
#title-text a
{
font-size: 35px;
}
/* Table of Contents */
div.toc-macro
{
background: #ffffff;
}
div.toc-macro ul
{
margin: 0;
list-style:none;
font-family: "Lato","Helvetica Neue", Arial, sans-serif;
}
div.toc-macro a
{
padding: 3px 0;
display: inline-block;
}
div.toc-macro ul:first-child
{
padding: 20px;
border: 1px dotted #eeeeee;
}
/* Content Area */
div.aui-page-panel
{
background: #fcfcfc;
}
#content > .wiki-content
{
padding: 20px 40px;
margin: 20px auto;
}
p {
color: #404040;
font-family: "Lato","Helvetica Neue", Arial, sans-serif;
font-size: 16px;
line-height: 24px;
margin: 0 0 24px;
}
#title-heading .space-logo
{
display:none;
}
#title-text
{
padding: 10px 0;
}
#main-header, #preview-header
{
border-bottom: solid 1px #eeeeee;
}
.content-navigation
{
font-size: 12px;
}
#breadcrumb-section a
{
color: #707070;
}
/* Image Thumbnails */
.wiki-content .confluence-embedded-image.image-right
{
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #eeeeee;
margin: 0 0 20px 20px;
padding: 10px;
}
.wiki-content .confluence-embedded-image.image-left
{
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #eeeeee;
margin: 0 20px 20px 0;
padding: 10px;
}
/* Sidebar */
#splitter-sidebar
{
background-color: #343131;
background-image: none;
}
#splitter-sidebar .plugin_pagetree li a,
#splitter-sidebar .plugin_pagetree ul
{
color: #c7c5c7 !important;
font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-weight: normal;
}
/* FOOTER */
body.theme-documentation #footer {
background-color: #eeeeee;
border-top: 1px solid #dddddd;
}
section.footer-body {
background: #1f1d1d;
border-top: solid 1px #eeeeee;
color: #bbbbbb;
font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
p.license.license-opensource {
font-size: 11px;
}
/* Comment Block */
#children-section,
#comments-section {
background: #f9f9f9;
margin: 0 -20px 0;
padding: 20px;
}
.quick-comment-prompt
{
background: #ffffff;
}
#likes-and-labels-container
{
background: #f9f9f9;
margin: 20px -20px 0;
padding: 5px 20px;
border-top: 1px solid #dddddd;
}
/* Responsive Tweaks and Patches */
@media only screen
and (min-width : 1224px) {
.aui-header, #footer {
clear:both;
}
p.license.license-opensource {
display: inline-block;
float: left;
}
#footer #poweredby {
display: inline-block;
float: right;
}
#footer .footer-body > ul,
#footer .footer-body > p {
margin-top: 0;
}
}
/* Pimcore Website */
#pc-header-area-wrap {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment