/[drupal]/contributions/themes/001_dev_skin/backgrounds.css
ViewVC logotype

Diff of /contributions/themes/001_dev_skin/backgrounds.css

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 8  Line 8 
8   ***********************************************************/   ***********************************************************/
9    
10  /***************************************  /***************************************
11   * HELPER TAGS   * WHITE BACKGROUND
12   ***************************************/   ***************************************/
 .main-section {}  
 .sub-section {}  
13  .block-panel {  .block-panel {
14          background-color: #ffffff;          background-color: #ffffff;
15          filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5);          filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5);
16          filter: Alpha(opacity=90);          filter: Alpha(opacity=90);
17          opacity: .9;          opacity: .9;
18  }  }
 .inner-section {}  
19  /***************************************  /***************************************
20   * XHTML TAGS   * BODY BACKGROUND
21   ***************************************/   ***************************************/
22  body {  body {
23          background-image: url(images/background.png);          background-image: url(images/background.png);
# Line 29  body { Line 26  body {
26          background-attachment: fixed;          background-attachment: fixed;
27          background-color: #000000;          background-color: #000000;
28  }  }
   
 /*******************************************  
  * LEFT & RIGHT SIDEBARS OUTSIDE/INNER AREA  
  *******************************************/  
 #left-outside, #sidebar-left {}  
 #right-outside, #sidebar-right {}  
 .sidebar-outside, .sidebars {}  
   
 #left {}  
 #left-bottom {}  
   
 #left-outside {}  
 #left-outside-bottom {}  
   
 #right {}  
 #right-bottom {}  
   
 #right-outside {}  
 #right-outside-bottom {}  
   
 /***************************************  
  * HEADER-WRAPPER AREA  
  ***************************************/  
 #header-top {}  
 #header-region {}  
 #header-bottom {}  
29  /***************************************  /***************************************
30   * PRIMARY & SECONDARY LINKS   * PRIMARY & SECONDARY LINKS
31   ***************************************/   ***************************************/
# Line 71  body { Line 42  body {
42  /************************************************  /************************************************
43   * COLUMN REGIONS   * COLUMN REGIONS
44   ************************************************/   ************************************************/
   
 #Preface {}  
 #Preface-col1 {}  
 #Preface-col2 {}  
 #Preface-col3 {}  
 #Preface-col4 {}  
   
 #Postscript {}  
 #Postscript-col1 {}  
 #Postscript-col2 {}  
 #Postscript-col3 {}  
 #Postscript-col4 {}  
   
 .column-region {}  
   
 .column-4column-widest {}  
 .column-3column-wider {}  
 .column-4column-wide {}  
   
 .column-4column-widest-800px {}  
 .column-3column-wider-800px {}  
 .column-4column-wide-800px {}  
   
 .column-4column-widest-600px {}  
 .column-3column-wider-600px {}  
 .column-4column-wide-600px {}  
   
 .column-4 {}  
 .column-3 {}  
 .column-2 {}  
 .column-1 {}  
   
 .column-4-800px {}  
 .column-3-800px {}  
 .column-2-800px {}  
 .column-1-800px {}  
   
 .column-4-600px {}  
 .column-3-600px {}  
 .column-2-600px {}  
 .column-1-600px {}  
   
45  .column {  .column {
46          background-color: #ffffff;          background-color: #ffffff;
47          background-image: url(images/bg_bar_long.png);          background-image: url(images/bg_bar_long.png);
48          background-repeat: repeat-x;          background-repeat: repeat-x;
49          background-position: 0px 0px;          background-position: 0px 0px;
50  }  }
51  #Preface, #Postscript, #Content-Column, #Header, #Footer {  #Header-Top, #Header-Bottom, #Menu,#Preface, #Postscript, #Content-Column, #Footer {
52          background-color: #ffffff;          background-color: #ffffff;
53          background-image: url(images/bg_bar_long_dark.png);          background-image: url(images/bg_bar_long_dark.png) !important;
54          background-repeat: repeat-x;          background-repeat: repeat-x;
55          background-position: 0px bottom;          background-position: 0px bottom;
56  }  }
57  /***************************************  /***************************************
  * CONTENT-WRAPPER AREA  
  ***************************************/  
 #content-top {}  
 #content-elements {}  
 #content-main {}  
 #content-bottom {}  
 #content-main .content {}  
 /***************************************  
  * NODE AREA  
  ***************************************/  
 .node {}  
 /***************************************  
  * FOOTER-WRAPPER AREA  
  ***************************************/  
 #footer-top {}  
 #footer-region {}  
 #footer {}  
 #footer-bottom {}  
 /***************************************  
58   * BLOCK AREA   * BLOCK AREA
59   ***************************************/   ***************************************/
 .block {}  
 .block .content {}  
60  .block-title {  .block-title {
61          background-image: url(images/bg_bar.png);          background-image: url(images/bg_bar.png);
62          background-repeat: repeat-x;          background-repeat: repeat-x;
# Line 158  body { Line 66  body {
66   * MISCELLANEOUS   * MISCELLANEOUS
67   ***************************************/   ***************************************/
68  #forum .container { background-color: #c1c1c1; }  #forum .container { background-color: #c1c1c1; }
69  #content-main #block-links { background-color: #dedede; }  #content-region #block-links { background-color: #dedede; }
70  #devavrata-link {  #devavrata-link {
71          width: 300px;          width: 300px;
72          height: 25px;          height: 25px;

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

  ViewVC Help
Powered by ViewVC 1.1.2