templates/base.html
author anoop
Fri, 04 Jun 2010 19:00:02 +0530
branchanoop
changeset 31 ec540dfbfe78
parent 30 11f828503666
child 33 e17ac1365fb2
permissions -rw-r--r--
added more pages.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     2
<html class="js" dir="ltr" xml:lang="en" 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     3
xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     4
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     5
  
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     6
    <title>{% block title %}SAGE DAYS 25, India{% endblock %}</title>
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     7
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     8
<!--<link type="text/css" rel="stylesheet" media="all" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     9
<!--href="index_files/style.css">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    10
    <script type="text/javascript" src="index_files/jquery.js"></script>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    11
  <style>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    12
    #header-image { background-color: #FFFFFF;  }
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    13
    h1, h2, h3, h4, h5, #headline a { color: #FF9900; }
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    14
  </style>
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
    15
<style type="text/css">
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    16
body {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    17
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    18
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    19
  color:#666666;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    20
  background-color:#f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    21
  font-family: Arial, "Trebuchet MS", Verdana;
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    22
  font-size: 90%;
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    23
  background-repeat:repeat-x;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    24
  background-position:top;
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    25
  text-align: justify;
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    26
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    27
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    28
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    29
/**********      Main Layout       ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    30
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    31
#pagewrapper {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    32
  margin:auto; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    33
  width:960px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    34
  border:15px solid #ffffff; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    35
  background-color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    36
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    37
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    38
#logo {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    39
  bottom:-7px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    40
  margin-right:3px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    41
  position:relative;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    42
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    43
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    44
#site-slogan {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    45
  color:#999999;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    46
  font-size:11px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    47
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    48
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    49
#header-image {
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    50
  height:180px;/*120px*/
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    51
  background-color:#FFFFFF;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    52
  background-image:url(/media/logo.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    53
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    54
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    55
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    56
#site-mission {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    57
  font-size:11px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    58
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    59
  padding:20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    60
  text-align:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    61
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    62
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    63
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    64
#contentwrapper p,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    65
#contentwrapper li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    66
  line-height:160%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    67
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    68
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    69
#tabs-wrapper {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    70
  margin-bottom:20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    71
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    72
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    73
.content-padding {
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    74
  padding:0px;
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    75
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    76
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    77
#sidebar-left {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    78
  width:21%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    79
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    80
  margin-right:1%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    81
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    82
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    83
#middle-content {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    84
  width:99%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    85
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    86
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    87
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    88
.sidebar-left #middle-content{
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    89
  width:77%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    90
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    91
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    92
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    93
.sidebars #middle-content {
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    94
  width:77%;
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    95
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    96
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
    97
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    98
<!-- #sidebar-right {
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
    99
  width:0%;
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   100
  float:right;
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
   101
} -->
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   102
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   103
div.tablewrapper {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   104
  width:99%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   105
  overflow:auto;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   106
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   107
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   108
#footer {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   109
  margin-top:50px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   110
  text-align:center;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   111
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   112
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   113
a.feed-icon {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   114
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   115
  padding:10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   116
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   117
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   118
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   119
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   120
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   121
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   122
/**********      Main Style        ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   123
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   124
h1, h2, h3, h4, h5, #headline a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   125
  margin-top:0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   126
  margin-bottom:0.5em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   127
  color:#FF9900;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   128
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   129
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   130
h1 {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   131
  font-size:200%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   132
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   133
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   134
h2 {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   135
  font-size:160%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   136
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   137
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   138
h3 {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   139
  font-size:140%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   140
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   141
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   142
li.leaf {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   143
  list-style-image:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   144
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   145
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   146
a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   147
  text-decoration:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   148
  color:#006699;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   149
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   150
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   151
p {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   152
  margin:1.5em 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   153
  padding:0px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   154
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   155
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   156
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   157
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   158
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   159
/**********     Admin Style        ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   160
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   161
div.messages {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   162
  border: 3px solid #FF9900;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   163
  padding:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   164
  margin: 10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   165
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   166
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   167
div.admin .left,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   168
div.admin .right {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   169
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   170
  width:49%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   171
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   172
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   173
div.admin-panel {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   174
  margin:10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   175
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   176
  border:4px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   177
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   178
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   179
div.admin-panel .body {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   180
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   181
  padding-right:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   182
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   183
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   184
div.admin-panel .body dl,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   185
div.admin-panel .body ul {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   186
  padding-left:15px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   187
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   188
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   189
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   190
#tabs-wrapper ul.tabs {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   191
  width:99%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   192
  overflow:auto;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   193
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   194
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   195
ul.primary {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   196
  border-bottom:1px solid #cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   197
  border-top:1px solid #cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   198
  border-collapse:collapse;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   199
  list-style-image:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   200
  list-style-position:outside;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   201
  list-style-type:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   202
  margin:5px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   203
  padding:4px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   204
  white-space:nowrap;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   205
  font-size:0.9em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   206
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   207
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   208
#tabs-wrapper ul.primary li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   209
  margin-right:2px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   210
  background-color:transparent;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   211
  background-image:url(img/edit-tab-left-grey.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   212
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   213
  background-position:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   214
  padding:2px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   215
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   216
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   217
#tabs-wrapper ul.primary li.active {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   218
  background-color:transparent;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   219
  background-image:url(img/edit-tab-left-black.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   220
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   221
  background-position:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   222
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   223
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   224
#tabs-wrapper ul.primary li a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   225
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   226
  color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   227
  background-color:transparent;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   228
  border:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   229
  background-image:url(img/edit-tab-right-grey.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   230
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   231
  background-position:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   232
  padding:2px 10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   233
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   234
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   235
#tabs-wrapper ul.primary li a:hover {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   236
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   237
  color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   238
  background-color:transparent;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   239
  border:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   240
  background-image:url(img/edit-tab-right-grey.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   241
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   242
  background-position:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   243
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   244
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   245
#tabs-wrapper ul.primary li.active a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   246
  background-color:transparent;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   247
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   248
  border:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   249
  background-image:url(img/edit-tab-right-black.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   250
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   251
  background-position:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   252
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   253
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   254
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   255
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   256
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   257
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   258
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   259
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   260
/**********     Table Style        ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   261
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   262
table,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   263
table.package {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   264
  width:99%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   265
  margin: 1em 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   266
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   267
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   268
table tr.odd {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   269
  background-color:#f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   270
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   271
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   272
table tr.even {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   273
  background-color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   274
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   275
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   276
table {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   277
  border:4px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   278
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   279
  border-collapse: separate;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   280
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   281
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   282
table th,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   283
table td {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   284
  padding-left:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   285
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   286
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   287
table th a,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   288
table td a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   289
  text-decoration:underline;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   290
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   291
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   292
table th a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   293
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   294
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   295
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   296
table thead {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   297
  background-color:#e0e0e0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   298
  color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   299
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   300
  background-image:url(img/bg-forum.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   301
  background-position:top;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   302
  background-repeat:repeat-x;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   303
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   304
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   305
td.container {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   306
  background-color:#e0e0e0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   307
  color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   308
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   309
  background-image:url(img/bg-forum.png);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   310
  background-position:top;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   311
  background-repeat:repeat-x;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   312
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   313
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   314
td.container a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   315
  text-decoration:underline;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   316
  font-size:1.3em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   317
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   318
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   319
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   320
td.container .description {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   321
  margin-bottom:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   322
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   323
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   324
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   325
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   326
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   327
/**********    Fieldset Style      ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   328
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   329
fieldset ul.clear-block li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   330
  margin: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   331
  padding: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   332
  background-image: none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   333
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   334
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   335
fieldset.collapsible, fieldset {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   336
  border:4px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   337
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   338
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   339
fieldset.collapsible legend, fieldset legend {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   340
  font-size:1.2em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   341
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   342
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   343
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   344
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   345
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   346
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   347
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   348
/**********     Primary Links      ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   349
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   350
ul.links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   351
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   352
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   353
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   354
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   355
#navigation-primary ul.primary-links {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   356
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   357
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   358
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   359
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   360
#navigation-primary ul.primary-links li,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   361
#navigation-primary ul.primary-links li a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   362
  padding-top: 5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   363
  padding-bottom: 5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   364
  margin-bottom:1px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   365
  margin-left:0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   366
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   367
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   368
#navigation-primary ul.primary-links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   369
  list-style:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   370
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   371
  margin-right: 1px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   372
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   373
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   374
#navigation-primary ul.primary-links li a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   375
  padding-left: 20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   376
  padding-right: 20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   377
  border-bottom:1px solid #ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   378
  background-color:#999999;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   379
  background-image:url(img/corner.gif);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   380
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   381
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   382
  text-decoration:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   383
  font-size:1.2em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   384
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   385
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   386
#navigation-primary ul.primary-links li a.active {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   387
  background-color:#000000;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   388
  background-repeat:no-repeat;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   389
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   390
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   391
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   392
#navigation-primary ul.primary-links li a:hover {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   393
  background-color:#000000;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   394
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   395
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   396
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   397
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   398
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   399
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   400
/**********    Secondary Links     ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   401
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   402
#navigation-secondary {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   403
border-bottom:1px solid #ffffff; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   404
  background-color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   405
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   406
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   407
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   408
ul.secondary-links {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   409
  margin:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   410
  padding:0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   411
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   412
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   413
ul.secondary-links li,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   414
ul.secondary-links li a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   415
  padding-top: 0.4em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   416
  padding-bottom: 0.3em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   417
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   418
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   419
ul.secondary-links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   420
  list-style:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   421
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   422
  border-right: 1px solid #ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   423
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   424
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   425
ul.secondary-links li a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   426
  padding-left: 20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   427
  padding-right: 20px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   428
  color:#cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   429
  text-decoration:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   430
  background-color:#333333;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   431
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   432
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   433
ul.secondary-links li a.active {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   434
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   435
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   436
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   437
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   438
ul.secondary-links li a:hover {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   439
  color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   440
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   441
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   442
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   443
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   444
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   445
/**********    Breadcrumb Links    ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   446
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   447
#navigation-breadcrumb {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   448
  padding:5px 20px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   449
  border-top: 1px solid #ffffff;
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
   450
  background-image:url(/media/bg_breadcrumb.gif);
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   451
  background-repeat:repeat-x;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   452
//  margin-bottom:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   453
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   454
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   455
#navigation-breadcrumb,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   456
#navigation-breadcrumb a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   457
  color:#999999;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   458
  text-decoration:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   459
  padding-right:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   460
  padding-left:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   461
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   462
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   463
#navigation-breadcrumb a:hover {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   464
  color:#999999;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   465
  text-decoration:underline;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   466
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   467
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   468
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   469
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   470
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   471
/**********      Block Style       ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   472
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   473
.block {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   474
  margin-bottom:1.5em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   475
  padding:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   476
  background-color:#f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   477
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   478
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   479
div.block-region {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   480
  background-color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   481
  border: 4px dashed #006699;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   482
  color:#999999;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   483
  font-size:180%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   484
  text-align:center;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   485
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   486
  margin-bottom:1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   487
  margin-top:1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   488
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   489
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   490
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   491
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   492
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   493
/**********      User login        ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   494
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   495
#user-login-form {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   496
  text-align:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   497
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   498
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   499
#user-login-form .form-item input {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   500
  width:95%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   501
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   502
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   503
#user-login-form input.form-submit {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   504
  margin-bottom:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   505
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   506
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   507
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   508
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   509
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   510
/**********      Node Style        ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   511
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   512
.node.teaser {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   513
  padding:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   514
  margin-bottom:1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   515
  border: 5px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   516
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   517
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   518
.node .field {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   519
  padding:10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   520
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   521
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   522
.node .clear {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   523
  margin:1em 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   524
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   525
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   526
.node .content {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   527
  padding-top:0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   528
  margin-bottom:1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   529
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   530
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   531
.node .links, .comment .links {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   532
  text-align: left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   533
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   534
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   535
.node .links ul.links li, 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   536
.comment .links ul.links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   537
  padding-left: 1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   538
  float: right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   539
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   540
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   541
.terms ul.links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   542
  margin-left: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   543
  margin-right: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   544
  padding-right: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   545
  padding-left: 1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   546
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   547
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   548
.new {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   549
  color: #ffae00;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   550
  font-size: 0.92em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   551
  font-weight: bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   552
  float: right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   553
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   554
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   555
.terms {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   556
  float: right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   557
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   558
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   559
.terms ul.links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   560
  display: inline;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   561
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   562
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   563
.preview .node, .preview .comment, .sticky {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   564
  margin: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   565
  padding: 0.5em 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   566
  border: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   567
  background: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   568
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   569
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   570
.sticky {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   571
  padding: 1em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   572
  background-color: #fff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   573
  border: 1px solid #e0e5fb;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   574
  margin-bottom: 2em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   575
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   576
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   577
div.picture {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   578
  float:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   579
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   580
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   581
div.picture img {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   582
  border: 1px solid #cccccc; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   583
  margin: 0px 0px 10px 10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   584
  padding: 3px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   585
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   586
  background-color: #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   587
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   588
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   589
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   590
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   591
/**********      Forum Style       ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   592
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   593
div.forum-topic {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   594
  border:5px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   595
  background-color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   596
  padding:1px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   597
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   598
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   599
div.forum-topic .user-info {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   600
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   601
  width:25%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   602
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   603
  border-right:3px solid #f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   604
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   605
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   606
div.forum-topic .topic {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   607
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   608
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   609
  width:70%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   610
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   611
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   612
div.forum-topic .user-name,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   613
div.forum-topic .topic-title {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   614
  font-size:1.3em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   615
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   616
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   617
div.forum-topic .user-member,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   618
div.forum-topic .user-access {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   619
  margin-top:5px;;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   620
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   621
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   622
div.forum-topic .picture img {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   623
  padding:3px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   624
  margin:3px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   625
  border:1px solid #cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   626
  background-color:#f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   627
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   628
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   629
div.forum-topic .topic-body {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   630
  margin-top:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   631
  margin-bottom:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   632
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   633
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   634
div.forum-topic .links {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   635
  text-align:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   636
  padding:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   637
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   638
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   639
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   640
h2.comments {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   641
  margin:10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   642
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   643
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   644
div.comment {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   645
  background-color:#ffffff;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   646
  padding:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   647
  margin:10px 0px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   648
  border:1px solid #cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   649
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   650
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   651
div.comment .picture {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   652
  float:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   653
  margin-left:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   654
  margin-bottom:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   655
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   656
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   657
div.comment .picture img {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   658
  padding:3px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   659
  border:1px solid #cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   660
  background-color:#f3f3f3;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   661
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   662
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   663
div.comment .links ul {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   664
  text-align:right;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   665
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   666
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   667
div.comment .links li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   668
  display:inline;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   669
  margin-left:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   670
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   671
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   672
#comments .box {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   673
  margin-top:30px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   674
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   675
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   676
.forum-topic div.picture {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   677
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   678
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   679
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   680
.forum-topic div.picture img {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   681
  margin:5px 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   682
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   683
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   684
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   685
/**********       Search Style     ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   686
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   687
.sidebar #search #edit-search-theme-form-keys {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   688
  width: 95%;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   689
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   690
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   691
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   692
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   693
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   694
/**********       Book Style       ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   695
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   696
.content .book-navigation {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   697
  margin-top:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   698
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   699
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   700
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   701
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   702
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   703
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   704
/**********    Menu in Sidebars    ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   705
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   706
.block ul { 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   707
  padding: 0;							/* override system.css (line 205) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   708
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   709
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   710
.sidebar ul, .sidebar ul li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   711
  margin: 0;							/* we want full control, so no default padding or margin */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   712
  padding: 0;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   713
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   714
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   715
.sidebar li { 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   716
  border-top:dashed #cccccc 1px; 		/* sets the horizontal white line between list-items (menu-items) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   717
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   718
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   719
.sidebar ul li { 						/* sets all the stuff for list-items (menu-items) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   720
  padding:0 0 0 1.5em; 					/* we rebuild the padding that we turned off in .sidebar ul, .sidebar ul li */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   721
  list-style-type: none;				/* no default bullets in our lists */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   722
  list-style-image: none;				/* not even images, we do it with background-images in the next line */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   723
  background-image: url(img/menu-leaf.gif); 	/* this is the bullet in our lists */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   724
  background-repeat:no-repeat;			/* because we only want ONE image, not a carpet of them */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   725
  background-position: 0.3em 0.6em;		/* and we want full control over the position (first number is vertical, second horizontal position */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   726
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   727
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   728
.sidebar ul li.expanded {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   729
  background-image: url(img/menu-expanded.gif);		/* the bullet (little arrow) of parent menu-items in our lists (when opened) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   730
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   731
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   732
.sidebar ul li.collapsed {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   733
  background-image: url(img/menu-collapsed.gif);	/* the bullet of parent menu-items in our lists (when closed) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   734
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   735
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   736
.sidebar ul li ul li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   737
  margin-left:-1.7em;					/* we rebuild the padding that we turned off .sidebar ul li - THIS TIME WE HAVE TO DO IT FOR NESTED LISTS (i.e. lists in lists) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   738
  padding:0 0 0 3em;					/* so first we set a negative margin and give it back via padding - the only reason to do this is to get our nice white lines between the li items */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   739
  background-position: 1.8em 0.6em;			/* and we also have to adjust the position of the bg-image */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   740
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   741
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   742
.sidebar ul li ul li ul li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   743
  margin-left:-3.2em;						/* same stuff as above for more nesting */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   744
  padding:0 0 0 4.5em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   745
  background-position: 3.3em 0.6em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   746
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   747
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   748
.sidebar ul li ul li ul li ul li {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   749
  margin-left:-4.7em;					/* and even more nesting (and so on if you need more) */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   750
  padding:0 0 0 6em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   751
  background-position: 4.8em 0.6em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   752
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   753
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   754
.sidebar ul li a, .sidebar ul li.expanded a, .sidebar ul li.collapsed a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   755
  line-height: 2em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   756
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   757
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   758
.sidebar a.active { 					/* an active link in the blocks and menu */
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   759
  font-weight:bold;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   760
  color:#666666 !important;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   761
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   762
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   763
dl {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   764
  margin: 0.5em 0 1em 1.5em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   765
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   766
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   767
dl dt {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   768
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   769
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   770
dl dd {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   771
  margin: 0 0 .5em 1.5em;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   772
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   773
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   774
img, a img {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   775
  border: none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   776
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   777
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   778
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   779
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   780
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   781
/**********     try another ...    ********** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   782
/******************************************** ********** ********** **********/
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   783
#font span,
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   784
#farben span {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   785
  font-family:arial; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   786
  color:#333333; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   787
  font-size:10px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   788
  text-decoration:none; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   789
  float:left; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   790
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   791
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   792
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   793
#farben a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   794
  width:10px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   795
  height:10px; 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   796
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   797
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   798
  margin-left:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   799
}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   800
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   801
#font a {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   802
  display:block;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   803
  float:left;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   804
  margin-left:5px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   805
  font-family:arial;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   806
  color:#cccccc;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   807
  font-size:10px;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   808
  text-decoration:none;
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   809
}
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
   810
</style>
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   811
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   812
<meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE"><title></title><meta
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   813
 content="OpenOffice.org 2.0  (Linux)" name="GENERATOR"><meta 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   814
content="20081207;16072900" name="CREATED"><meta 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   815
content="20081208;14462800" name="CHANGED"></head><body class="sidebars">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   816
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   817
<div id="pagewrapper">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   818
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   819
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   820
    <script type="text/javascript">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   821
    function toggle_style(color) {
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   822
      $("#header-image").css("background-color", color);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   823
      $("#header-image").css("background-image", "none");
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   824
      $("h1").css("color", color);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   825
      $("h2").css("color", color);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   826
      $("h3").css("color", color);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   827
      $("#headline a").css("color", color);
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   828
    }
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   829
    </script>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   830
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   831
    
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   832
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   833
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   834
  <div id="headline">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   835
      </div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   836
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   837
  
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   838
  <div id="navigation-primary">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   839
                  <ul class="links primary-links"><li class="menu-149 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   840
first"><a href="/sage_days" title="">Home</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   841
<li class="menu-154"><a 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   842
href="/sage_days/about" title="">About</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   843
<!--<li class="menu-150"><a href="http://www.fossee.in/sage_days/schedule" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   844
<!--title="">Program</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   845
<li class="menu-162"><a href="/sage_days/contact" title="">Contact 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   846
Us</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   847
<!--<li class="menu-153 last"><a href="http://www.fossee.in/" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   848
<!--title="">2005</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   849
</ul>            <div style="clear: both;"></div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   850
  </div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   851
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   852
  <a href="/sage_days/">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   853
  <div id="header-image">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   854
      </div></a>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   855
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   856
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   857
  <div id="navigation-breadcrumb">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   858
  <div class="breadcrumb"><a href="#">&nbsp;</a></div>  </div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   859
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   860
  <div style="clear: both;"></div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   861
  <div id="contentwrapper">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   862
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   863
          <div id="sidebar-left" class="sidebar">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   864
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   865
<div id="block-menu-menu-conference" class="clear-block block 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   866
block-menu">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   867
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   868
  <h2>Conference</h2>
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
   869
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   870
  <div class="content"><ul class="menu">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   871
<li class="leaf"><a href="/sage_days/registration/register" 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   872
title="Conference Registration">Register</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   873
<li class="leaf first"><a href="/sage_days/schedule" title="">Schedule</a></li>
31
ec540dfbfe78 added more pages.
anoop
parents: 30
diff changeset
   874
<!--<li class="leaf"><a href="/sage_days/speakers" title="">Speakers</a></li>-->
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   875
<li class="leaf"><a href="/sage_days/organizers" 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   876
title="Conference Organizers">Organizers</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   877
<li class="leaf"><a href="/sage_days/venue" title="">Venue</a></li>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   878
<!--<li class="leaf last"><a -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   879
<!--href="http://www.fossee.in" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   880
<!--title="Frequently Asked Questions">FAQ's</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   881
</ul></div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   882
</div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   883
<!--<div id="block-event_register-0" class="clear-block block -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   884
<!--block-event_register">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   885
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   886
<!--  <h2>Events &amp; Registration</h2>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   887
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   888
<!--  <div class="content">No New Up Coming Events</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   889
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   890
<div id="block-block-4" class="clear-block block block-block">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   891
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   892
  <h2>Mailinglists</h2>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   893
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   894
  <div class="content"><p><a 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   895
href="http://groups.google.com/group/sagedays25-org">Sage Days Organizers</a></p>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   896
<p>Join <a href="http://groups.google.com/group/sagedays25">Sage Days Participants</a>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   897
 for discussions</p>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   898
</div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   899
</div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   900
      </div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   901
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   902
    <div id="middle-content">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   903
      <div class="content-padding">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   904
                                                               
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   905
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   906
<div id="node-40" class="node teaser">
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   907
{% block content%} 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   908
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   909
<!--  <h2><a href="##"-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   910
<!-- title="Some Title">something-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   911
<!-- something</a></h2>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   912
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   913
<!--      <span class="submitted">publishing date</span>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   914
<!--  -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   915
<!--  <div class="content">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   916
<!--    <p><img alt="" src="index_files/jimbo.JPG" width="250" height="166" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   917
<!--align="left">some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   918
<!--some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   919
<!--some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   920
<!--some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   921
<!--some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   922
<!--some data some data some data some data some data some data -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   923
<!--some data some data some data some data some data some data-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   924
<!-- some data some data some data some data some data some data.</p>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   925
<!--  </div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   926
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   927
<!--  <div class="clear-block clear">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   928
<!--    <div class="meta">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   929
<!--        </div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   930
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   931
<!--          <div class="links"><ul class="links inline"><li -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   932
<!--class="node_read_more first last"><a -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   933
<!--href="http://www.fossee.in/sage_days/blog/content/freesoftware"-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   934
<!-- title="some title some title -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   935
<!--some title.">Read more</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   936
<!--</ul></div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   937
<!--      </div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   938
{% endblock %}
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   939
</div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   940
          
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   941
      </div>
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
   942
    </div>
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   943
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   944
<!--          <div id="sidebar-right" class="sidebar">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   945
<!--                <div id="block-block-2" class="clear-block block -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   946
<!--block-block">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   947
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   948
<!--  <h2>Organizers</h2>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   949
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   950
<!--  <div class="content"><p></p><center> <a title="MHRD" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   951
<!--class="image" href="http://mhrd.gov.in/"><img -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   952
<!--src="index_files/mhrdlogo.gif" alt="Government of India" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   953
<!--style="width: 96px; height: 68px;" border="0"> </a> <br> <a -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   954
<!--title="Mission" href="##"><img -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   955
<!--alt="###" src="missionlogo.png" style="width: 50px; -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   956
<!--height: 54px;"></a> <a title="FOSSEE" href="http://www.fossee.in/"><img-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   957
<!-- alt="SPACE" src="index_files/fosseelogo.png" style="width: 49px; height:-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   958
<!-- 55px;"></a><br></center><br>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   959
<!--<h2>Supporters</h2>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   960
<!--<p> </p><center><a href="#" target="_blank"><img alt="" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   961
<!--style="width: 79px; height: 44px;" src="index_files/apc.gif"></a> <a -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   962
<!--target="_blank" href="http://gnu.org.in/"><img -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   963
<!--src="index_files/fsf_logo-new.png" style="width: 92px; height: 46px;" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   964
<!--alt=""></a><br></center><br>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   965
<!--<h2>Sponsors</h2>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   966
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   967
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   968
<!--<div id="block-user-0" class="clear-block block block-user">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   969
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   970
<!--  <h2>User login</h2>-->
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
   971
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   972
<!--  <div class="content"><form action="/node?destination=node" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   973
<!--accept-charset="UTF-8" method="post" id="user-login-form">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   974
<!--<div><div class="form-item" id="edit-name-wrapper">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   975
<!-- <label for="edit-name">Username: <span class="form-required" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   976
<!--title="This field is required.">*</span></label>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   977
<!-- <input maxlength="60" name="name" id="edit-name" size="15" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   978
<!--value="" class="form-text required" type="text">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   979
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   980
<!--<div class="form-item" id="edit-pass-wrapper">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   981
<!-- <label for="edit-pass">Password: <span class="form-required" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   982
<!--title="This field is required.">*</span></label>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   983
<!-- <input name="pass" id="edit-pass" maxlength="60" size="15" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   984
<!--class="form-text required" type="password">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   985
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   986
<!--<input name="op" id="edit-submit" value="Log in" class="form-submit" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   987
<!--type="submit">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   988
<!--<div class="item-list"><ul><li class="first"><a -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   989
<!--href="#" title="Create a new user account.">Create-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   990
<!-- new account</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   991
<!--<li class="last"><a href="#" title="Request -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   992
<!--new password via e-mail.">Request new password</a></li>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   993
<!--</ul></div><input name="form_build_id" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   994
<!--id="form-8dbb6cfba075f29198b0f72e930392b8" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   995
<!--value="form-8dbb6cfba075f29198b0f72e930392b8" type="hidden">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   996
<!--<input name="form_id" id="edit-user-login-block" -->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   997
<!--value="user_login_block" type="hidden">-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   998
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
   999
<!--</div></form>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1000
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1001
<!--</div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1002
<!--      </div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1003
<!--      </div>-->
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1004
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1005
  <div style="clear: both;"></div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1006
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1007
  <div id="footer"></div> 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1008
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1009
  <div id="footer-message"><p>Powered by <a href="http://www.fossee.in/">FOSSEE</a></p></div> 
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1010
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1011
</div>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1012
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1013
<script type="text/javascript" src="index_files/googleanalytics.js"></script>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1014
<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script src="index_files/ga.js" type="text/javascript"></script>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1015
<script type="text/javascript">var pageTracker = _gat._getTracker("UA-1488254-18");pageTracker._initData();pageTracker._trackPageview();</script>
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1016
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
  1017
</body></html>