You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
2.1 KiB
CSS
28 lines
2.1 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
h2 { font-size: 25px !important; margin: 20px 0 40px !important; border-left: 10px solid #a31022; padding-left:15px !important; border-radius:2px 0 0 2px; }
|
|
.popularFestival { display: block; background: #f1f1f1; margin: 20px 0 40px; padding: 20px 0 10px; }
|
|
.newYear img { border-radius: 4px; margin-bottom: 30px; }
|
|
.newYear strong, .otherFestival strong { color: #888; font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
|
|
.popularFestival a { text-decoration: none; }
|
|
.otherFestival { margin-bottom: 30px; overflow: hidden; }
|
|
.otherFestival img { border-radius: 4px 4px 0 0; margin-bottom: 10px; }
|
|
.otherFestival .typeInfo { display: block; font-size: 14px; }
|
|
.cityFestival { display: block; border: 1px solid #d1d1d1; border-radius: 2px; margin-bottom: 30px; }
|
|
.cityFestival a { text-decoration: none; }
|
|
.cityFestival img { border-radius: 2px 2px 0 0; }
|
|
.cityFestival strong { display: block; font-weight: normal; padding: 15px 10px; font-size: 14px; }
|
|
.festivalTour { display: block; margin: 20px 0; }
|
|
.festivalTour li { background: rgba(0, 0, 0, 0) url("/pic/arrow-10x16.png") no-repeat scroll left center; font-size: 14px; line-height: 22px; margin-bottom: 10px; padding-left: 25px; }
|
|
.articles { margin-bottom: 40px; overflow: hidden; padding-top: 2px; background:#f1f1f1; border-radius:0 4px 4px 0; font-size:14px; }
|
|
.articles img { border-radius: 4px 0 0 4px; float: left; margin: -2px 15px 0 0; width: 100px; }
|
|
.articles a { text-decoration: none;}
|
|
.tailorButton { display: block; background:#a31022; text-align:center; color:#fff; border-radius:4px; padding:10px 0; margin:35px 0;}
|
|
.tailorButton a { text-decoration: none; color:#fff; font-size:14px;}
|
|
.tailorButton a:hover { color:#fff;}
|
|
.festivalMonth { display: block; margin:0 0 40px;}
|
|
.festivalMonth li { width:16%; display:inline-block; line-height:22px; margin-bottom:10px; background:url(/pic/square.gif) no-repeat left; padding-left:18px;}
|
|
.festivalMonth li a { font-size:14px; text-decoration: none;}
|
|
.fa-angle-right { color:#d1d1d1; font-weight: bold;}
|
|
.fa-angle-right:hover { color:#999;}
|
|
.withMargin { margin-top:100px !important;} |