/* * Sablona k widgetu se seznamem inzeratu. * Hlavni prvky jsou jiz preddefinovany, ostatni sem muzete doplnit. * version: 1.0 * date: 3.5.2017 */ html,body{background-color: black; color: white} /* Obal inzeratu v seznamu inzeratu */ .offer-item {} /* Nadpis inzeratu v seznamu inzeratu */ .offer-item h3{ border-bottom: 1px solid white; padding-bottom: 40px; } .offer-item p{ display: none; } .offer-item h3 a { color: #ce1059; font-weight: bold; font-size: 35px; } /* Nazev inzeratu v detailu */ #offer-detail h1 { color: #ce1059; font-weight: bold; font-size: 35px; } /* Nadpis v detailu inzeratu*/ #offer-detail h2, #offer-detail h3 { color: #ce1059 !important; font-weight: bold; margin-top: 35px; } /* text v detailu inzeratu*/ #offer-detail p { color: white; } /* text pod inzeratem*/ #offer-detail dt p { color: white; font-style: normal; } #offer-detail dd a { color: #ce1059; font-size: 16px; } #offer-detail dd { color: white; font-size: 16px; } #offer-detail ul li { color: white; } /* Obecne tlacitko (zpet) */ .btn { background-color: #ce1059; color:white; } /* Tlacitko na odeslani odpovedi */ .btn.btn-send { background-color: #ce1059; color:white; } /* Paginator */ .pagination ul{} .pagination li{} /* Chybová hláška v detailu inzerátu */ .error-cantdisplay {}