Hi,
ich weiß nicht was ich getan habe, jedoch ist auf meiner Homepage auf einmal alles in Großbuchstaben dargestellt, habe schon alles nach "text-transform" durchgesucht, habe aber keinen Fehler gefunden...
vielleicht könnt ihr mir ja helfen.
hier ist die website: http://%22http//www.dejvicanka.at%5Bcode=php
http://%22http//www.dejvicanka.at%5Bcode=phpDanke schon im Voraus.
Code
/*
Theme Name: Andante
Theme URI: [URL]http://giordanopiazza.com/themes/andante_wp[/URL]
Description: Andante is an elegant and responsive WordPress theme
Author: Giordano Piazza
Author URI: [URL]http://giordanopiazza.com[/URL]
Version: 1.0
Tags: white, black, four-columns, three-columns, two-columns
License: GNU General Public License v2.0
License URI: [URL]http://www.gnu.org/licenses/gpl-2.0.html[/URL]
*/
/* Table of Contents:
#1 Basic Styles
#2 Typography
#3 Header
#4 Common Elements
#5 Pages
#6 Footer
#7 Media Queries
*/
/* =============================================================================
#1 Basic Styles
========================================================================== */
/* The scrollbar is always visible to avoid the "jump" between pages */
html {
overflow-y: scroll;
}
body {
color: #eee;
/*background: url('img/content/background.png') #1c1c1c repeat top center;*/
background-image: url('img/content/background.png');
background-color: #1c1c1c;
background-repeat: repeat;
background-position: top center;
font-family: sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
padding: 0;
display: table;
width: 100%;
}
/* Change the selection color */
::-moz-selection {
background: #444;
color: #fff;
text-shadow: none;
}
::selection {
background: #444;
color: #fff;
text-shadow: none;
}
/* =============================================================================
#2 Typography
========================================================================== */
/* Set the 'Armata' font for headers */
h1,
h2,
h3,
h4 {
font-family: 'Armata', Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-variant: normal;
margin: 0;
padding: 0;
text-shadow: 0 1px 0 #000;
}
/* Headers size and margins */
h1 {
font-size: 23px;
line-height: 30px;
margin-top: 10px;
margin-bottom: 20px;
}
#content > h1, #content > h2, #content > h3 { margin-left:8px; margin-right:8px; }
h2 {
font-size: 20px;
margin-bottom: 20px;
}
h3 {
font-size: 17px;
}
h4 {
font-size: 12px;
}
h3,
h4,
h3.span12,
h4.span12 {
margin-bottom: 15px;
}
/* Use <small> inside h1 to make a small text */
h1 small {
font-size: 12px;
line-height: 12px;
}
h3 small {
font-size: 10px;
line-height: 10px;
}
/* Links */
a,
a:link,
a:active,
a:visited {
color: #8ed8d2;
text-decoration: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
a:hover {
color: #307b77;
}
/* Reset paragraphs and add a text-shadow */
p {
margin: 0 0 20px 0;
padding: 0;
text-shadow: 0 1px 0 #000;
}
/* Reset lists */
ul {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
}
/* Add some margin when a paragraph is followed by another paragraph */
p + p {
margin-top: 10px;
}
/* Styling quotes */
blockquote {
margin: 20px 0 0 20px;
padding: 0 40px 0 30px;
font: 20px serif;
font-style: italic;
font-weight: normal;
color: #ccc;
background: url('img/icons/topquote.png') no-repeat 0 0;
}
cite {
display: block;
font-size: 12px;
margin-top: 5px;
color: #888;
}
/* =============================================================================
#3 Header
========================================================================== */
/* Add some margins to the main header */
#main-header {
margin-top: 15px;
margin-bottom: 20px;
}
/* ----------------------------------------------------- */
/* Logo & Headline */
#logo {
float: left;
padding-top: 5px;
line-height: 56px;
}
#logo,
#logo a {
font-size: 28px;
line-height: 34px;
/*color: #000;*/
font-weight: bold;
}
#logo a:hover {
text-decoration: none;
}
#tagline {
/*color: #c8c8c8;*/
display: inline-block;
font-size: 12px;
font-weight: normal;
font-style: italic;
line-height: 20px;
text-shadow: 0 1px 0 #000;
margin-left: 0;
}
/* Text logo */
#logo h1 { font-size:37px; color: #ffffff; font-weight:normal; letter-spacing:-2px; display:inline; vertical-align:middle; }
/* Alternative logo technique using HTML text instead of images */
/*
<hgroup id="logo">
<h1>Andante /</h1>
<h2>Elegant Responsive HTML5 Template</h2>
</hgroup>
*/
/*
#logo { float:left; display:inline; vertical-align:middle; border:0; }
#logo h1 { font-size:37px; letter-spacing:-2px; display:inline; vertical-align:middle;}
#logo h2 { font-size:12px; float:left; display:inline; vertical-align:middle; }
*/
/* ----------------------------------------------------- */
/* Main Navigation container */
#main-nav {
float: right;
position: relative;
background-color: #000000;
}
/* Navigation toggle button */
#nav-toggle {
float: right;
display: none;
visibility: hidden;
}
/* Dropdown base styles */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.dropdown {
position: relative;
/*z-index:597;*/
float: left;
}
ul.dropdown li {
float: left;
zoom: 1;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
position: relative;
/*z-index:599;*/
z-index: 600;
}
ul.dropdown ul {
display: none;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
/*z-index:598;*/
width: 100%;
}
ul.dropdown ul li {
float: none;
}
ul.dropdown ul ul {
top: 0;
left: 100%;
/*z-index:600;*/
}
/* Trigger the sub-menu */
ul.dropdown li:hover > ul {
display: block;
visibility: visible;
}
/* The last submenu is right aligned */
ul.dropdown > li:last-of-type ul {
left: auto;
right: 0;
}
ul.dropdown li a {
position: relative;
z-index: 650;
}
/* Dropdown customization */
ul.dropdown {
margin-top: 6px;
z-index: 599;
}
/* Links status */
ul.dropdown a:link,
ul.dropdown a:visited {
padding: 9px 14px 7px 13px;
text-shadow: 0 1px 0 #000;
color: #c8c8c8;
text-decoration: none;
display: block;
outline: 0;
}
ul.dropdown a:hover {
color: #fff;
}
ul.dropdown a:active {
background: #212121;
}
ul.dropdown li {
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-ms-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
}
ul.dropdown li:hover {
background: #333;
}
/* Current page */
ul.dropdown li.current-menu-item > a,
ul.dropdown li.current-menu-parent > a {
color: #333;
background: #ccc;
text-shadow: 0 1px 0 #efefef;
font-weight: bold;
}
/* Level 1 */
ul.dropdown > li {
text-transform: none;
}
/* Level 2 */
ul.dropdown ul {
width: 150px;
}
ul.dropdown ul li {
text-transform: none;
background: #000;
}
ul.dropdown li ul {
text-transform: none;
background: #000;
}
/* =============================================================================
#4 Common Elements
========================================================================== */
/* Content Slider */
/* ----------------------------------------------------- */
.content-slider {
overflow: hidden;
zoom: 1;
position: relative;
margin-bottom: 0;
z-index: 1;
}
/* Content Slider Controls */
.flex-direction-nav a:focus {
outline: 0;
}
.flex-control-nav {
display: block;
clear: both;
padding: 15px 0 0 0;
}
.lt-ie8 .flex-direction-nav {
margin-top: -52px;
}
/* Alternative controls, displayed inside the image area
Usage: <div class="content-slider compact-nav"> */
.compact-nav .flex-direction-nav li a {
width: 35px;
height: 35px;
position: absolute;
bottom: 11px;
top: auto;
}
.compact-nav .flex-direction-nav li .next {
left: auto;
right: 1px;
bottom: 1px;
background-position: -62px -9px;
}
.compact-nav .flex-direction-nav li .prev {
left: auto;
right: 37px;
bottom: 1px;
background-position: -6px -9px;
}
.compact-nav .flex-control-nav {
clear:none;
width: auto;
position: absolute;
right: 85px;
bottom: 5px;
}
#details .compact-nav .flex-direction-nav {
clear:none;
position: relative;
bottom:10px;
}
#details .compact-nav .flex-control-nav {
bottom:16px;
}
#details img {
width:100%;
}
.object {
color:#fff;
}
/* Big caption for the Content Slider */
.big-caption-bottom {
color: #fff;
font-size: 48px;
line-height: 48px;
text-align: center;
position: absolute;
left: 0;
bottom: -20px;
padding: 48px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000,GradientType=0 )";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}
.big-caption {
color: #fff;
font-size: 48px;
line-height: 52px;
text-align: center;
position: absolute;
top: 50%;
left: 0;
margin: -79px 0 0 0;
padding: 52px 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000,GradientType=0 )";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
Alles anzeigen