This causes undesirable extra space if
the margin_top is not 0 */
p [
margin-top: 0px;
]
/* mngmnt_icon is used for many of the various action images, the red Xs, the up and down arrows, etc
Example:
Note the doodlelink is also used.
*/
img.mngmnt_icon [
]
/* ==============================
== Containers
== Most blocks are within a container of some kind
== Setting container layout can have a huge effect on look and feel
============================== */
/* container_box is the main wrapper for all containers. It is invoked by itself. e.g.
*/
div.container_box [
padding: 0px;
margin-bottom: 0px;
{if $CONTAINER_BG_COLOR != $MAIN_BG_COLOR}
background-color: {$CONTAINER_BG_COLOR}; /* =CONTAINER_BG_COLOR= */
{/if}
]
div.form_title [
text-align: left !important;
padding-bottom: 10px;
]
div.form_header [
border: 0 !important;
]
/* ========================================
=== Bring in standard block outlining, new 2/2007 standard
======================================== */
{include file="common/_outlines.tpl"}
/* .moduletitle is used by just about every module
Example:
[$moduletitle]
[$moduletitle]
[$moduletitle]
[$moduletitle]
Setting this is pretty much mandatory
*/
.moduletitle [
/* Some get a cool effect by playing with titles
*/
font-weight: bold;
font-size: 18px; /* proposed {$BASE_SIZE|font_size:1} */;
color: {$MODULE_TITLE_FONT_COLOR}; /* =MODULE_TITLE_FONT_COLOR= */
/* Don't set the background color if in a totally non blockish theme */
background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
/* If you use a contrasting background-color, you should set the padding so that the text is not too close to the colored rectangle. */
padding-left: 0px; padding-top: 0px;
margin-left: 0px; /* Negative values are honored by Mosilla, but IE treats them as positive, making things worse */
/* width: 100%; */ /* Not needed for what is generated in here, and it confuses some browsers */
/* Centering the text can make a big visual difference */
/* margin-bottom: 20px; */ /* leave some space between moduletitle and module */
/* font-family: {$MAIN_FONT_FAMILY}; */
font-family: {$TITLE_FONT_FAMILY};
]
/* If the container has a visible outline, we will generally we want the title
to streatch from end to end of container, but will
need the contents to have some offset. For these, set
modulebody and modulecontrol to have padding-left and container to have no padding
The modulebody control is actually applied to a table and not a div.
This is because if the inner content contains a table and the div has padding
the table might push outside the div (in mozilla), or expand the div (in IE)
*/
.modulebody [
width: 100%;
border: none;
font-family: {$MAIN_FONT_FAMILY};
]
.text_modulebody, .textsimple_modulebody [
padding: 7px 0px 15px 0px;
font-size: {$BASE_SIZE};
line-height: 1.5em;
color: {$MAIN_FONT_COLOR};
font-family: arial, verdana, sans-serif;
]
.text_modulebody td [
font-size: {$BASE_SIZE};
]
.login_modulebody [
border-bottom: none;
margin: 0px;
padding: 10px; /* 0px in HD main */
font-family: {$MAIN_FONT_FAMILY};
]
.mainarea .login_modulebody td [
text-align: left;
font-family: {$MAIN_FONT_FAMILY};
font-size: 12px;
padding-right: 5px;
]
.divtop .login_modulebody [
padding: 0px !important;
margin: 0px !important;
]
.divtop .login_register [
{if $is_ie}
line-height: 20px;
margin-left: 275px;
{else}
line-height: 25px;
margin-left: 310px;
{/if}
/*font-weight: bold;*/
]
.divtop .login_modulebody td, .divtop .login_modulebody td a [
font-size: 11px;
color: #336699;
]
.divtop .login_modulebody input.button [
border: 1px solid #333333 !important;
{if $is_ie}
{else}
padding-left: 10px;
padding-right: 10px;
{/if}
]
/* Elements above and below the header
The below causes a new row to be above the "
" in the _operation layout
We tell the layout we need it via the declare_layout
and then we declare what we need.
You can use divtop_above and divtop_below
Example Usage:
(if $layout.body_operation_above==1)
|
| |
(/if $layout.body_operation_above==1)
It is the same for body_operation_above except that it goes below the row
*/
{declare_layout var=body_operation_above val=1 info='none'}
.body_operation_above [
height: 10px;
background-color: {$BODY_BG_COLOR}; /* =BODY_BG_COLOR= */
background: url("/hotdoodle_engine/looks/images/imagelib/main_site/gallery83/divtopBg.gif") top center;
background-repeat: no-repeat;
]
{declare_layout var=body_operation_below val=1 info='none'}
.body_operation_below [
height: 10px;
background-image: url("/hotdoodle_engine/looks/images/imagelib/main_site/gallery83/footerBg.gif") !important;
background-repeat: no-repeat;
background-position: bottom center;
background-color: {$BODY_BG_COLOR}; /* =BODY_BG_COLOR= */
]
/* ======= Enable CJ Pay Per Click */
{* declare_layout var=CJ_Pay_per_Call val=6383 *}
.HDlogin_modulebody [
background: #FFCD8F url("/hotdoodle_engine/layouts/images/HotDoodleTheme3/bg_login.jpg") repeat-x bottom;
width: 175px;
height: 110px;
border: 1px solid #C5C5C5;
border-bottom: none;
margin: 0px;
padding-left: 10px;
]
.login_mngmntlink [
margin: 0px;
color: #336699;
]
a.login_mngmntlink [
color: #2664BF;
]
{*
#login_username [
color: #666;
font-size: 10pt;
height: 14pt;
background-color: #FFF;
margin: 4px 0px 0px 6px;
border-color: #333 #CCC #CCC #333;
]
#login_password [
color: #666;
font-size: 10pt;
height: 14pt;
background-color: #FFF;
margin: 4px 0px 0px 6px;
border-color: #333 #CCC #CCC #333;
]
*}
.uiswitcher_modulebody [
background: url("/hotdoodle_engine/layouts/images/HotDoodleTheme3/bg_login.jpg") repeat-x bottom;
border: 1px solid #C5C5C5;
border-bottom: none;
color: #666;
font-size: 10pt;
font-style: oblique;
padding: 16px; /* MC: why has padding/value no effect? */
]
.Compact_modulebody [
padding: 0px;
margin: 0px;
border-spacing: 0;
border-collapse: collapse;
]
.login_moduletitle [
height: 15px;
/* Removed lslater 10/2007 padding: 15px; */
width: 200px; /* We don't want these extending across big screens */
]
.header [
vertical-align: bottom;
]
div.article_body [
padding: 6px;
]
div.article_popupbody [
background-color: {$HELP_BG_COLOR} !important;
border: 2px outset #e0e0e0;
left: 0px;
padding: 4px;
position: absolute;
width: 400px;
top: 0px;
visibility: hidden;
z-index: 1001;
]
/* Category title is used for article categories and for bb names,
if not overridden by bb_category_title.
It is shared to make it easier to keep these things in the same style.
Note that the biggest item of text in it is of class
navlink bb_navlink bb_navlink_category, so if you want the categories to
stand out you need to either do something with borders and backgrounds
in td.category_title, or else set the optional
bb_navlink or bb_navlink_category classes
Mabe hav the cat title shaded, but have the titles of articles be unshaded.
Examples:
Not Categorized |
or
The 1 board
See all 3 Articles
|
*/
.category_title [
font-weight: bold;
font-size: medium;
/* If you use a contrasting background-color, you should set the padding so that the text
is not too close to the colored rectangle.
*/
/* Do not set the background color if in a totally non blockish theme */
background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
/* background-color: WHITE; */ /* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
padding-left: 4px; padding-top: 1px; padding-bottom: 1px;
]
.weblog_modulebody [
padding-right: 30px;
]
/* After modules and cats, there are items
Example Use:
[$gallery->name]
[$post->title]
*/
.itemtitle [ /* imagegallery, newsmodule, weblogmodule. See moduletitle */
font-weight: bold;
]
.paypal_itemtitle [
]
/* Title links are for parts of titles that are links
They should generally have the same color as a navlink
It is pretty much a manditory class.
Example Usage:
Details...
*/
.title_link [
font-size: xx-small;
font-weight: bold;
text-decoration: underline;
color: {$NAVLINK_FONT_COLOR}; /* =NAVLINK_FONT_COLOR= */
]
/* If the category title is inversed, then the font must also be inversed
Example Usage:
id more=1 title=$moduletitle]">[$board->name]
id more=1 title=$moduletitle]">[if $board->article_cnt > 1]See all [$board->article_cnt] [$config->article_name_plural][else]See [$config->article_name][/if]
|
*/
.category_title_link [
color: {$MODULE_TITLE_FONT_COLOR}; /* =MODULE_TITLE_FONT_COLOR= */
]
/* Summaries are the opposite of titles
Example Usage:
|
*/
.summary [
font-size: x-small;
padding-left:2em;
color: {$MAIN_FONT_COLOR}; /* =MAIN_FONT_COLOR= */
]
/* Some things need a deeper indentation and less emphasis. They use summary2
Example: |
*/
.summary2 [
padding-left:4em;
font-size: xx-small;
color: {$MINOR_FONT_COLOR}; /* =MINOR_FONT_COLOR= */
]
/* Much of the site is in table columns, so any setting of
general td will affect many things.
It is best to not have anything here and to let the general div take care of it all
*/
table [
vertical-align: top;
border-spacing: 0;
]
/* Unqualified spans are used for theme display, file upload
article status
It is probably best if it resets the color to the system default
*/
span [
color: {$MAIN_FONT_COLOR}; /* =MAIN_FONT_COLOR= */
]
/* table [
padding: 0px;
width: 100%; -- Blows the mini calendar
] */
/* Some tables have alternating highlight rows.
example: class="row [cycle values='even_row,odd_row']"
See the "manage page" page for an example
*/
tr.hd_row [
]
tr.even_row [
/*background-color: #DAEAF5;*/ /* =ALT_BG_COLOR= */ /* No longer variable value */
background-color: #F2F2F2;
]
tr.odd_row [
]
tr.row:hover td, tr.row:hover td a [
/* background-color: {$FEATURE_COLOR}; */ /* =HOVER_BG_COLOR= */ /* Doesn't work with double consultant rows, disable for right now */
/* color: #fff; */
]
/* Headers of tables
Example Use:
|
*/
td.header [
background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
color: {$MODULE_TITLE_FONT_COLOR}; /* =MODULE_TITLE_FONT_COLOR= */
/*background-color: #B8B8B8;
color: black;*/
font-weight: bold;
font-size: {$BASE_SIZE}; /* Medium? */
border-bottom: 1px solid #CCC;
/* No padding if not in a blockish theme */
padding: 2px 0;
]
td.header a [
background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
/* Don't override the link color */
font-weight: bold;
font-size: {$BASE_SIZE}; /* Medium? */
padding: 2px 0;
]
td.boxed [ /* This was called administration_modmgrbody in older stylesheets */
border: 2px solid #2763A5; /* =BORDER_COLOR= */
padding-left: 10px;
]
.densetable [ /* Class for view payment transaction and other places where there the data is dense */
font-size: xx-small;
]
/* ==============================
== Links
============================== */
/* 'a' is for the links the user embeds such as with the wywisig editor.
Links to other pages in the site are some form of the anavlink class
and links to functionality (such as add article) are some form of the a.mngmtlink class */
a [
/*font-weight: bold;*/
font-weight: normal;
/*text-decoration: underline;*/
text-decoration: none;
color: {$LINK_FONT_COLOR}; /* =LINK_FONT_COLOR= */
{if $LINK_FONT_FAMILY != $MAIN_FONT_FAMILY}
font-family: {$LINK_FONT_FAMILY};
{/if}
]
/* All of the used links can have a :visited form that changes their color a bit so
folks can see where they have recently been */
a:visited [ /* leaving off for now */
]
a:hover [
color: #588AC1; /* lighter shade of LINK_FONT_COLOR */
text-decoration: underline;
]
a.title_empty, a.title_empty:hover [
color: {$LINK_FONT_COLOR}; /* =LINK_FONT_COLOR= */
]
/* mngmntlinks (all variants) are for links that do something -- drop a posting,
join a group, etc. They change the state of the DB.
Some themes prefer to mark these somehow, perhaps by making them a bolder color
or in a different font or text decoration. This acts as a warning to users
that the link will do something.
This class is manditory, it is the lead and sometimes the only class listed
Many modules will have a variant of this for optional overrides e.g.
class="mngmntlink article_mngmntlink"
class="mngmntlink calendar_mngmntlink"
It is also often used with mngmntlink_small and doodlelink*/
a.mngmntlink [
font-size: 12px;
color: #336699;
]
/* =MANAGEMENTLINK_FONT_COLOR= */
/* If links are not differentiated in color, then make them standout by weight, font, decoration, or background color */
/* Highlighting the font in a slightly different background draws the eye to management links. See EarthYellow */
a.mngmntlink:hover [
/*text-decoration: underline;*/
]
/* The _small mngmntlink is used where vertical space is at a premium
It is an optional class, always being used in a sequence of the following
class="mngmntlink mngmntlink_small"
*/
a.mngmntlink_small [
font-size: xx-small;
/* text-decoration: none;
font-weight: bold;
color: red; */
]
a.sharedminicore_mngmntlink [
color: red;
text-decoration: none;
font-size: 11px;
font-weight: bold;
]
/* The chooselink is used for modal actions such as insert image
When it is used most other link are disabled, so it should be
set to be extra visible.
*/
a.chooselink [
background-image: url("/hotdoodle_engine/iconset/doodle_splat.gif");
background-repeat: no-repeat;
background-position: top left;
height: 20px;
padding-left: 16px;
]
/* the doodlelink is used for things like the edit and permission icons.
It should be visually small, but visually distinctive (such as being red).
It is an optional class, always being used in a sequence of the following
class="mngmntlink mngmntlink_small doodlelink"
*/
a.doodlelink [
font-size: xx-small;
]
/* navigation_mngmntlink is used for those mngmntlinks that affect navigation
e.g. add a page, what type of page, delete page
It is a very optional class, always being used in a sequence of the following
class="mngmntlink navigation_mngmntlink"
*/
a.navigation_mngmntlink [
text-decoration: none;
color: RED; /* =MANAGEMENTLINK_FONT_COLOR= */
font-weight: bold;
font-size: small;
]
/* navlinks (all variants) are for links that take you somewhere else in the site
but which do NOT do something -- they do not change the state of the DB.
This class is manditory, it is the lead and sometimes the only class listed.
Many modules will have a variant of this for optional overrides e.g.
class="navlink article_navlink"
class="navlink login_navlink"
*/
.obsolete_navlink [
color: #78B7E3; /* =NAVLINK_FONT_COLOR= */
font-size: 11px;
]
.navlink [
color: #6092B7; /* =NAVLINK_FONT_COLOR= */
font-size: 11px;
font-weight: bold;
text-decoration: none;
]
a.article_article_navlink [
color: {$MAIN_FONT_COLOR}; /* =MAIN_FONT_COLOR= */
font-size: x-small;
font-weight: bolder;
line-height: 24px;
]
a.article_bulleted_navlink, span.article_bulleted_navlink [
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: {$LINK_FONT_COLOR};
]
.sharedsite_navlink [
color: #6092B7; /* =NAVLINK_FONT_COLOR= */
font-size: 11px;
font-weight: bold;
]
.login_navlink [
color: #3366CC; /* =NAVLINK_FONT_COLOR= */
font-size: 10pt;
]
/* Consider also setting a.navlink:hover */
/* For navlinks used in categories. If the category uses a background color,
then we must invert the font color. Example Usage:
id]">[$board->name]
|
or
[$catid->name]
|
*/
.category_navlink [
color: {$MODULE_TITLE_FONT_COLOR}; /* =MODULE_TITLE_FONT_COLOR= */
/* Reset the size to be the same as for the category bar */
/* font-size: x-large !important; */
font-weight: normal;
]
a.navbutton [
font-size: 11px !important;
font-weight: 600;
color: #050034 !important;;
text-decoration: none;
margin-left: 4px;
line-height: 24px !important;
]
a.navbutton:hover [
text-decoration: underline;
]
a.article_category_navlink [
color: black;
text-decoration: none;
font-weight: bold;
padding: 0px;
font-size: 12px;
]
/* ========================================
=== Bring in standard shared elements such as help links and boxes
=== These generally do not need to be changed from look to look
======================================== */
{include file="common/_standard_elements.tpl"}
/* ==============================
== Title
============================== */
/* .title is used by just about every module and is one level less than moduletitle
However, it is used in some links so it must appear after links
in the stylesheet.
It is important that category_navlink looks different than a .title, either by font, size, or highlighting
Otherwise, categories and articles visually intertwine
Examples:
// for articles
Article 1, medium label
|
// For boards
Topic 2
See reply
|
Setting this is pretty much manditory
*/
.title [
font-size: 12px;
font-weight: bold;
color: #000;
/* If you want regular titles to be a different color than main divisions, then set it here */
/* color: #676767; */ /* Anything except for =MODULE_TITLE_FONT_COLOR=, because that color would be there by default */
/* If you use a contrasting background-color, you should set the padding so that the text
is not too close to the colored rectangle.
background-color: #222222;
padding-left: 4px; padding-top: 1px; padding-bottom: 1px;
*/
]
/* Particular to HDMain */
.article_title [
color: #000;
font-size: 12px;
]
.article_title_bulleted [
color: #000;
font-size: 12px;
font-weight: normal;
line-height: 2.0em;
padding: 0px 0px 0px 10px;
]
a.article_title_link [
color: #5986A8;
font-size: 11px;
]
div.article_summary [
font-size: 12px;
padding-left: 32px;
]
/* child selector below is so a added by using the wysiwyg editor will not cause para return after the summary and before the Continued link to full article ;~)
looks okay in IE ONLY, FF leaves no space... blah. */
.article_summary p [
margin-bottom: 0px;
padding-bottom: 0px;
]
/* what about the lack of space between li's for article listings in Bulleted view in FF? answer here - looks okay in FF and doesn't effect IE6 */
li.article_title [
margin-bottom: 12px;
]
/* =======================================
=======================================
=======================================
Fine Tune BreadCrumb and You are Here
=======================================
=======================================
======================================= */
/* The You are Here classes are used in navigation breadcrumb and youarehere views
These typically are used as page titles so the HTML generator
special cases an extra class on them. In here you can set the font to be huge, set
background or boundaries, and otherwise make the section stand out
*/
.youarehere_modulebody [
font-size: 14pt;
font-weight: bold;
color: #df7004;
font-family: Trebuchet MS, verdana, sans-serif;
width: 400px;
height: 26px;
/*background-image: url("/hotdoodle_engine/layouts/images/HotDoodleTheme3/youheremodbodybg.gif"); */
background-repeat: repeat-x;
background-position: left bottom;
/* Either set color or shading */
/* =MODULE_TITLE_FONT_COLOR= */
/* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
/* You also need to override the navlink to be the same font size */
]
a.youarehere_navlink [
font-size: 11px;
color: #666; /* =MODULE_TITLE_FONT_COLOR= */
]
/* These affect the fields on the forms */
.hdform [
/* font-family: helvetica, arial, sans-serif; */ /* setting font family blows up html editor, so leave off for now */
padding: 5px 0px 7px 0px;
]
td.hdform_me [
/* font-family: helvetica, arial, sans-serif; */ /* setting font family blows up html editor, so leave off for now */
font-size: {$BASE_SIZE};
padding-left: 0;
vertical-align: top !important;
]
td.hdform_me_spacer [
padding-right: 5px;
]
table.hdform [
background-color: WHITE;
border: 0px;
]
.hdform_label [
font-size: {$BASE_SIZE};
text-align: left;
]
table.hdform input.button [
background-image: url('/hotdoodle_engine/looks/images/imagelib/main_site/gallery83/greenButton_bg.gif');
background-repeat: repeat-x;
background-color: white;
height: 25px;
font-weight: bold;
border: 1px solid #4E772A;
margin: 0px;
padding: 0 15px;
font-size: {$BASE_SIZE|font_size:1};
]
td.hdform_field, .hdform_field td [
font-size: {$BASE_SIZE};
padding-left: 0;
/*vertical-align: middle;*/
text-align: left;
]
td.hdform_field td.hdform_field [
padding: 0;
]
/* Special form field formatting
Example usage:
| Note: blah blah |
*/
tr.hdform_note td.hdform [
font-size: 11px;
line-height: 18px;
color: {$MAIN_FONT_COLOR};
]
tr.hdform_divider td.hdform [
font-size: {$BASE_SIZE|font_size:1};
font-weight: bold;
color: #0071bd;
]
input, textarea, select [
font-size: 13px !important;
font-family: {$MAIN_FONT_FAMILY};
color: {$MAIN_FONT_COLOR}; /* =MAIN_FONT_COLOR= 676767*/
padding-top: 0px; padding-bottom: 0px; padding-right: 0px;
padding-left: 0px;
]
.divtop input, .mainarea input [
font-size: 13px !important;
font-family: {$MAIN_FONT_FAMILY};
color: {$MAIN_FONT_COLOR}; /* =MAIN_FONT_COLOR= 676767*/
padding-top: 0px; padding-bottom: 0px; padding-right: 0px;
padding-left: 0px;
]
.divtop input.button [
color: white;
font-size: 10px !important;
{if $is_ie}
height: 20px !important;
{else}
height: 18px !important;
{/if}
margin: 0px;
background-image: url('/hotdoodle_engine/looks/images/imagelib/main_site/gallery83/greenButton_bg.gif');
background-repeat: repeat-x;
background-color: white;
border: 1px solid #4E772A;
vertical-align: top;
text-align: center;
]
.mainarea input.button [
color: white;
font-size: 10px !important;
height: 20px !important;
margin: 4px 0px 0px 6px;
background-image: url('/hotdoodle_engine/looks/images/imagelib/main_site/gallery83/greenButton_bg.gif');
background-repeat: repeat-x;
background-color: white;
border: 1px solid #4E772A;
vertical-align: middle;
text-align: center;
]
form td [
font-size: {$BASE_SIZE};
]
form td input.button [
margin-left: 0 !important;
]
/* Sometimes we want a link to look like a button, partcularly when (doodlelink dlink=form)
Such links generate as instead of the more common
So you need to define a.button to look like a form button */
p.button [
line-height: 2.3em;
padding: 4px 0px 4px 0px;
text-align: right;
]
a.button, p.button a [
background-color: #333333;
background: -webkit-linear-gradient(#555555, #333333);
background: -o-linear-gradient(#555555, #333333);
background: -moz-linear-gradient(#555555, #333333);
background: linear-gradient(#555555, #333333);
padding: 8px 20px 10px;
border-radius: 7px;
text-decoration: none;
color: #FFFFFF !important;
text-shadow: 0px 1px 1px #333;
]
a.button:active, a.button:hover [
color: #FFFFFF;
background-color: #555555;
background: -webkit-linear-gradient(#666666, #444444);
background: -o-linear-gradient(#666666, #444444);
background: -moz-linear-gradient(#666666, #444444);
background: linear-gradient(#666666, #444444);
/*background-image: url("/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery38/button_stripe_orange_on.gif"); */
]
a.button_minor, p.button_minor a [
color: BLACK;
background-color: #E6E6E6;
/*border-top: 3px solid #FEC786;
border-right: 3px solid #FC830E;
border-bottom: 3px solid #E67405;
border-left: 3px solid #FCBC70; */
border: 1px solid #B2B2B2;
font-size: 10px;
font-weight: bold;
/*line-height: 2.3em;*/
line-height: 18px;
padding: 5px 8px 5px 8px;
text-decoration: none;
text-align: center;
vertical-align: middle;
]
/*
td.penpal_data_actions a.button_minor, td.penpal_data_actions p.button_minor a[
width: 135px;
]*/
a.button_minor:active [
color: BLACK;
background-color: #F2F2F2;
/*background-image: url("/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery38/button_stripe_orange_on.gif"); */
]
a.button_minor:hover [
color: BLACK;
background-color: #F2F2F2;
/*background-image: url("/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery38/button_stripe_orange_on.gif"); */
]
/* Bigger, bolder, prettier buttons! */
p.shinybutton [
/*line-height: 10px;*/
/*padding: 4px 0px 4px 0px;*/
text-align: center;
width: 175px !important;
height: 48px;
padding-top: 14px;
background-image: url('/hotdoodle_engine/looks/images/imagelib/main_site/gallery52/blankButton.gif');
background-repeat: no-repeat;
]
a.shinybutton, p.shinybutton a [
color: white;
font-size: 14px;
font-weight: bold;
line-height: 14px;
/*padding-bottom: 17px;*/
text-decoration: none;
text-align: center !important;
vertical-align: middle;
]
a.shinybutton:active [
color: #FFE2C0;
background-color: #FFAC4C;
background-image: url("/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery38/button_stripe_orange_on.gif");
]
p.shinybutton a.shinybutton:hover [
color: #FFE2C0 !important; /* */
background-image: url('/hotdoodle_engine/looks/images/imagelib/main_site/gallery52/blankButton.gif') !important;
padding-top: 12px !important;
background-color: #FFAC4C;
/* background-image: url("/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery38/button_stripe_orange_on.gif");
*/
]
/* Bring in standard formatting for option buttons on forms */
{include file="common/_opbuttons.tpl"}
.helpbox_popup, .helpbox_popup p, .helpbox_popup li [
background-color: white !important;
color: #333333 !important;
font-size: 10px !important;
]
.helpbox_popup span [
color: #F7931E !important;
]
div.helpbox [
background-color: #FFFFCC;
]
/* =======================================
=======================================
=======================================
HotDoodle Main Site Specific Classes (Used only in the main site)
=======================================
=======================================
======================================= */
.customer_example [
font-size: x-small !important;
]
/* ==============================
== Navigation Vertical Menu
============================== */
.navigation_modulebody .panel-default [
background-color: {$VERTICAL_MENU_BG_COLOR} !important; /* =VERTICAL_MENU_BG_COLOR= */
]
.navigation_modulebody .panel-default:hover [
background-color: {$VERTICAL_MENU_HOVER_BG_COLOR} !important; /* =VERTICAL_MENU_HOVER_BG_COLOR= */
]
.navigation_modulebody .panel-default > .panel-heading > a [
color: {$VERTICAL_MENU_FONT_COLOR} !important; /* =VERTICAL_MENU_FONT_COLOR= */
]
.navigation_modulebody .panel-primary > .panel-heading [
background-color: {$VERTICAL_MENU_CURRENT_BG_COLOR} !important; /* =VERTICAL_MENU_CURRENT_BG_COLOR= */
]
.navigation_modulebody .panel-primary [
border-color: {$VERTICAL_MENU_CURRENT_BG_COLOR} !important; /* =VERTICAL_MENU_CURRENT_BG_COLOR= */
]
.navigation_modulebody .panel-primary > .panel-heading > a [
color: {$VERTICAL_MENU_CURRENT_FONT_COLOR} !important; /* =VERTICAL_MENU_CURRENT_FONT_COLOR= */
]
/* =======================================
== Navigation Horizontal Menu
======================================= */
/* Regular horizontal menu overall bar*/
nav.navbar-default [
background: {$MENU_BG_COLOR} !important;
{if $MENU_BG_IMAGE}
background: URL('{$MENU_BG_IMAGE}') repeat-x top center !important;
{/if}
border: 1px solid #323232 !important;
]
/* This transparent background will overwrite the Bootstrap classes so MENU_HOVER_BG_COLOR can be used in the theme */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus [
background: transparent !important;
]
/* Regular horizontal menu general tab */
.navbar-default .navbar-nav > li > a [
font-family: {$MENU_FONT_FAMILY}; /* =MENU_FONT_FAMILY= */
color: {$MENU_FONT_COLOR} !important; /* =MENU_FONT_COLOR= */
font-weight: normal;
text-shadow: 0px 1px 0px {$SHADOW_COLOR};
]
.navbar-default .navbar-nav > li > a:hover [
color: {$MENU_HOVER_FONT_COLOR} !important; /* =MENU_FONT_COLOR= */
]
/* Regular horizontal menu current tab */
nav.navbar-default li.active [
background: {$MENU_CURRENT_BG_COLOR} !important;
box-shadow: 0px 10px 10px {$SHADOW_COLOR} inset;
]
nav.navbar-default li.active a [
color: {$MENU_CURRENT_FONT_COLOR} !important;
]
.dropdown-menu > .active > a [
background: {$MENU_CURRENT_BG_COLOR} !important;
box-shadow: none;
]
/* Horizontal menu in link view in footer (to center the tabs) */
footer .nav-pills > li [
float :none;
display: inline-block;
]
footer .nav-tabs [
text-align:center;
]
/* Dropdown tabs */
header .dropdown-menu li [
text-align: left;
font-family: {$MAIN_FONT_FAMILY};
]
.dropdown-menu [
background-color: {$DROPDOWN_BG_COLOR} !important;
]
.dropdown-menu > li > a:hover [
background-color: {$DROPDOWN_HOVER_BG_COLOR} !important;
]
.dropdown-menu > li > a [
color: {$DROPDOWN_FONT_COLOR} !important;
]
.divtop .navigation_modulebody [
text-align: center;
height: 40px;
background-color: transparent;
background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/4976030088c5d/gallery127/navBg.gif');
background-repeat: repeat-x;
]
{* ============== not in HDMain ================
/*td.topnavfancy [*/ /* Used in Only Top Nav Buttons */
/*text-align: left;
background-color: transparent;*/ /* =TOPNAV_BG_COLOR= */
/* padding:0 0 0 3px;
margin: 0px;
text-decoration:none;
vertical-align: bottom;*/
/*]*/
td.topnavfancy:hover [ /* Used in Only Top Nav Buttons */
margin-left:2px;
vertical-align: bottom;
]
table.topnav_global [
width: 100%;
margin-top: 4px;
margin-right: 8px; /* right padding overridden by... */
padding-right: 8px;
]
================ *}
td.topnav_global [
width: 100%;
font-size: 11px;
margin: 0px;
padding-top: 4px;
]
a.topnav_global [
color: #3E9C53;
margin: 0px 4px 0px 4px;
]
table.navigation_modulebody td [
padding: 0px;
]
/* ========================================
=== Pull Down Menus, new 2/2007 standard
======================================== */
{include file="common/_pulldownmenus.tpl"}
/* =======================================
=======================================
=======================================
Specific to some themes
=======================================
=======================================
======================================= */
.secondarysidebar, .rightsidebar [
]
.mainsidebar [
]
.mainsidebar [
]
.sidebar [ /* used in many themes. 1024x768 should be the typical presumed window size */
]
.leftsidebar [
padding: 0px;
]
/* The stylesheet does not know if the left or the right sidebar is the main
one, the one with logins, menus, etc.
The layout file sets mainsidebar as an extra class.
Example Usage:
*/
/* =======================================
=======================================
=======================================
Header
=======================================
=======================================
======================================= */
/* header is used in many themes, and stands alone. It used to be called .header, but this conflicted.
>
*/
header [
margin: 0;
padding: 30px 0px 0px 0px;
min-height:{$HEADER_HEIGHT};
background: {$HEADER_BG_COLOR}; /* =HEADER_BG_COLOR= */
{if $HEADER_BG_IMAGE}
background-image: url('{$HEADER_BG_IMAGE}');
background-repeat: repeat-x;
background-position: top center;
{/if}
box-shadow: 0px 5px 5px {$SHADOW_COLOR};
]
/* Sometimes the header can be in a different color.
Setting header .modulebody establishes the default for
elements in the top bar */
header .moduletitle [
font-family: {$HEADER_FONT_FAMILY};
color: {$HEADER_FONT_COLOR};
font-size: {$BASE_SIZE|font_size:4};
text-align: left;
]
header .modulebody [
font-family: {$HEADER_FONT_FAMILY};
color: {$HEADER_FONT_COLOR};
font-size: {$BASE_SIZE|font_size:2};
text-align: left;
margin-bottom: 15px;
]
.mainarea_table [
margin-left: auto;
margin-right: auto;
padding: 0px;
]
.mainarea, .centerarea,.divmain [
/*width: 960px !important;*/
{if $is_mobile}
padding: 0px 0px 0px 0px;
{else}
padding: 20px 0px 20px 0px;
{/if}
background-color: {$MAIN_BG_COLOR}; /* =MAIN_BG_COLOR= */
margin: 26px 0px 0px 0px;
text-align: left;
/* Footer is used in many themes, and is typically a specialization of center area
(even if it is not centered tothe centyer area )
Typical Usage:
| |