source: main/trunk/model-interfaces-dev/opotiki/styles/forms.css@ 34212

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

Cher (Chai Lin): Adding the Opotiki interface.

File size: 2.1 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: Forms CSS
9*/
10
11form, fieldset, legend{margin:0; padding:0; border:none;}
12legend{display:none;}
13input, textarea, select{font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}
14
15/* ----------------------------------------------Search Form------------------------------------- */
16/*#topbar input{display:block; float:left; width:155px; margin:0 5px 0 0; padding:5px; color:#B6B6B6; background-color:#525252; border:1px solid #343434; font-size:12px;}*/
17#topbar input{margin:0 5px 0 0; padding:5px; font-size:12px;}
18#topbar input#go{width:68px; height:26px; margin:0; padding:4px 0; text-transform:uppercase; color:#FFFFFF; background-color:#059BD8; border-color:#396B86; cursor:pointer; font-weight:bold;}
19
20/* ----------------------------------------------Forms in Content Area------------------------------------- */
21
22.container #respond{display:block; width:100%;}
23.container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
24.container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
25.container #respond p{margin:5px 0;}
26.container #respond #submit, .container #respond #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; cursor:pointer;}
27
28/* ----------------------------------------------Newsletter------------------------------------- */
29
30#socialise form{display:block; width:300px; margin:0; padding:10px 0 0 0; border:none;}
31#socialise input{display:block; width:218px; margin:0 0 10px 0; padding:5px; color:#FFFFFF; background-color:#2684B7; border:1px solid #1C5E82; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
32#socialise input#newsletter_go{width:58px; height:62px; margin:0; padding:0; font-weight:bold; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:60px; cursor:pointer;}
Note: See TracBrowser for help on using the repository browser.