project/static/css/styles.css
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 09:55:15 +0530
branch2011
changeset 451 009e28b3d11d
parent 427 ee98f2b50ffa
child 452 cfe15b533040
permissions -rw-r--r--
Updated h4 tag to add color
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
html,
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
body
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
    padding: 0;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
     6
    font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
    font-size: 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
    background-color: white;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
    color: #58585a;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
p {
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    13
    width: 80%;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    14
    font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    15
    font-size: 1.1em;
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    16
    color: #58585a;
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    17
    margin-left: 1em;
31
bb9bb88b74db Added justify to paragraphs in CSS.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 16
diff changeset
    18
    text-align: justify;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
}
51
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    20
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    21
p.noindent {
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    22
    text-indent: 0;
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    23
    width: 80%;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    24
    font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
51
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    25
    font-size: 1.1em;
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    26
    color: #58585a;
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    27
    margin-left: .2em;
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    28
    text-align: justify;
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    29
}
3ae979055114 Accommodation CSS fix.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 40
diff changeset
    30
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
pre.plain {
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    32
    font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    33
    font-size: 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    34
    color: #58585a;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
    margin-left: 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    36
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
img
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
    border: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    41
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    42
a
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    43
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    44
    color: #224466;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    45
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    46
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    47
h1,
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
h2,
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    49
h3
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    50
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    51
    font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    52
    font-weight: normal;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    53
    line-height: 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    54
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    55
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    56
h1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    57
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    58
    font-size: 1.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    59
    color: #224466;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    60
    margin: 0.5em 0 0.7em 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    61
    text-decoration: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    62
    padding-bottom: 0.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    63
/*    border-bottom: 1px solid #224466; */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    64
    width: 80%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    65
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    66
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    67
h2
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    68
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    69
    font-size: 1.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    70
    color: #337799;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
    margin: 0.7em 0 0.5em 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    72
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    73
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    74
h3
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    75
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    76
    font-size: 1.25em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    77
    font-style: italic;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    78
    color: #337799;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    79
    margin: 0.5em 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    80
}
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    81
h4,
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    82
h5
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    83
{
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    84
	font-family: arial, Georgia, "Bitstream Vera Serif", Palatino, serif;
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    85
    font-weight: normal;
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    86
    line-height: 1em;
451
009e28b3d11d Updated h4 tag to add color
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    87
    color:#337799;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
    88
}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    89
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    90
ul.plain {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    91
  list-style: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    92
  list-style-type: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    93
  margin: 0; padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    94
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    95
/* give some color to <span class="title">Kiwi PyCon 2009</span> */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    96
span.title
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    97
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    98
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    99
div#comment_form {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   100
    border-top: 1px solid #ccc;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   101
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   102
div#comment_form label {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   103
    width: 200px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   104
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   105
/* default table layout */
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 59
diff changeset
   106
table.scipycon-default
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   107
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   108
    border-collapse: collapse;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   109
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   110
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 59
diff changeset
   111
table.scipycon-default td
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   112
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   113
    padding: 5px 15px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   114
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   115
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 59
diff changeset
   116
table.scipycon-default th
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   117
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   118
    font-weight: bold;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   119
    padding: 4px 6px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   120
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   121
194
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   122
table.scipycon-default-border
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   123
{
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   124
    border-width: 2px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   125
    border-spacing: 2px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   126
    border-style: outset;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   127
    border-color: gray;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   128
    border-collapse: separate;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   129
}
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   130
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   131
table.scipycon-default-border td
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   132
{
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   133
    border-width: 1px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   134
    padding: 5px 15px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   135
    border-style: inset;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   136
    border-color: gray;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   137
}
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   138
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   139
table.scipycon-default-border th
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   140
{
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   141
    border-width: 1px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   142
    border-style: inset;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   143
    border-color: gray;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   144
    font-weight: bold;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   145
    padding: 4px 6px;
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   146
}
808abc104b55 View to calculate the number of registrants per event.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 167
diff changeset
   147
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 59
diff changeset
   148
table.scipycon-default a
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   149
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   150
    text-decoration: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   151
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   152
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 59
diff changeset
   153
table.scipycon-default .buttons
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   154
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   155
    padding: 10px 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   156
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   157
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   158
tr.odd {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   159
    background-color: #efefef;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   160
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   161
tr.even {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   162
    background-color: #fff;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   163
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   164
td,
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   165
th
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   166
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   167
    text-align:left;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   168
    vertical-align: top;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   169
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   170
40
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   171
/* list my talks table layout */
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   172
table.list-talks
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   173
{
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   174
    border: 1px solid #ddd;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   175
    font-size: 1.1em;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   176
}
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   177
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   178
table.list-talks td
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   179
{
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   180
	  border: 1px solid #ddd;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   181
    padding: 5px 15px;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   182
}
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   183
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   184
table.list-talks th
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   185
{
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   186
	  border: 1px solid #ddd;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   187
    font-weight: bold;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   188
    align: center;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   189
    padding: 5px 15px;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   190
}
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   191
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   192
table.list-talks a
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   193
{
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   194
    text-decoration: none;
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   195
}
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   196
59
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   197
/* list my talks table layout */
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   198
table.list-all-talks
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   199
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   200
    border: 1px solid #ddd;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   201
    font-size: 1.1em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   202
    width: 95%;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   203
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   204
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   205
table.list-all-talks td
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   206
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   207
    border: 1px solid #ddd;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   208
    padding: 5px 15px;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   209
    font-size: 1.2em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   210
    color: black;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   211
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   212
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   213
table.list-all-talks td.speaker
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   214
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   215
    border: 1px solid #ddd;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   216
    font-size: 1.2em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   217
    color: black;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   218
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   219
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   220
table.list-all-talks td.speaker h4
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   221
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   222
	  font-size: 1.25em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   223
    margin:0; padding: 0;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   224
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   225
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   226
table.list-all-talks th
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   227
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   228
    border: 1px solid #ddd;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   229
    font-weight: bold;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   230
    align: center;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   231
    padding: 5px 15px;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   232
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   233
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   234
table.list-all-talks th.speaker
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   235
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   236
    border: 1px solid #ddd;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   237
    font-size: 1.2em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   238
    color: black;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   239
    text-align: center;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   240
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   241
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   242
table.list-all-talks th.speaker h4
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   243
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   244
    font-size: 1.25em;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   245
    margin:0;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   246
    padding: 0;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   247
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   248
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   249
table.list-all-talks a
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   250
{
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   251
    text-decoration: none;
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   252
}
1229a47c63ea Added schedule.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 56
diff changeset
   253
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   254
.important
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   255
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   256
    color: #337799;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   257
    font-weight: bold;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   258
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   259
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   260
.clear
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   261
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   262
    clear: both;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   263
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   264
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   265
/* user account */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   266
div.picture
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   267
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   268
    width: 80%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   269
    text-align: right;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   270
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   271
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   272
div.picture img
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   273
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   274
    border: 1px solid #ddd;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   275
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   276
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   277
/* layout elements */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   278
#logo
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   279
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   280
    border: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   281
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   282
    padding: 0.5em 1.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   283
    background-color: #f1f1f1;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   284
    border-bottom: 1px dotted #888888;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   285
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   286
#logo a img {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   287
    border: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   288
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   289
427
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 422
diff changeset
   290
#social-badge{
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 422
diff changeset
   291
	float:right;
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 422
diff changeset
   292
	margin-top:110px;
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 422
diff changeset
   293
}
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 422
diff changeset
   294
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   295
/* layout */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   296
#header
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   297
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   298
    position: absolute;
16
443f0c122c8c css changes.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
   299
    top: 1.15em;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   300
    left: 400px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   301
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   302
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   303
#wrapper
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   304
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   305
    position: relative;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   306
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   307
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   308
#left
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   309
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   310
    width: 200px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   311
    font-size: 0.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   312
    float: left;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   313
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   314
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   315
#content
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   316
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   317
    font-size: 0.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   318
    padding: 0;
287
ff1f346f9cf1 Modify the content CSS to have a larger margin.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 265
diff changeset
   319
    margin: 0 300px 0 220px;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   320
    min-height: 850px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   321
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   322
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   323
#right
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   324
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   325
    position: absolute;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   326
    top: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   327
    right: 0;
129
5be95b4b3ac3 Made changes to CSS for right menu and changed the file name.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
   328
    width: 260px;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   329
    font-size: 0.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   330
    float: right;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   331
    margin: 0;
167
a19d841a71c8 Reverting the CSS padding change changes.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 164
diff changeset
   332
    padding: 0 2em 0 0;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   333
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   334
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   335
#right h2
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   336
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   337
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   338
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   339
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   340
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   341
#footer
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   342
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   343
    border-top: 1px dotted #888888;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
   344
    /*margin: 600px 0 0;*/
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   345
    padding: 0 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   346
    font-size: 0.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   347
    clear: both;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   348
    position: relative;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   349
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   350
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   351
/* jquery growl appears on right */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   352
#header h1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   353
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   354
    font-size: 2.75em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   355
    color: #224466;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   356
    font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   357
    border: none !important;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   358
    width: 100%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   359
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   360
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   361
    padding-bottom: 0.2em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   362
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   363
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   364
#header h3
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   365
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   366
	  font-size: 1.2em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   367
	  font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   368
	  border: none !important;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   369
	  width: 100%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   370
	  margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   371
	  padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   372
	  padding-bottom: 0.2em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   373
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   374
#menu-user
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   375
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   376
    position: absolute;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   377
    right: 0em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   378
    font-size: 0.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   379
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   380
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   381
#menu-user a
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   382
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   383
    text-decoration: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   384
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   385
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   386
#left-inner
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   387
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   388
    margin: 0 2em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   389
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   390
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   391
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   392
#left-inner a {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   393
    text-decoration: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   394
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   395
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   396
#left-inner ul
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   397
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   398
    list-style: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   399
    list-style-type: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   400
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   401
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   402
    border: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   403
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   404
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   405
#left-inner ul li ul
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   406
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   407
    margin-left: 0.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   408
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   409
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   410
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   411
#left-inner li
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   412
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   413
    font-weight: bold;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   414
    padding: 0 0 0.5em 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   415
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   416
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   417
#left-inner li ul li
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   418
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   419
    font-weight: normal;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   420
    padding: 0 0 0.3em 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   421
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   422
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   423
#right-inner {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   424
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   425
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   426
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   427
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   428
#right-inner ul
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   429
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   430
    list-style: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   431
    margin: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   432
    padding: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   433
    border: 0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   434
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   435
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   436
#right-inner li
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   437
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   438
	  font-weight: bold;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
   439
	  font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
40
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 38
diff changeset
   440
    font-size: 1em;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   441
    padding-bottom: 15px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   442
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   443
/* forms */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   444
div.form
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   445
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   446
    margin-top: 1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   447
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   448
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   449
div.form th
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   450
{
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   451
    text-align: left;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   452
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   453
fieldset {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   454
    width: 70%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   455
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   456
legend {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   457
    font-weight: bold;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   458
    color: #222;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   459
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   460
div.messages {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   461
    padding:.3em .8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   462
    margin-bottom:1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   463
    border:2px solid #ddd;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   464
    background:#E3FBE4;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   465
    color:#1f8a11;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   466
    border-color:#C2FBC4;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   467
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   468
.notice {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   469
    background:#FFF6BF;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   470
    color:#514721;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   471
    border-color:#FFD324;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   472
    padding:.8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   473
    margin-bottom:1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   474
    border:2px solid #ddd;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   475
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   476
ul.errorlist, .errors, .error {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   477
    padding:.3em .8em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   478
    margin-bottom:1em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   479
    border:2px solid #ddd;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   480
    background:#FBE3E4;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   481
    color:#8a1f11;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   482
    border-color:#FBC2C4;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   483
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   484
ul.errorlist {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   485
  list-style: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   486
  list-style-type: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   487
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   488
/* Login/register */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   489
div.login
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   490
{
396
c4b236ea6912 Edited the login page
primal primal007@gmail.com
parents: 300
diff changeset
   491
    position:relative;	
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   492
    float: left;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   493
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   494
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   495
div.register
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   496
{
396
c4b236ea6912 Edited the login page
primal primal007@gmail.com
parents: 300
diff changeset
   497
    position:relative;
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   498
    margin: 0 0 0 270px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   499
    border-left: 1px solid #aaa;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   500
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   501
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   502
/* --------------------------------------------------------------
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   503
   Based on buttons by Kevin Hale [particletree.com]
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   504
   * particletree.com/features/rediscovering-the-button-element
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   505
-------------------------------------------------------------- */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   506
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   507
a.button, button, input.button {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   508
  display:block;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   509
  float: right;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   510
  margin: 0.7em 8px 0.7em 0.5em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   511
  padding:2px 10px 2px 10px;   /* Links */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   512
  font-size:100%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   513
  line-height:120%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   514
  text-decoration:none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   515
  font-weight:bold;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   516
  cursor:pointer;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   517
  background-color: #66aacc;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   518
  border: 1px solid #222;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   519
  color: #fff !important;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   520
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   521
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   522
a.button.left, button.left, input.left {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   523
  margin: 0.7em 0.5em 0.7em 0em;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   524
  float:left;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   525
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   526
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   527
button {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   528
  width:auto;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   529
  overflow:visible;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   530
  padding:4px 10px 3px 7px;   /* IE6 */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   531
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   532
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   533
button[type] {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   534
  padding:4px 10px 4px 7px;   /* Firefox */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   535
  line-height:17px;           /* Safari */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   536
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   537
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   538
*:first-child+html button[type] {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   539
  padding:4px 10px 3px 7px;   /* IE7 */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   540
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   541
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   542
button img, a.button img {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   543
  margin:0 3px -3px 0 !important;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   544
  padding:0;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   545
  border:none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   546
  width:16px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   547
  height:16px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   548
  float:none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   549
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   550
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   551
table.required tr {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   552
    border-left: 3px solid #cc0000;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   553
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   554
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   555
/* Button colors */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   556
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   557
/* Standard */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   558
button:hover, a.button:hover, input.button:hover {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   559
  background-color: #337799;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   560
  border: 1px solid #222;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   561
  color:black !important;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   562
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   563
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   564
/* horizontal menu */
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   565
div.right {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   566
    text-align: right;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   567
    width: 80%;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   568
}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   569
ul.horizontal-menu li {
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   570
  display: inline;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   571
  list-style-type: none;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   572
  padding-right: 20px;
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   573
}
34
6363f5c657dd Made some CSS style fixes for ol and ul.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 31
diff changeset
   574
6363f5c657dd Made some CSS style fixes for ol and ul.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 31
diff changeset
   575
ol li {
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
   576
  font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
34
6363f5c657dd Made some CSS style fixes for ol and ul.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 31
diff changeset
   577
  font-size: 1.1em;
6363f5c657dd Made some CSS style fixes for ol and ul.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 31
diff changeset
   578
  color: #58585a;
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   579
}
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   580
422
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   581
#speaker{
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   582
	float:left;
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   583
	margin-bottom: 20px;
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   584
}
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   585
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   586
#speakerphoto {
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   587
	float: left;
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   588
	padding-right: 20px;
422
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   589
	width: 200px
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   590
}
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   591
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   592
#speakerphoto img{
5a5aa1a21599 changed the css for speakers page as it was not proper
Parth buch <parth.buch.115@gmail.com>
parents: 403
diff changeset
   593
	width: 200px;
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   594
}
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   595
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   596
#speakerinfo {
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   597
    width: 80%;
401
415a631c6dc7 changed some basic styling
Parth buch <parth.buch.115@gmail.com>
parents: 300
diff changeset
   598
    font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
38
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   599
    font-size: 1.2em;
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   600
    color: #58585a;
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   601
    margin-left: 5em;
428f9aeb2a78 Added content and style for speakers page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 34
diff changeset
   602
    text-align: justify;
265
4b40c44d9f2d Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 194
diff changeset
   603
}
4b40c44d9f2d Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 194
diff changeset
   604
4b40c44d9f2d Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 194
diff changeset
   605
label.alert {
4b40c44d9f2d Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 194
diff changeset
   606
    font-size: 1.2em;
4b40c44d9f2d Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 194
diff changeset
   607
    color: #ff0000;
300
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 299
diff changeset
   608
}
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 299
diff changeset
   609
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 299
diff changeset
   610
ul.entry {
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 299
diff changeset
   611
  font-size: 1.2em;
396
c4b236ea6912 Edited the login page
primal primal007@gmail.com
parents: 300
diff changeset
   612
}