pytask/static/css/base.css
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 02:14:49 +0530
changeset 539 59e032315ab9
parent 531 13eba81f3aa1
permissions -rw-r--r--
Add exception middleware and related files.
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 {
505
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
    19
  margin-bottom: 30px;
423
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
499
2dfecac4b545 Give style to the main header text link of every html page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 498
diff changeset
    31
#header a:link, #header a:visited, #header a:active {
2dfecac4b545 Give style to the main header text link of every html page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 498
diff changeset
    32
  color: #0000cc;
2dfecac4b545 Give style to the main header text link of every html page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 498
diff changeset
    33
}
2dfecac4b545 Give style to the main header text link of every html page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 498
diff changeset
    34
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    35
/* Taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# */
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    36
#container1 {
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    37
  float: left;
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    38
  width: 100%;
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    39
}
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    40
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    41
/* Taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# */
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    42
#container2 {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    43
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    44
  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
    45
  background-attachment: scroll;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    46
  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
    47
  background-repeat: repeat-y;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    48
  background-position: 0px 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    49
  height: auto; #default was 1%
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    50
  float: left;
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    51
  width: 100%;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    52
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    53
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    54
#left {
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    55
  margin: 0;
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
    56
  width: 15%;
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    57
  padding: 1% 1% 1% 1%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    58
  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
    59
  border: 1px solid #ddd;
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
    60
  display: inline;
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
    61
}
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
    62
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
    63
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
    64
  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
    65
  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
    66
  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
    67
  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
    68
  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
    69
  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
    70
  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
    71
  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
    72
  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
    73
  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
    74
  font-weight: bold;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    75
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    76
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    77
#nav {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    78
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    79
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    80
  list-style-image: none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    81
  list-style-type: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    82
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    83
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    84
#nav li {
423
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: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    87
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    88
  background-attachment: scroll;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    89
  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
    90
  background-repeat: no-repeat;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    91
  background-position: 0px 50%;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    92
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    93
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
    94
#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
    95
  color: #666;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    96
  text-decoration: none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    97
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    98
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
    99
  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
   100
  width: 130px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   101
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   102
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   103
#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
   104
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   105
  text-decoration: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   106
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   107
445
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   108
#rightnav #register a:link,
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   109
#rightnav #register a:visited,
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   110
#rightnav #register a:active {
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   111
  color: #666;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   112
  text-decoration: none;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   113
}
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   114
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   115
#rightnav #register a:hover,
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   116
#rightnav #login a:hover {
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   117
  color: #999;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   118
  text-decoration: none;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   119
}
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   120
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   121
#center {
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   122
  width: 56%;
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   123
  padding: 1% 1% 1% 1%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   124
  float: left;
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   125
  margin: 0 0 0 1%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   126
  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
   127
  border: 1px solid #ddd;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   128
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   129
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
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
   131
  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
   132
}
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   133
h1 {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   134
  font-size: 14px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   135
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   136
  padding: 0px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   137
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   138
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   139
#right {
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   140
  padding: 1% 1% 1% 1%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   141
  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
   142
  width: 20%;
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   143
  float: right;
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
   144
  border: 1px solid #ddd;
479
fdaf0d8ceb53 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 456
diff changeset
   145
  display: inline;
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
.clearer {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   149
  font-size: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   150
  line-height: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   151
  display: block;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   152
  margin: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   153
  padding: 0px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   154
  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
   155
  height: auto;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   156
  width: auto;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   157
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   158
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   159
#footer {
481
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   160
  margin: 20px 0px 0px 0px;
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   161
  padding: 5px 20px 5px 20px;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   162
  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
   163
  clear: both;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   164
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   165
481
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   166
#footer #designed {
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   167
  text-align: left;
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   168
}
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   169
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   170
#footer #contact {
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   171
  text-align: right;
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   172
}
b93a85589490 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 479
diff changeset
   173
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   174
#footer p {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   175
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   176
  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
   177
  padding: 0px;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   178
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   179
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   180
#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
   181
  color: #999;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   182
  text-decoration: none;
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   183
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   184
291
5daf523e20b4 added styles to base.css
Nishanth Amuluru <nishanth@fossee.in>
parents: 290
diff changeset
   185
#footer a:hover {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   186
  color: #ccc;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   187
  text-decoration: none;
500
42516ec56822 Fix styling issues.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 499
diff changeset
   188
}
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   189
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   190
/* Form Related CSS definitions */
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   191
div #form {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   192
  margin: 1em 0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   193
  padding-top: 10px;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   194
  width: 100%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   195
  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
   196
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   197
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   198
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
   199
  margin: .5em 0;
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
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   202
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
   203
  position: relative;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   204
  clear: left;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   205
  float: left;
