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