view slide/s6/meta/themes/bright/c/pretty.css @ 24:d06a3eea913d

add_files
author taiki
date Wed, 18 Feb 2015 01:22:47 +0900
parents
children
line wrap: on
line source

/*

   S6, bright theme
    ---------------------

    @file       pretty.css
    @version    1.0
    @date       2010-11-16
    @author         Matthias Edler-Golla <meg@wachenfeld-golla.de>

    Copyright (c) 2010 Wachenfeld + Golla, Buero fuer Gestaltung <http://wachenfeld-golla.de>

	hier alle angaben, die das AUSSEHEN der verschiedenen themes beeinflusst!
*/

/* hier werden die Webfonts definiert */
@import url(../f/League/stylesheet.css);

body {
    color: #333;
	background: #f0f3f5 url(../p/rauschen_HG.gif);
    font-family: Georgia, Times, serif;
}

h1 {
    font-size: 166%;
}

h1#titel {
    font-style: italic;
}

h2#Seitenanzeige {
    /*font-family: LeagueGothicRegular,Arial,Sans-Serif;*/
    font-size: 160%;
    /*color: #dfe2e4;*/
    
}

h2#Seitenanzeige strong {
	font-weight: normal;
}

h2#Seitenanzeige span {
	
}

div#inhaltsangabe {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

div#inhaltsangabe a:link,
div#inhaltsangabe a:visited {
    color: #fff;
}

div#inhaltsangabe a:active,
div#inhaltsangabe a:focus {
    background-color: #ccc;
}

html.jsAktiv p#back {
	border: 2px solid rgba(255,255,255,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

html.jsAktiv p#back:hover,
html.jsAktiv p#back:focus,
html.jsAktiv p#back:active {
    background-color: rgba(255,255,255,.6);
    border: 2px solid rgba(255,255,255,.8);
}

html.jsAktiv div#index {
	display: block;
    position: absolute;
    right: .2em;
    top: -2px;
    width: 8.4em;
    border: 2px solid rgba(255,255,255,0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

html.jsAktiv div#index:hover,
html.jsAktiv div#index:focus,
html.jsAktiv div#index:active {
    opacity: 1;
    background-color: rgba(255,255,255,.6);
    border: 2px solid rgba(255,255,255,.8);
}

/* @group article */

article {
    background-color: #fff;
    padding: 1em;
}

article.sichtbar {
    border: 2px solid #e9edef;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
}

article a:link,
article a:visited {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #a7a7a7;
}

article a:visited {
    color: #666767;
}

article a:hover,
article a:active,
article a:focus {
    border-bottom: 1px solid;
}

article > h1 {
    font-family: LeagueGothicRegular,Impact,Arial,Sans-Serif;
    margin-bottom: .5em;
    line-height: 1.1;
    font-size:180%;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: bold;
    margin-top: 1.4em;
}

article figcaption  {
    font-size: 80%;
    font-style: italic;
}

/* @end */

article ul {
    list-style-type: circle;
}

article ol {
	list-style-type: decimal;
}

article div.source {
    background-color: #e7e8fb;
    border: 2px solid #e9edef;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    font: 90%/1.4 "Courier New", Courier, mono;
    color: #000;
}

pre {
    font: 90%/1.4 "Courier New", Courier, mono;
    color: #000;
}

article span.code {
    color: #e70000;
}

article div.demo {
    background-color: #f0f3f5;
    border: 2px solid #e9edef;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
}

article div.demo h2 {
    margin-top: 0;
}

div#warnung p {
	background-color: rgba(81,132,186,0.7);
    border: 3px solid rgba(81,132,186,0.61);
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
}

@media screen and (max-width: 640px) { 
    div#inhaltsangabe h1.aktiv {
        color: #ff8f67;
    }
}