User Code List
New Snippet
CSS
---Box Shadow
---CSS restet and main elements
---First and Last Child
---Rounded corners
---Suckerfish menu
---Titan contact form
---Display URL when printing page
---Titan IE6 alert
---Transparency
------Transparency
------New Snippet
---Accessible Form (thatwebguyblog.com)
---Table (suitable for restaurant menu)
Content
---Privacy policy
---Lorem Ipsum
Flash
---Embed
HTML
---Contact module 2.2
---Email template (basic)
---IE6 alert
---Package 1 navigation
---Template container
---Accessible Form (thatwebguyblog.com)
JavaScript
---IE7 Suckerfish menu fix
Smarty
---Date
---if else
---Loop through and display image category
---News Widget (with strip tags)
---Loop through cetegory and echo
---Echo contact details
---Include news widget
---Show specific content ID on page
---Featured products (Shop 1)
---Show specific titleID and contentID on page
---Loop through display featured products, linked to product category
---Include contact details
---Featured Products (Shop 4.5)
---Featured products on a new page (not on homepage)
---Show news widget on certain pages
---Show something in particular page ID
---Insert Image (new!)
---Show all products on a page
PHP
---If nothing else
New Snippet
jQuery
---Image Cross Fade
 
 
Titan contact form
 

/*** Contact *********************************************/

.contact_details {

font-style:normal !important;

font-size:1.2em;

position:relative;

}

/*** Form elements *********************************************/

#content form {

padding:20px 0 0 0;

}

#content form h3 {

font-size:2em;

font-weight:normal;

margin:0 0 20px 0;

color:#000;

}

#content form p {

font-family:Arial, Helvetica, sans-serif;

margin:0 0 15px 0;

line-height:1.4em;

color:#707070;

}

#content fieldset {

margin:35px 0 0 0;

border:none;

padding:10px;

}

address {

font-family:Arial, Helvetica, sans-serif;

margin:0 0 15px 0;

color:#707070;

font-style:normal !important;

}

#content legend {

font-size:2.5em;

font-weight:bold;

letter-spacing:-0.03em;

color:#000;

}

#content label {

float:left;

width:100px;

margin:4px 0 0 0;

}

#content .text {

border:solid 1px #ccc;

height:21px;

width:250px;

padding:4px 4px 0 4px;

-moz-border-radius:5px;

-webkit-border-radius:5px;

color:#1cc8eb;

}

#content .text:hover {

border:solid 1px #1cc8eb;

}

textarea {

border:solid 1px #ccc;

width:250px;

height:200px;

padding:4px 4px 0 4px;

-moz-border-radius:5px;

-webkit-border-radius:5px;

font-family:Arial, Helvetica, sans-serif;

color:#1cc8eb;

font-size:1em;

}

textarea:hover {

border:solid 1px #1cc8eb;

}

.submit {

background-color:#1cc8eb;

text-align:center;

color:#fff;

border:0px;

padding:7px;

margin:10px 0 0 0;

-moz-border-radius:5px;

-webkit-border-radius:5px;

}

.submit:hover {

background-color:#d4b701;

cursor:pointer;

}

.recaptcha a {

display:block;

float:left;

width:100px;

color:#f47a29 !important;

}

.recaptcha a:hover {

background:none !important;

}

#recaptcha_response_field {

width:100px;

border:solid 1px #b8b8b8;

height:20px;

-moz-border-radius:5px;

-webkit-border-radius:5px;

color:#b64900;

padding:3px 5px 0 5px;

}

#recaptcha_response_field:hover {

border:solid 1px #1cc8eb;

}

#recaptcha_image {

margin:0 0 15px 0;

}

#recaptcha_image img {

background-color:#fff;

padding:5px;

-moz-border-radius:5px;

-webkit-border-radius:5px;

}

#contact_map {

width: 400px !important;

height: 300px !important;

position:absolute;

top:0;

right:0;

border:solid 5px #f1f1f1;

-moz-border-radius:5px;

-webkit-border-radius:5px;

}

 
Sub-Article List