Here i will collect fixes and enhancements for the Rockettheme template defaults.
CAPTCHA (i.e. Extension: "Recaptcha" within Easy Calc Check Plus )
../templates/rt_TEMPLATE_NAME/css/joomla.css at about line 147
Comment out/* #recaptcha_widget_div {position: absolute;top: -140px;} */
Howto fix parent and currrent article category alignment?
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p749071
Useful topics / Howtos Joomla 1.7
Howto increase content width? Notice that the new feature value "66" corresponds with an actual content width of 980 pixel, a good standard for 1280 screen resolution. Further with this setup your "main area background images (i.e. slideshow) should have the width of 1100 px. Example
starwarstor.eu
www.rockettheme.com/forum/index.php?f=30...pic&start=45#p698654
Howto remove Shadow?body.page-overlay-light .block-shadow,
body.page-overlay-light .component-block {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
related topic
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p736409
Together with above no shadow solution:
Howto Rounded Corners on main content? (with shadows) /* BORDER RADIUS */
body.page-overlay-light .block-shadow, body.page-overlay-light .component-block, .rt-block,#rt-content-bottom,.component-block,#rt-page-surround,body.page-overlay-light,body.page-overlay-dark,.grad-bottom {
border-radius: 10px;
-webkit-box-shadow: 10px;
-moz-box-shadow: 10px;
}
www.rockettheme.com/forum/index.php?f=54...51529&rb_v=viewtopic
How to change the style from System messages?
Add these to your template.css/* System Messages */
#system-message { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; }
#system-message dd ul { background: #581013; color: #f3df68; margin: 10px 0 10px 0; list-style: none; padding: 10px; border: 2px solid #59351a;}
/* System Standard Messages */
#system-message dt.message {display: none;}
/* System Error Messages */
#system-message dt.error {display: none;}
#system-message dd.error ul {color: #f3df68;background-color: #581013;border: 2px solid #59351a;}
/* System Notice Messages */
#system-message dt.notice {display: none;}
#system-message dd.notice ul {color: #f3df68;background: #581013;border: 2px solid #59351a;}
/* Debug */
#system-debug {color: #ccc;background-color: #fff;padding: 10px;margin: 10px;}
#system-debug div {font-size: 11px;}
Howto remove dashed border from article views?
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p749054
Strange Gap in Top-bar (How to setup top-bar height with custom module class suffix)
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p749547
Make Mainbody content area Semi-Transparent
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p757669
MOMENTUM TEMPLATE
Howto remove spacing below Article Title?
div.module-title {
margin-bottom: 0;
}
ROK GALLERY
=================
Howto remove space between Slideshow and Content?
www.rockettheme.com/forum/index.php?f=57..._v=viewtopic#p758181
More Text on a line in Momentum Rok Gallery
www.rockettheme.com/forum/index.php?f=54...51683&rb_v=viewtopic
Change SS Slideshow font (module/rok_gallery/...
www.rockettheme.com/forum/index.php?f=52..._v=viewtopic#p695035
Customize text in RokGallery Titles and text
www.rockettheme.com/forum/index.php?f=54..._v=viewtopic#p726541
Howto change RokGallery Title css?
www.rockettheme.com/forum/index.php?f=57...56584&rb_v=viewtopic
HALYCON TEMPLATE FIXES
Howto fix odd bottom 1px line?
www.rockettheme.com/forum/index.php?f=57...56587&rb_v=viewtopic
Howto remove top gap?
www.rockettheme.com/forum/index.php?f=57..._v=viewtopic#p771354