PHP Classes

File: docs/media/style.css

Recommend this page to a friend!
  Classes of Stefan Gabos   Zebra MPTT   docs/media/style.css   Download  
File: docs/media/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zebra MPTT
Store a tree using the MPTT algorithm in MySQL
Author: By
Last change: Updated docs
Merge branch 'master' of https://github.com/stefangabos/Zebra_Mptt
Date: 16 hours ago
Size: 5,431 bytes
 

Contents

Class file image Download
/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700'); */ body { font-family: '-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji', sans-serif; font-size: 14px; line-height: 1.5; color: #24292e; text-align: left; background: url('background-pattern.png'); } a { color: #0366d6; text-decoration: none; } a:hover { text-decoration: underline; } h6 { margin: -2em 0 2em; font-size: 90%; } #phpdoc { min-height: calc(100% - 95px); height: calc(100% - 95px); width: 1040px; margin: 0 auto; } #phpdoc > table { height: 100%; border: 1px solid #e1e4e8; } #doc_header { color: #fff; background: #24292e; padding: 20px 1em 20px 75px; } #doc_header a.projects-homepage { color: #FFF; text-decoration: none; position: relative; } #doc_header a.projects-homepage img { position: absolute; left: -45px; top: -6px; } #doc_header ul { float: right; list-style-type: none; margin-bottom: 0; } #doc_header ul li { margin-left: 1em; padding-right: 1em; border-right: 1px solid #FFF; } #doc_header ul li:last-child { padding-right: 0; border-right: none; } #doc_header ul a { color: #fff; } #doc_content { background: #FFF; } #doc_content, #doc_sidebar { padding: 1em; } .sidebar { background: #fafbfc; border-right: 1px solid #e1e4e8; border-bottom: 1px solid #e1e4e8; white-space: nowrap; } .hello-separator { border-top: 1px solid #dedede; margin: 2em -1em; } .hello { white-space: normal; width: 200px; } .hello img { width: 131px; border-radius: 75px; display: block; margin: 0 auto 1em; } .doc_toc { background: #fafbfc; border: 1px solid #e1e4e8; padding: 1em 1em 0; margin-bottom: 1.5em; } .doc_toc ul { margin-right: 2em; } .doc_toc h4 { font-size: 130%; font-weight: normal; } .doc_toc dt { font-weight: normal; } .doc_toc dl { margin-left: 20px; } .doc_toc dd:empty { display: none; } .doc_index h3, h4.variable, h4.method { padding: 1em 1em 1em 0; border-top: 4px solid #e1e4e8; font-size: 140%; margin-bottom: 1px; } h4.method { border-bottom: none; padding-bottom: 0; margin-bottom: 1em; } h4.variable-static { background: #eae9da; } h4.variable span, h4.method span { font-size: 80%; font-weight: normal; margin-right: .5em; } h4.variable span.value { font-size: 100%; color: #C40000; } .doc_block, .doc_index { /* padding: 1em; */ /* background: #fafbfc; */ margin-bottom: 1em; /* border: 1px solid #e1e4e8; */ } .doc_block:last-of-type { margin-bottom: 0; } .doc_block li { margin-bottom: 0; } .doc_block ul li.secondary { list-style-type: none; } .doc_block ul li.secondary ul { margin-left: 2.4em; } .doc_block ul li.secondary ul li { list-style-type: circle; } .doc_block table td { padding: .5em; } .doc_block > .code:first-child { background: #fafafa; border: 1px solid #dedede; padding: 1em; font-size: 100%; margin: 1em 0; } .doc_index { padding: 0; margin-top: 1em; } .doc_index:last-of-type { margin-bottom: 0; } .doc_index dl { padding: 1em; } .doc_index dd { padding-left: 1em; } .doc_index dd:last-child { margin-bottom: 0; } .doc_index dd span { display: block; } .code { background: #f6f8fa; border: 1px solid #e1e4e8; font-family: Consolas, 'Courier New', Courier, monospace; font-size: 90%; list-style-type: none; margin: 0 0 1em; padding: 1em; line-height: 1.4; border-radius: 5px; } .code li { margin-bottom: 0; } .code a { text-decoration: underline; } h5 { font-size: 100%; margin: 1em 0 .5em; font-weight: 600; border-bottom: 1px dotted #e1e4e8; padding-bottom: 1em; } a.top { display: block; margin-top: 1em; padding-left: 20px; } a.top:before { content: "?"; color: #dedede; position: absolute; left: 0; } a.top:before:hover { text-decoration: none !important; } #doc_footer { padding: 1em; text-align: center; font-size: 80%; } .highlight { border: 1px solid #dfe2e5; border-left: 0.5em solid #dfe2e5; padding: 1em; background: #fffef5; font-style: italic; } .left { float: left; } .clear { clear: both } /* SYNTAX HIGHLIGHTING */ .src-code { background-color: #F5F5F5; border: 1px solid #ccc9a4; padding: 0 0 0 1em; margin : 0px } code { font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; padding: 0px 4px; background-color: #f0f0f0; border-radius: 5px; border: 1px dotted #dedede; margin-right: 1px; } .src-line { } .src-comm, .src-doc { color: #FF8000 } .src-id { } .src-inc { color: #0000BB; } .src-key { color: #007700; } .src-num { color: #0000BB; } .src-str { color: #DD0000; } .src-sym { font-weight: bold; } .src-var { color: #0000BB} .src-php { font-weight: bold; } .src-doc-close-template { color: #0000FF } .src-doc-coretag { color: #0099FF; font-weight: bold } .src-doc-inlinetag { color: #0099FF } .src-doc-internal { color: #6699cc } .src-doc-tag { color: #0080CC } .src-doc-template { color: #0000FF } .src-doc-type { font-style: italic } .src-doc-var { font-style: italic }