531
13eba81f3aa1 Change form related properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 524
diff changeset
   206
  width: 28%;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   207
  margin-right: 1%;
531
13eba81f3aa1 Change form related properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 524
diff changeset
   208
  padding-right: 3%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   209
  text-align: right;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   210
  font-weight: bold;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   211
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   212
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   213
div #form #field input, #form #field textarea {
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   214
  width: 44%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   215
  clear: left;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   216
  border: 1px solid #ddd;
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   217
  background: #fff url('/pytask/static/images/form/form_input.gif') repeat-x;
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   218
  padding: .5%;
524
b942d6e3d204 Fix the font size of the text in input boxes.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 523
diff changeset
   219
  font-size: 16px;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   220
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   221
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   222
div #form #field-required input, #form #field-required textarea {
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   223
  width: 44%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   224
  clear: left;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   225
  border: 1px solid #ff6161;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   226
  background:#fff url('/pytask/static/images/form/form_input_required.gif') repeat-x;
523
74169ec48caf Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 505
diff changeset
   227
  padding: .5%;
524
b942d6e3d204 Fix the font size of the text in input boxes.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 523
diff changeset
   228
  font-size: 16px;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   229
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   230
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   231
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
   232
  height:125px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   233
  overflow:auto;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   234
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   235
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   236
div #form p.submit {
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   237
  clear: both;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   238
  background:url('/pytask/static/images/form/form_bottom.gif') no-repeat 0 100%;
531
13eba81f3aa1 Change form related properties.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 524
diff changeset
   239
  padding: 20px 5% 20px 32%;
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   240
  margin:0;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   241
}
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   242
445
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   243
/* Login Form related CSS */
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   244
div #loginform #field {
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   245
  margin: .5em 0;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   246
}
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   247
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   248
div #loginform #field input {
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   249
  width: 100%;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   250
  clear: left;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   251
  border:1px solid #ddd;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   252
  background:#fff url('/pytask/static/images/form/form_input.gif') repeat-x;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   253
  padding: 3px;
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   254
}
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   255
456
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   256
div #loginform #error {
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   257
  width: 100%;
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   258
  clear: left;
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   259
  color: red;
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   260
  text-align: center;
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   261
  display: none;
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   262
}
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   263
da6f5be33087 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 445
diff changeset
   264
445
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   265
/* Buttons to be used in forms and other places */
7d465ce581d9 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 436
diff changeset
   266
div button {
423
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   267
  width:150px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   268
  height:37px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   269
  line-height:37px;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   270
  border:none;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   271
  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
   272
  color:#fff;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   273
  cursor:pointer;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   274
  text-align:center;
966d3241d2b4 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 400
diff changeset
   275
}
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
   276
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
   277
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
   278
  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
   279
  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
   280
  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
   281
  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
   282
  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
   283
  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
   284
  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
   285
  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
   286
  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
   287
  font-weight: bold;
498
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   288
}
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   289
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   290
/* CSS required for tasks and other document pages. */
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   291
div #modification {
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   292
  font-size: small;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   293
  color: #aa9922;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   294
  text-align: right;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   295
}
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   296
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   297
div #modification a:link,
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   298
div #modification a:visited,
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   299
div #modification a:active {
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   300
  color: #b004fe;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   301
  font-weight: bold;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   302
  text-decoration: none;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   303
}
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   304
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   305
div #modification a:hover {
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   306
  color: #fb06d0;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   307
  font-weight: bold;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   308
  text-decoration: none;
9f04b7bcc333 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 481
diff changeset
   309
}
505
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   310
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   311
/* Uberbar is the sticky bar at the top of the page */
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   312
/* Code taken from http://davidwalsh.name/persistent-header-opacity#bottom */
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   313
#uberbar  {
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   314
  border-bottom:1px solid #eb7429;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   315
  background:#fc9453;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   316
  padding:10px 20px 0px 10px;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   317
  position:fixed;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   318
  top:0;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   319
  left:0;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   320
  z-index:2000;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   321
  width:98%;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   322
  text-align: center;
a05fde6309e1 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 500
diff changeset
   323
}
539
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   324
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   325
/* Styling for displaying page errors. */
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   326
.exception {
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   327
  font-size: 18px;
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   328
  color: red;
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   329
  font-weight: bold;
59e032315ab9 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 531
diff changeset
   330
}