source: main/trunk/model-interfaces-dev/opotiki/styles/featured_slide.css@ 34087

Last change on this file since 34087 was 34087, checked in by ak19, 4 years ago

Cher (Chai Lin): Adding the Opotiki interface.

File size: 1.8 KB
Line 
1@charset "utf-8";
2/*
3Template Name: News Magazine
4Author: <a href="https://www.os-templates.com/">OS Templates</a>
5Author URI: https://www.os-templates.com/
6Licence: Free to use under our free template licence terms
7Licence URI: https://www.os-templates.com/template-terms
8File: Featured Slider CSS
9*/
10
11#featured_slide{display:block; width:630px; height:385px; margin:0; padding:0; overflow:hidden; font-family:Georgia, "Times New Roman", Times, serif;}
12#featured_slide a{color:#FFFFFF; background-color:transparent;}
13#featured_slide a, #featured_slide ul, #featured_slide img{margin:0; padding:0; border:none; outline:none; list-style:none; text-decoration:none;}
14#featured_slide ul{margin:15px 0 0 0;}
15#featured_slide h1, #featured_slide h2, #featured_slide h3, #featured_slide h4, #featured_slide h5, #featured_slide h6, #featured_slide p{margin:0 0 4px 0; padding:0; line-height:normal; font-size:20px; font-weight:normal;}
16#featured_slide a{color:#059AD8; background-color:transparent; font-weight:normal;}
17#featured_slide p{margin:0; font-size:14px;}
18
19.gallery{color:#000; background:#EFEFEF; padding:15px;}
20
21.loader{background:url("../scripts/galleryviewthemes/loader.gif") center center no-repeat;}
22
23.panel .panel-overlay, .panel .overlay-background{height:60px; padding:10px;}
24.panel .overlay-background{background:#222;}
25.panel .panel-overlay{color:white; font-size:0.7em;}
26.panel .panel-overlay a{color:white; text-decoration:underline; font-weight:bold;}
27
28.filmstrip{margin:15px 0 0 0; padding:0;}
29.filmstrip .img_wrap{margin:0; padding:0;}
30
31.frame{}
32.frame .img_wrap{border:1px solid #aaa;}
33.frame.current .img_wrap{border-color:#000;}
34.frame img{border:none;}
35.frame .caption{text-align:center; color:#888;}
36.frame.current .caption{color:#000;}
37
38.pointer{border-color:#000;}
Note: See TracBrowser for help on using the repository browser.