/[drupal]/contributions/themes/001_dev_skin/instruction.html
ViewVC logotype

Diff of /contributions/themes/001_dev_skin/instruction.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Jun 29 07:51:43 2009 UTC revision 1.2, Wed Jul 1 05:20:17 2009 UTC
# Line 1  Line 1 
1    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2    <html xmlns="http://www.w3.org/1999/xhtml">
3    <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <title>Untitled Document</title>
6    </head>
7    
8    <body>
9    <p>001 Dev Skin</p>
10  <p>This theme is a pure css theme which requires a host theme - the Devavrata Core Theme (FREE Version, downloadable here.)</p>  <p>This theme is a pure css theme which requires a host theme - the Devavrata Core Theme (FREE Version, downloadable here.)</p>
11  <p>This is a  subtheme of Devavrata Core Theme</p>  <p>This is a  subtheme of Devavrata Core Theme</p>
12  <p><strong>Look Pro, Feel Pro with this theme! It's time take another step in theming.</strong></p>  <p><strong>Look Pro, Feel Pro with this theme! It's time to take another step in theming.</strong></p>
13  <p>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.)</p>  <p>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.)</p>
14  <p>You can also transform this into a video block, anybody want to try? please share and give your instructions.</p>  <p>You can also transform this into a video block, anybody want to try? please share and give your instructions.</p>
15  <p><strong>Required:</strong></p>  <p><strong>Required:</strong></p>
16  <ul>  <ul>
17    <li><a href="http://drupal.org/project/devavrata_free_bare">Devavrata Core Theme </a>(php theme template)</li>    <li><a href="http://drupal.org/project/devavrata_free_bare">Devavrata Core Theme </a>(php theme template)</li>
18    <li><a href="http://drupal.org/project/cck">CCK module</a> (for creating image field on the page)</li>    <li><a href="http://drupal.org/project/cck">CCK module</a> (for creating image field on the page)</li>
19      <li><a href="http://drupal.org/project/imageapi">ImageAPI module</a>  (API module)</li>
20    <li><a href="http://drupal.org/project/imagecache">Imagecache module</a>  (for image resize)</li>    <li><a href="http://drupal.org/project/imagecache">Imagecache module</a>  (for image resize)</li>
21    <li><a href="http://drupal.org/project/filefield">Filefield module</a>  (CCK plugin)</li>    <li><a href="http://drupal.org/project/filefield">Filefield module</a>  (CCK plugin)</li>
22    <li><a href="http://drupal.org/project/imagefield">Imagefield module </a> (CCK plugin)</li>    <li><a href="http://drupal.org/project/imagefield">Imagefield module </a> (CCK plugin)</li>
# Line 52  Line 62 
62          font-size: 14px;          font-size: 14px;
63          color: #FFF;          color: #FFF;
64  }  }
 #header-region .block-panel {  
         border: none;  
         background: none;  
 }  
65  #header-region {  #header-region {
66          border: none;          border: none;
67          background-image: url(images/header_800_slideshow_gray.png);          background-image: url(images/header_800_slideshow_gray.png) !important;
68          background-repeat: no-repeat;          background-repeat: no-repeat;
69          background-position: 0px 0px;          background-position: 0px 0px;
70          filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=1);          filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
71          filter: Alpha(opacity=100);          filter: Alpha(opacity=100);
72          opacity: 1;          opacity: 1;
73            height: 250px;
74  }  }
75  #header {  #header {
76          position: relative;          position: relative;
# Line 73  Line 79 
79          margin-right: 28px;          margin-right: 28px;
80          margin-top: 15px;          margin-top: 15px;
81          margin-bottom: 0px;          margin-bottom: 0px;
   
82  }  }
83  #header .view-content{  #header .view-content{
84          width: 290px;          width: 290px;
# Line 82  Line 87 
87          position: relative;          position: relative;
88          top: 120px;          top: 120px;
89  }  }
 .header {  
         background: none;  
 }  
   
90  #search {  #search {
91          position: absolute;          position: absolute;
92          top: 40px;          top: 40px;
# Line 94  Line 95 
95    
96    
97  </code>  </code>
98    
99    </body>
100    </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2