pytask/static/css/base.css
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 17 Jan 2011 02:52:42 +0530
changeset 434 ebfe27c2af39
parent 423 966d3241d2b4
child 436 b5af2557fa6a
permissions -rw-r--r--
Add a lot of CSS changes, I can't even remember how many and what are they. Interestingly added CSS3 support for the first time. Welcome to the awesome dashing top bar.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     1
body {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     2
  font-family:'Cardo',Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     3
  font-size: 14px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     4
  color: #333;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     5
  text-align: center;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     6
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     7
  padding: 20px 0px 20px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
     8
}
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
     9
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    10
#wrapper {
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    11
  width: auto;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    12
  padding: 10px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    13
  margin: 0px auto 0px auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    14
  height: auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    15
  text-align: left;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    16
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    17
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    18
#header {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    19
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    20
  padding: 5px 0px 5px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    21
  height: auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    22
  width: auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    23
  text-align: center;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    24
  background-color: #f1f1f1;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    25
  border: 1px solid #ddd;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    26
  -moz-box-shadow: 0 0 1em darkslategray;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    27
  -webkit-box-shadow: 0 0 1em darkslategray;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    28
  box-shadow: 0 0 1em darkslategray;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    29
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    30
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    31
#container {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    32
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    33
  margin: 10px 0px 0px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    34
  background-attachment: scroll;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    35
  background-image: url(back.gif);
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    36
  background-repeat: repeat-y;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    37
  background-position: 0px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    38
  height: auto; #default was 1%
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    39
  width: auto;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    40
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    41
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    42
#left {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    43
  margin: 0px;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    44
  width: 15%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    45
  padding: 10px 20px 10px 20px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    46
  float: left;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    47
  border: 1px solid #ddd;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    48
}
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    49
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    50
div #navheader {
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    51
  margin-bottom: 15;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    52
  padding: 5px 0px 5px 0px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    53
  height: auto;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    54
  width: auto;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    55
  text-align: center;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    56
  background-color: #f1f1f1;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    57
  border: 1px solid #ddd;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    58
  text-indent: center;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    59
  color: #a92;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    60
  font-size: 16px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    61
  font-weight: bold;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    62
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    63
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    64
#nav {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    65
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    66
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    67
  list-style-image: none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    68
  list-style-type: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    69
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    70
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    71
#nav li {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    72
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    73
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    74
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    75
  background-attachment: scroll;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    76
  background-image: url(bullet.gif);
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    77
  background-repeat: no-repeat;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    78
  background-position: 0px 50%;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    79
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    80
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    81
#nav li a:link, #nav li a:visited, #nav li a:active {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    82
  color: #666;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    83
  text-decoration: none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    84
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    85
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    86
  padding: 3px 15px 3px 15px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    87
  width: 130px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    88
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    89
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    90
#nav li a:hover {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    91
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    92
  text-decoration: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    93
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    94
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    95
#center {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    96
  height: auto;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
    97
  width: 54%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    98
  padding: 10px 20px 10px 20px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    99
  float: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   100
  margin: 0px 0px 0px 6px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   101
  line-height: 1.8em;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   102
  border: 1px solid #ddd;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   103
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   104
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   105
hr {
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   106
  color: #999;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   107
}
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   108
h1 {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   109
  font-size: 14px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   110
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   111
  padding: 0px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   112
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   113
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   114
#right {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   115
  padding: 10px 20px 10px 20px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   116
  height: auto;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   117
  width: 20%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   118
  float: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   119
  margin: 0px 0px 0px 6px;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   120
  border: 1px solid #ddd;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   121
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   122
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   123
.clearer {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   124
  font-size: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   125
  line-height: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   126
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   127
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   128
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   129
  clear: both;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   130
  height: auto;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   131
  width: auto;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   132
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   133
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   134
#footer {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   135
  margin: 10px 0px 0px 0px;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   136
  text-align: center;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   137
  padding: 5px 0px 5px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   138
  background-color: #f1f1f1;
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   139
  clear: both;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   140
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   141
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   142
#footer p {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   143
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   144
  margin: 0px auto 0px auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   145
  padding: 0px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   146
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   147
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   148
#footer a:link, #footer a:visited, #footer a:active {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   149
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   150
  text-decoration: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   151
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   152
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   153
#footer a:hover {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   154
  color: #ccc;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   155
  text-decoration: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   156
} 
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   157
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   158
/* Form Related CSS definitions */
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   159
div #form {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   160
  margin: 1em 0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   161
  padding-top: 10px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   162
  width: 600px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   163
  background: url('/pytask/static/images/form/form_top.gif') no-repeat 0 0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   164
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   165
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   166
div #form #field, #form #field-required {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   167
  margin: .5em 0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   168
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   169
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   170
div #form #field label, #form #field-required label {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   171
  position: relative;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   172
  clear: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   173
  float: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   174
  width: 15em;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   175
  margin-right: 5px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   176
  padding-right: 30px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   177
  text-align: right;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   178
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   179
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   180
div #form #field input, #form #field textarea {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   181
  width:252px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   182
  clear: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   183
  border:1px solid #ddd;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   184
  background:#fff url('/pytask/static/images/form/form_input.gif') repeat-x;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   185
  padding:3px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   186
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   187
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   188
div #form #field-required input, #form #field-required textarea {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   189
  width:252px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   190
  clear: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   191
  border:1px solid #ff6161;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   192
  background:#fff url('/pytask/static/images/form/form_input_required.gif') repeat-x;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   193
  padding:3px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   194
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   195
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   196
div #form #field textarea, #form #field-required textarea {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   197
  height:125px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   198
  overflow:auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   199
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   200
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   201
div #form p.submit {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   202
  clear: both;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   203
  background:url('/pytask/static/images/form/form_bottom.gif') no-repeat 0 100%;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   204
  padding:20px 25px 20px 240px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   205
  margin:0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   206
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   207
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   208
div #form button {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   209
  width:150px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   210
  height:37px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   211
  line-height:37px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   212
  border:none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   213
  background:url('/pytask/static/images/form/form_button.gif') no-repeat 0 0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   214
  color:#fff;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   215
  cursor:pointer;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   216
  text-align:center;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   217
}
434
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   218
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   219
button.green {
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   220
  width:150px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   221
  height:37px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   222
  padding-bottom: 5px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   223
  border:none;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   224
  background:url('/pytask/static/images/form/form_button_green.png') no-repeat 0 0;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   225
  color:#fff;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   226
  cursor:pointer;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   227
  text-align:center;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   228
  font-size: 16px;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   229
  font-weight: bold;
ebfe27c2af39 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 423
diff changeset
   230
}