More design work and bugfixes
BIN
themes/funchat/images/female.png
Normal file
After Width: | Height: | Size: 590 B |
BIN
themes/funchat/images/male.png
Normal file
After Width: | Height: | Size: 629 B |
BIN
themes/funchat/images/na.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
themes/funchat/images/notice_off.png
Normal file
After Width: | Height: | Size: 778 B |
BIN
themes/funchat/images/notice_on.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
themes/funchat/images/password.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
themes/funchat/images/unlocked.png
Normal file
After Width: | Height: | Size: 615 B |
|
@ -8,25 +8,125 @@ Licence URI: http://www.os-templates.com/template-terms
|
|||
File: Forms CSS
|
||||
*/
|
||||
|
||||
form, fieldset, legend{margin:0; padding:0; border:none;}
|
||||
legend{display:none;}
|
||||
input, textarea, select{font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}
|
||||
form,
|
||||
fieldset,
|
||||
legend {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
legend {
|
||||
display: none;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
font-size: 12px;
|
||||
font-family: Inter;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------Search Form------------------------------------- */
|
||||
|
||||
#topbar input{display:block; float:left; width:155px; margin:0 5px 0 0; padding:5px; color:#B6B6B6; background-color:#151515; border:1px solid #666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
|
||||
#topbar input#go{width:68px; height:26px; margin:0; padding:4px 0; text-transform:uppercase; color:#BFE009; background-color:#2C2C2C; cursor:pointer; font-weight:bold;}
|
||||
#topbar input {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 155px;
|
||||
margin: 0 5px 0 0;
|
||||
padding: 5px;
|
||||
color: #b6b6b6;
|
||||
background-color: #151515;
|
||||
border: 1px solid #666666;
|
||||
font-family: Inter;
|
||||
font-size: 12px;
|
||||
}
|
||||
#topbar input#go {
|
||||
width: 68px;
|
||||
height: 26px;
|
||||
margin: 0;
|
||||
padding: 4px 0;
|
||||
text-transform: uppercase;
|
||||
color: #bfe009;
|
||||
background-color: #2c2c2c;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.subnav input#go {
|
||||
width: 68px;
|
||||
height: 26px;
|
||||
margin: 0;
|
||||
padding: 4px 0;
|
||||
text-transform: uppercase;
|
||||
color: #bfe009;
|
||||
background-color: #2c2c2c;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------Forms in Content Area------------------------------------- */
|
||||
|
||||
#container #respond{display:block; width:100%;}
|
||||
#container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
|
||||
#container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
|
||||
#container #respond p{margin:5px 0;}
|
||||
#container #respond #submit, #container #respond #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; cursor:pointer;}
|
||||
#container #respond {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#container #respond input {
|
||||
width: 170px;
|
||||
padding: 2px;
|
||||
border: 1px solid #cccccc;
|
||||
margin: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
#container #respond label {
|
||||
width: 150px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#container #respond textarea {
|
||||
width: 98%;
|
||||
border: 1px solid #cccccc;
|
||||
padding: 2px;
|
||||
overflow: auto;
|
||||
}
|
||||
#container #respond p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
#container #respond #submit,
|
||||
#container #respond #reset {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
color: #666666;
|
||||
background-color: #f7f7f7;
|
||||
border: 1px solid #cccccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------Newsletter------------------------------------- */
|
||||
|
||||
#socialise form{display:block; width:300px; margin:0; padding:10px 0 0 0; border:none;}
|
||||
#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;}
|
||||
#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;}
|
||||
#socialise form {
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin: 0;
|
||||
padding: 10px 0 0 0;
|
||||
border: none;
|
||||
}
|
||||
#socialise input {
|
||||
display: block;
|
||||
width: 218px;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 5px;
|
||||
color: #ffffff;
|
||||
background-color: #2684b7;
|
||||
border: 1px solid #1c5e82;
|
||||
font-family: Inter;
|
||||
font-size: 12px;
|
||||
}
|
||||
#socialise input#newsletter_go {
|
||||
width: 58px;
|
||||
height: 62px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-family: Inter;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -74,7 +74,6 @@ a {
|
|||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|