1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/styles/theme-medium.css
2014-04-02 13:19:05 +02:00

480 lines
7.6 KiB
CSS
Executable File

/**
*
* COLORS: | HEX |
* ---------------+---------+
* light-blue | #E2E4EF |
* ---------------+---------+
* medium-blue | #8892BF |
* ---------------+---------+
* dark-blue | #4F5B93 |
* ---------------+---------+
*
*/
html {
background-color: #333;
}
body {
background:#C4C9DF;
color: #333;
}
#layout-content {
background:#fff;
border-color:#ccc;
}
abbr {
border-color: #8892BF;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bolder;
color:#333
}
a:link,
a:visited {
color: #369;
}
a:hover,
a:focus {
color: #693;
border-bottom-color:#693;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
dl.qandaentry {
border-color:#000;
}
h1.refname {
color: #333;
}
.interfacename a,
.fieldsynopsis .type,
.methodsynopsis .type,
.constructorsynopsis .type {
color:#693;
}
.fieldsynopsis .modifier,
.methodsynopsis .modifier,
.constructorsynopsis .modifier {
color:#333;
}
.classsynopsis {
color: #4D4D4D;
}
.docs .classsynopsisinfo_comment {
color:#f80;
}
.title {
color: #333;
background: #E2E4EF;
border-radius:0 0 2px 2px;
border-color:#C4C9DF;
border-top-color:#4F5B93;
box-shadow:
inset 1px 0 1px -1px #C4C9DF,
inset -1px 0 1px -1px #C4C9DF
}
.title a {
color: #333;
}
.methodname b,
.methodname strong,
.methodname a,
.classsynopsis .classname,
.parameter {
color: #369;
}
.initializer,
.initializer code {
color:#936;
}
.dc-description {
color:#737373;
}
/* {{{ Warnings, Tips and Notes */
#flash-message .success {
background:#E6F2D9;
border-color: #CCE6B3;
}
#flash-message .info,
div.tip {
background:#D9E6F2;
border-color: #B3CCE6;
border-bottom-color:#9FBFDF;
}
blockquote.note {
background-color: #E6E6E6;
border-color: #ccc;
}
div.caution {
background: #fcfce9;
border-color: #e2e2d1;
}
.refsect1 blockquote.note {
margin-left:0;
background:#fff;
border-color: #e5e6e9;
}
#flash-message .error,
div.warning {
background:#F4DFDF;
border-color: #EABFBF;
}
#flash-message .error a,
div.warning a:link,
div.warning a:visited,
div.warning h2,
div.warning h3 {
color:#936;
}
#flash-message .success a,
#flash-message a:hover,
#flash-message a:focus,
div.warning a:hover,
div.warning a:focus {
color:#693;
border-color:#693;
}
div.tip:before,
div.caution:before,
blockquote.note:before,
div.warning:before {
border-top: 1px solid rgba(255,255,255,0.5);
content:"";
display:block;
top:0;
left:0;
width:100%;
position:absolute;
}
/* }}} */
/* {{{ Navbar */
.navbar {
border-color:#4F5B93;
background:#8892BF;
box-shadow: 0 .25em .25em rgba(0,0,0,.1);
}
.navbar .brand {
color: #fff;
}
.navbar a {
text-shadow: 0 1px 0 #fff;
}
/* }}} */
/* {{{ User notes */
#usernotes .count {
background-color: #4F5B93;
color: #fff;
border-radius: 4px;
}
#usernotes .note .name {
color: #333;
}
#usernotes .note .date {
color: #666;
}
#usernotes .note .name:hover + .genanchor {
color: black;
}
#usernotes .note .text {
background-color: #E6E6E6;
border-color: #ccc;
box-shadow:
inset 1px 0 1px -1px #ccc,
inset -1px 0 1px -1px #ccc;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
transition: opacity 0.4s;
}
#usernotes .note .votes .tally {
color: #333;
}
#usernotes .note .votes a {
-webkit-transition: border 0.4s;
-moz-transition: border 0.4s;
-o-transition: border 0.4s;
-ms-transition: border 0.4s;
transition: border 0.4s;
}
/* }}} */
/* {{{ Tables */
.doctable,
.segmentedlist {
border-color: #ccc;
}
.doctable thead tr,
.segmentedlist thead tr {
border-color: #C4C9DF;
border-bottom-color: #8892BF;
color: #333;
}
.doctable th,
.segmentedlist th {
background-color: #C4C9DF;
}
.doctable tr,
.segmentedlist tr {
border-color: #ccc
}
.doctable tbody tr:nth-child(odd),
.segmentedlist tbody tr:nth-child(odd) {
background-color: #ffffff;
}
.doctable tbody tr:nth-child(even),
.segmentedlist tbody tr:nth-child(even) {
background-color: #E6E6E6;
}
/* }}} */
/* {{{ Syntax highlighting */
.example-contents > [class$="code"],
.example-contents.screen {
background-color: #fff;
border-color: #d0d0d0 !important;
border-top-color: #cdcdcd !important;
}
.refsect1 .example-contents > [class$="code"],
.refsect1 .example-contents.screen {
background-color: #fff;
}
.refsect1 .dc-description,
.docs .sect1 .dc-description {
background:#fff;
border-color: #d9d9d9;
border-top-color:#d9d9d9;
}
.phpcode span.html {
color: black;
background-color: transparent;
}
.phpcode span.comment {
color: #4F5B93;
background-color: transparent;
}
div.phpcode span.default {
color: #369;
background-color: transparent;
}
div.phpcode span.keyword {
color: #693;
background-color: transparent;
}
div.phpcode span.string {
color: #c33;
background-color: transparent;
}
.para var,
.simpara var
{
background-color: #E6E6E6;
border-radius: 2px;
color: #333;
padding: 2px 4px;
white-space: nowrap;
font-style: normal;
font: normal 14px / 1.46 "Source Code Pro", monospace;
}
var.reset
{
background: none !important;
padding: 0 !important;
font-size: 1em !important;
}
/* }}} */
/* {{{ The anchor for section headers */
a.genanchor:link,
a.genanchor:visited {
color: transparent;
border-bottom: none;
}
a.genanchor:hover,
a.genanchor:focus {
color: #000;
border-bottom: none;
}
/* }}} */
.warn {
border-color: #4F5B93;
background-color: #fff;
border-radius: 0 0 2px 2px;
}
pre.info {
background-color: #efefef;
border-color: #ddd;
}
aside.tips {
border-color:#8892BF;
}
aside.tips div.border {
display:none;
}
.soft-deprecation-notice {
color: #333;
border-color: #eecdde;
background-color: #f9ecf2;
}
.soft-deprecation-notice h1.title {
color: #454e55;
}
.soft-deprecation-notice blockquote.sidebar {
color: #660000;
border-color: #660;
}
/* {{{ Breadcrumbs */
#breadcrumbs {
color: #666;
background-color: #E6E6E6;
border-color: #ccc;
}
#breadcrumbs li:last-child a {
color:#333;
}
/* }}} */
/* {{{ Layout menu Left-hand sidebar */
.layout-menu {
background-color:#E6E6E6;
border-color: #ccc;
}
.layout-menu ul.parent-menu-list a {
color: #000;
}
.layout-menu ul.parent-menu-list a:hover,
.layout-menu ul.parent-menu-list a:focus {
color: #693;
border-color: #693;
text-shadow:0 0 .25em #fff;
outline:0;
}
.layout-menu ul.child-menu-list a {
border-bottom-color: #999;
}
.layout-menu ul.child-menu-list .current a {
color:#4F5B93;
border-color:#4F5B93;
}
/* }}} */
/* {{{ Footer */
footer {
background-color: #333;
border-top-color: #8892BF;
}
footer a {
color:#ccc;
}
footer a:link,
footer a:visited {
color: #ccc;
border-bottom: none;
}
footer a:hover,
footer a:focus {
color: #999;
border-bottom: none;
}
/* }}} */
/* {{{ ElePHPants */
div.elephpants div.images {
background-color: #333;
}
div.elephpants img {
opacity: 0.5;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
}
div.elephpants:hover img {
opacity: 0.6;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
}
div.elephpants img:hover,
div.elephpants img:focus {
opacity: 1;
}
/* }}} */
.mirror {
position: relative;
border: 1px solid #ccc;
padding: 20px;
margin: 5px;
}
.mirror .title img {
position: absolute;
right: 0px;
}
.mirror .title {
font-size: 1.4em;
position: relative;
}
.headsup {
padding:.25rem 0;
height:1.5rem;
border-bottom:.125rem solid #696;
background-color: #9c9;
color:#fff;
}
.headsup,
.headsup a {
margin: 0 auto;
text-align: center;
color: #fff;
}
/* vim: set ts=2 sw=2 et: */