Beiträge von Pera Ravee

    @charset utf-8;
    /*--
    Theme Name: WordPress Theme 1365
    Theme URI: http://template-help.com/
    Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
    Author: Template_Help.com
    Author URL: http://www.Template-Help.com/
    --*/

    /* General
    ---------------------------------------- */
    html,
    body {
    min-width:980px;
    height:100%;
    position:relative;
    }
    body{
    background: #000;
    color:rgba(255,255,255,.3);
    font: 100%/1.125em Arial, Helvetica, sans-serif;
    }

    #main {
    font-size:.75em;
    min-height:100%;
    height:auto!important;
    height:100%;
    }
    .container {
    position:relative;
    z-index:9999;
    }
    .extra-indent {
    padding:194px 0 147px 0;
    }
    body.home .extra-indent {
    padding:300px 0 450px 0;
    }

    #splash {
    position:absolute;
    left:70px;
    top:370px;
    z-index:99999;
    width:479px;
    }
    #splash h1 {
    font-size:73px;
    line-height:65px;
    color:white;
    text-transform:uppercase;
    margin:0 0 40px 0;
    }
    #splash .link {
    text-transform:uppercase;
    color:white;
    font-size:10px;
    line-height:57px;
    background:#f24830;
    padding:0 28px;
    display:inline-block;
    text-decoration:none;
    margin-left:5px;
    }
    #splash .link:hover {
    color:#f24830;
    background:black;
    }

    /* List styling */
    dl dt {
    background:url(images/list-arrow.gif) no-repeat 0 3px;
    padding:0 0 3px 32px;
    margin-bottom:.2em;
    font-size:18px;
    line-height:1.2em;
    color:#191919;
    }
    dl dd {
    padding:0 0 0 32px;
    margin:0 0 1.5em 0;
    }


    /* Header
    ---------------------------------------- */
    #header {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:99999;
    }

    /* Logo */
    .logo {
    position:absolute;
    left:0;
    top:0;
    }
    .logo h1,
    .logo h2 {
    font-size:1.917em;
    line-height:1.2em;
    margin-bottom:0;
    text-transform:uppercase;
    font-weight:bold;
    }
    .logo h1 a,
    .logo h2 a {
    color:white;
    text-decoration:none;
    display:block;
    background-color:#f24830;
    background-repeat:no-repeat;
    background-position:43px 61px;
    background-image:url(images/logo.png);
    padding:61px 69px 60px 95px;
    }

    .description {
    color:#f9a498;
    font-size:10px;
    line-height:1.2em;
    display:block;
    margin-top:-3px;
    }


    /* Header widget */
    #widget-header {
    position:absolute;
    right:0;
    top:100px;
    z-index:1;
    }
    .widget-header {

    }

    /* Social Networks */
    #widget-header .social-networks {
    list-style-type:none;
    padding:0;
    margin:0;
    border:none;
    }
    #widget-header .social-networks li {
    float:left;
    border:none;
    padding:0;
    margin:0 0 0 5px;
    list-style-type:none;
    }
    #widget-header .social-networks li a {
    text-decoration:none;
    float:left;
    position:relative;
    }
    #widget-header .social-networks li a:hover {
    color:red;
    }


    /* Request a quote */
    #widget_my_requestquotewidget {
    width:100%;
    overflow:hidden;
    }

    .top-box {
    background:#eee;
    border:1px solid #dbdbdb;
    padding:20px;
    margin-bottom:20px;
    overflow:hidden;
    zoom:1;
    position:relative;
    min-height:80px;
    }
    .box-button {
    float:right;
    background:#dbdbdb;
    font-size:21px;
    color:white;
    text-decoration:none;
    padding:10px;
    position:absolute;
    right:30px;
    top:50%;
    margin-top:-25px;
    }
    .box-text {
    float:left;
    width:75%;
    }


    /* Navigations
    ---------------------------------------- */

    /* Primary navigation */
    nav.primary {
    position:relative;
    z-index:2;
    }

    /* Essential styles for dropdown menu */
    .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .sf-menu {
    line-height: 1.0;
    }
    .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
    }
    .sf-menu ul li {
    width: 100%;
    }
    .sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
    }
    .sf-menu li {
    float: left;
    position: relative;
    }
    .sf-menu a {
    display: block;
    position: relative;
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
    right: 0;
    top: 162px; /* match top ul list item height */
    z-index: 99;
    }
    ul.sf-menu li:hover li ul,
    ul.sf-menu li.sfHover li ul {
    top: -999em;
    }
    ul.sf-menu li li:hover ul,
    ul.sf-menu li li.sfHover ul {
    right: 120px; /* match ul width */
    top: 0;
    }
    ul.sf-menu li li:hover li ul,
    ul.sf-menu li li.sfHover li ul {
    top: -999em;
    }
    ul.sf-menu li li li:hover ul,
    ul.sf-menu li li li.sfHover ul {
    right: 120px; /* match ul width */
    top: 0;
    }


    /* Our skin for dropdown menu */
    .sf-menu {
    max-width:760px;
    float: right;
    padding:0 69px 0 0;
    background:url(images/nav-divider.png) no-repeat left top;
    }
    .sf-menu a {
    text-decoration:none;
    font-size:14px;
    line-height:1.2em;
    text-transform:uppercase;
    font-weight:bold;
    }
    .sf-menu > li {
    background:url(images/nav-divider.png) no-repeat right top;
    padding-right:1px;
    }
    .sf-menu > li > a {
    padding:118px 19px 28px 19px;
    color:rgba(250, 250, 250, .9);
    }
    .sf-menu > li > a:hover,
    .sf-menu > li.sfHover > a,
    .sf-menu > li.current-menu-item > a {
    color:white;
    background:#f24830;
    }
    .sf-menu li ul {
    padding-top:10px;
    }
    .sf-menu > li > ul {
    background:url(images/sub-nav-top1.gif) no-repeat right top;
    }
    .sf-menu li ul,
    .sf-menu li li {
    width:152px;
    }
    .sf-menu li li {
    vertical-align:top;
    }
    .sf-menu li li a {
    color:white;
    text-align:right;
    background:#f24830;
    padding-top:4px;
    padding-right:19px;
    vertical-align:top;
    height:1%;
    }
    .sf-menu li li:first-child a {
    padding-top:26px;
    }
    .sf-menu li li a.last {
    padding-bottom:26px;
    }
    .sf-menu li li.sfHover {
    z-index:9999;
    }
    .sf-menu li li a:hover,
    .sf-menu li li.sfHover > a,
    .sf-menu li li.current-menu-item > a {
    color:#f47361;
    }
    .sf-menu li li li a {
    background:#1c1c1c;
    }
    .sf-menu li li ul {
    background:url(images/sub-nav-top2.gif) no-repeat right top;
    }
    .sf-menu li:hover, .sf-menu li.sfHover,
    .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
    outline: 0;
    }

    /*** arrows **/
    .sf-menu a.sf-with-ul {
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
    }
    .sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    }
    a > .sf-sub-indicator { /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
    }
    /* apply hovers to modern browsers */
    a:focus > .sf-sub-indicator,
    a:hover > .sf-sub-indicator,
    a:active > .sf-sub-indicator,
    li:hover > a > .sf-sub-indicator,
    li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
    }

    /* point right for anchors in subs */
    .sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
    .sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
    /* apply hovers to modern browsers */
    .sf-menu ul a:focus > .sf-sub-indicator,
    .sf-menu ul a:hover > .sf-sub-indicator,
    .sf-menu ul a:active > .sf-sub-indicator,
    .sf-menu ul li:hover > a > .sf-sub-indicator,
    .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
    }

    /*** shadows for all but IE6 ***/
    .sf-shadow ul {
    background: url(images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    }
    .sf-shadow ul.sf-shadow-off {
    background: transparent;
    }


    /* Sidebar search form */
    .searchform {

    }
    .searchform .searching {
    width:210px;
    margin-right:10px;
    }
    .searchform .submit {
    width:60px;
    cursor:pointer;
    padding-left:0;
    padding-right:0;
    }


    /* Content
    ---------------------------------------- */
    .primary_content_wrap {
    overflow:hidden;
    width:980px;
    margin:0 auto;
    background:url(images/primary_content_tail.png);
    padding:46px 0 55px 0;
    }
    body.home .primary_content_wrap {
    background:none;
    padding:0;
    }

    #content {
    background:url(images/line-ver.png) repeat-y right top;
    }
    #content.no-line-ver,
    #content.left {
    background:none;
    }
    #content.left {
    float:right !important;
    }
    #content .indent {
    padding:6px 20px 6px 0;
    }
    #content .indent.alt {
    padding-right:0;
    }


    /* Page */
    .page {

    }
    #page-content {

    }
    #page-meta {

    }

    die Bilder musst Du ja deiner Seite "spenden"denke ich mal^^
    die großen Bilder scheinen einfach nur die Artikelbilder zu sein, auch Featured Images genannt


    Wie meinste das mit spenden? Die bilder sind alle in image ordner drin.. hab die ja alle zusammen hochgeladen (filezilla) .. ordner heißt theme.. ich hab z.b 2 order bekommen.. einmal theme und sources.. Nur theme hab ich hochgeladen.. muss ich dann sources ordner auch hochladen?

    hallo erstmal.. sorry for ma deutsch.. ich bemüh mich damit ihr mich versteht :)

    und zwar hab ich ein template ..

    sieht genau so aus wie der hier :

    http://www.templatemonster.com/wordpress-themes/36009.html

    ich bin neuling bei wordpress.. hab aber viel erfahren..

    ich hab filezilla programm und hab server bei funpic.de

    hab wordpress installiert..
    template hochgeladen und installiert..
    wenn ich auf ma seite drauf gehe.. sieht es aber nicht so aus wie bei demo .. da fehlen bilder u.s.w
    ich weiß nicht was ich falsch gemacht habe..
    hier is ma seite : http://fcchillaboyz.fc.funpic.de/wordpress/

    hoffe ihr habt mich verstanden :)
    würde mich freuen wenn jemand mir helfen würde..

    mfg pera