001 Dev Skin

This theme is a pure css theme which requires a host theme - the Devavrata Core Theme (FREE Version, downloadable here.)

This is a subtheme of Devavrata Core Theme

Look Pro, Feel Pro with this theme! It's time to take another step in theming.

Note: This theme is tested on Internet Explorer7, Safari, Firefox, Explorer6?(NO, if somebody wants to fix this, you are very welcome, thanks in advance.)

You can also transform this into a video block, anybody want to try? please share and give your instructions.

Required:

Instructions:

With the use of a few lines of CSS override and images, you can transform Devavrata Core Theme to your own theme, create your own skin and contribute to Drupal.org

Here is my sample CSS override used in 001 Dev Skin

/************************************* * 001 Dev Skin *************************************/ #header-region h1, #header-region h1 a { font-size: 36px; color: #FFF; } #site-name-shadow { display: none; } #site-slogan h3{ font-size: 14px; color: #FFF; } #header-region { border: none; background-image: url(images/header_800_slideshow_gray.png) !important; background-repeat: no-repeat; background-position: 0px 0px; filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=1); filter: Alpha(opacity=100); opacity: 1; height: 250px; } #header { position: relative; height: 235px; width: 290px; margin-right: 28px; margin-top: 15px; margin-bottom: 0px; } #header .view-content{ width: 290px; } #logo-block { position: relative; top: 120px; } #search { position: absolute; top: 40px; right: 350px; }