app/soc/content/css/soc-090421.css
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 21 Apr 2009 16:28:13 +0000
changeset 2272 26491ee91e33
parent 2271 app/soc/content/css/soc-090418.css@6519029b444f
child 2284 e7bb719e2539
permissions -rw-r--r--
Renamed .css file due to recent changes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
/*
1307
091a21cf3627 Update the copyright notice for 2009.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1170
diff changeset
     2
Copyright 2009 the Melange authors.
31
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
Licensed under the Apache License, Version 2.0 (the "License");
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
you may not use this file except in compliance with the License.
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
You may obtain a copy of the License at
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
  http://www.apache.org/licenses/LICENSE-2.0
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
Unless required by applicable law or agreed to in writing, software
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
distributed under the License is distributed on an "AS IS" BASIS,
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
See the License for the specific language governing permissions and
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
limitations under the License.
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
 */
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
    16
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
    17
/*
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
    18
 * STANDARD HTML TAGS
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
    19
 */
31
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    21
body {
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    22
  background-color: white;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    23
  color: black;
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    24
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    25
  font-family: Arial, sans-serif;
217
7e121e6ba0dd Add "Last updated" footer to front page body text, using the modified Property
Todd Larsen <tlarsen@google.com>
parents: 185
diff changeset
    26
  font-size: medium;
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    27
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    28
  margin: 8px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    29
  margin-top: 3px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    30
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    31
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    32
img {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    33
  border: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    34
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    35
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    36
form {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    37
  margin: 0;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    38
  padding: 0;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    39
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    40
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    41
li {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    42
  margin-bottom: 0.25em;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    43
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    44
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    45
/* HEADERS */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    46
h1 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    47
  font-size: x-large;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    48
  margin-top: 0px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    49
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    50
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    51
h2 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    52
  font-size: large;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    53
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    54
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    55
h3 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    56
  font-size: medium;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    57
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    58
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    59
h4 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    60
  font-size: small;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    61
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    62
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    63
/* PRE-FORMATTED TEXT */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    64
pre, code {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    65
  color: #007000;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    66
  font-family: "bogus font here", monospace;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    67
  font-size: 100%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    68
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    69
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    70
pre {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    71
  border: 1px solid silver;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    72
  background-color: #f5f5f5;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    73
  padding: 0.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    74
  overflow: auto;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    75
  margin: 2em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    76
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    77
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    78
pre ins {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    79
  color: #cc0000;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    80
  font-weight: bold;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    81
  text-decoration: none;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    82
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    83
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
    84
/* LINKS AND ANCHORS */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    85
a:link {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    86
  color: #0000cc;
31
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    87
}
42
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
    88
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    89
a:active {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    90
  color: #cc0000;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    91
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    92
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    93
a:visited {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    94
  color: #551a8b;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    95
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    96
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    97
a.selected, .selected a, .selected {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    98
  color: black;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    99
  font-weight: bold;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   100
  text-decoration: none;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   101
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   102
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   103
a.novisit {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   104
  color: #2a55a3;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   105
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   106
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   107
a.noul, a.noulv {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   108
  color: #4182fa; /* #93b7fa; */
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   109
  text-decoration: none;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   110
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   111
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   112
a:hover.noul {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   113
  text-decoration: underline;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   114
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   115
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   116
a:visited.noul {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   117
  color: #a32a91; /* #2a55a3; */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   118
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   119
376
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   120
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   121
/* Styles used by Django Forms */
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   122
ul.errorlist {
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   123
  color: #FF0000;
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   124
  font-size: small;
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   125
}
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   126
ce8b3a9fa0de Add a style that appears in form error lists produced by Django Forms and
Todd Larsen <tlarsen@google.com>
parents: 352
diff changeset
   127
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   128
/* TABLES */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   129
table {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   130
  border-collapse: collapse;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   131
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   132
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   133
th, td {
83
3f4f7c540b75 Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 80
diff changeset
   134
  /*padding: 0;*/
3f4f7c540b75 Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 80
diff changeset
   135
  padding:2px 5px;
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   136
  vertical-align: top;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   137
  text-align: left;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   138
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   139
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   140
/* FORM FIELDS */
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   141
td.formfieldrequired {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   142
  font-style: italic;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   143
  font-size: small;
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   144
  text-align: center;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   145
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   146
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   147
td.formfieldhelptext {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   148
  font-style: italic;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   149
  font-size: small;
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   150
  padding: 5px;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   151
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   152
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   153
td.formfielderror {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   154
  color: #FF0000;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   155
  font-size: small;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   156
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   157
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   158
td.formfieldheading {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   159
  font-weight: bold;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   160
  font-size: small;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   161
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   162
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   163
td.formfieldlabel {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   164
  font-weight: bold;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   165
  font-size: small;
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   166
  text-align: right;
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   167
}
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   168
1372
a9b7f64d4813 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1369
diff changeset
   169
td.twolineformfieldlabel {
a9b7f64d4813 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1369
diff changeset
   170
  font-weight: bold;
a9b7f64d4813 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1369
diff changeset
   171
  font-size: small;
1531
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   172
  text-align: left;
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   173
}
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   174
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   175
td.twolineformfieldlabel {
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   176
  font-weight: bold;
db5d40d9dc43 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1471
diff changeset
   177
  font-size: small;
1372
a9b7f64d4813 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1369
diff changeset
   178
}
a9b7f64d4813 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1369
diff changeset
   179
1817
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   180
td.twolineformfielderrorlabel {
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   181
  font-weight: bold;
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   182
  color: #FF0000;
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   183
  font-size: small;
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   184
}
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   185
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   186
td.formfieldvalue {
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   187
  text-align: left;
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   188
}
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   189
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   190
td.formfieldvalue input {
2026
388b65cabfbb Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1927
diff changeset
   191
  width: 100%;
388b65cabfbb Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1927
diff changeset
   192
}
388b65cabfbb Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1927
diff changeset
   193
388b65cabfbb Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1927
diff changeset
   194
td.formfieldvalue input[type=checkbox] {
388b65cabfbb Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1927
diff changeset
   195
  width: auto;
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   196
}
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   197
1707
2e7b76f20878 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1678
diff changeset
   198
td.formfieldvalue input:focus {
2e7b76f20878 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1678
diff changeset
   199
  background-color: #FFFF99;
2e7b76f20878 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1678
diff changeset
   200
  font-weight: bold;
2e7b76f20878 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1678
diff changeset
   201
}
2e7b76f20878 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1678
diff changeset
   202
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   203
td.formfieldvalue textarea {
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   204
  width: 100%;
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   205
}
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   206
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   207
td.formfieldvalue select {
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   208
  width: 100%;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   209
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   210
941
6eac584ce14c Add a warning about discarding unsaved changes
Sverre Rabbelier <srabbelier@gmail.com>
parents: 852
diff changeset
   211
td.formfielderrorlabel, td.warning, span.formfielderrorlabel {
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   212
  font-weight: bold;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   213
  color: #FF0000;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   214
  font-size: small;
1817
08de2fa5c156 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1770
diff changeset
   215
  text-align: right;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   216
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   217
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   218
/* TABLE QUEUES (used with .list) */
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   219
table#queues {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   220
  border-collapse: collapse;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   221
  width: 100%;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   222
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   223
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   224
table#queues tr {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   225
  border-bottom: thin solid lightgray;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   226
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   227
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   228
table#queues td {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   229
  padding: 2px;
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   230
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   231
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   232
/*
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   233
 * PAGE ELEMENTS
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   234
 */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   235
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   236
#title {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   237
  border-top: 1px solid #3366cc;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   238
  background-color: #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   239
  font-size: large;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   240
  font-weight: bold;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   241
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   242
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   243
  padding-top: 1px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   244
  padding-bottom: 1px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   245
  margin-top: 5px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   246
  margin-left: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   247
  padding-left: 3px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   248
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   249
288
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   250
#notice {
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   251
  margin-left: 200px;
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   252
  padding: 3px;
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   253
}
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   254
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   255
#logo {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   256
  padding-right: 18px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   257
  position: absolute;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   258
  left: 0;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   259
  top: -5px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   260
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   261
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   262
#login {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   263
  text-align: right;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   264
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   265
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   266
#badge {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   267
  clear: both;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   268
  margin-top: 3.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   269
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   270
  height: 53px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   271
  font-style: italic;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   272
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   273
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   274
#body {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   275
  border-left: 1px dotted silver;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   276
  margin-left: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   277
  margin-right: 25px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   278
  padding-left: 18px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   279
  padding-bottom: 25px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   280
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   281
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   282
#body .buttons {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   283
  margin-right: 4px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   284
  margin-top: 20px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   285
}
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   286
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   287
#body a.button, input[type^="submit"], input[type^="button"] {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   288
  margin: 0;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   289
  padding: 2px 5px 2px 5px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   290
  font-family: Arial, Sans-serif;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   291
  font-size: 12px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   292
  text-decoration: none;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   293
  color: #222;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   294
  cursor: default;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   295
  background: #ddd url("/soc/content/images/button-background.gif") repeat-x 0 0;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   296
  border: 1px solid #aaa;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   297
}
83
3f4f7c540b75 Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 80
diff changeset
   298
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   299
#body a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   300
  border-color: #9cf #69e #69e #7af;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   301
}
83
3f4f7c540b75 Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 80
diff changeset
   302
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   303
#header {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   304
  height: 50px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   305
  margin-bottom: 11px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   306
  position: relative;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   307
}
83
3f4f7c540b75 Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 80
diff changeset
   308
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   309
#footer {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   310
  clear: both;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   311
  text-align: center;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   312
  margin-top: 3.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   313
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   314
  background-image: url("http://www.google.com/images/art.gif");
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   315
  height: 53px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   316
  background-repeat: no-repeat;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   317
  background-position: left center;
1411
92ced55eb16f Footer of melange now resizes properly.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1372
diff changeset
   318
  padding-left: 125px;
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   319
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   320
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   321
#footer .text {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   322
  padding-top: 20px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   323
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   324
450
365c2cc68bd7 Making the docs template prettier
Dmitri Gaskin <dmitrig01@gmail.com>
parents: 449
diff changeset
   325
#created {
584
ba8a624506e5 Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents: 472
diff changeset
   326
  font-size: x-small;
ba8a624506e5 Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents: 472
diff changeset
   327
  color:#C0C0C0;
ba8a624506e5 Adds and uses a modified_by property in models/work.py
Lennard de Rijk <ljvderijk@gmail.com>
parents: 472
diff changeset
   328
  text-align: right;
239
497da2d890ff Some styles used by r671, the simplistic Document view.
Todd Larsen <tlarsen@google.com>
parents: 217
diff changeset
   329
}
497da2d890ff Some styles used by r671, the simplistic Document view.
Todd Larsen <tlarsen@google.com>
parents: 217
diff changeset
   330
1152
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   331
/* Google Map */
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   332
#role_profile_map {
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   333
  height: 240px;
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   334
  width: 320px;
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   335
}
b82caf7bb17c Add Google Maps integration for Role profiles create/edit views.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1120
diff changeset
   336
2271
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   337
#org_home_extras {
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   338
  position: relative;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   339
  margin:2em 0em 2em;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   340
  min-height:500px;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   341
}
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   342
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   343
#extras_left {
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   344
  position: absolute;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   345
  width: 55%;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   346
  left: 0px;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   347
} 
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   348
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   349
#extras_right {
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   350
  position: absolute;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   351
  width: 43%;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   352
  right: 0px;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   353
  float: right;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   354
} 
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   355
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   356
/* Organization home gmap */
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   357
#org_home_map {
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   358
  height: 500px;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   359
  width: 500px;
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   360
}
6519029b444f Added map of accepted student proposals to mentors to the org home page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2085
diff changeset
   361
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   362
/* SIDEBAR MENU */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   363
#side {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   364
  width: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   365
  margin-bottom: 3em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   366
  float: left;
246
5d2df032e19e Shrink the sidebar menu separately from the main body text.
Todd Larsen <tlarsen@google.com>
parents: 239
diff changeset
   367
  font-size: small;
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   368
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   369
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   370
#menu ul {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   371
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   372
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   373
  list-style-type: none;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   374
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   375
  font-size: 95%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   376
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   377
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   378
#menu ul ul {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   379
  margin-left: 10px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   380
  margin-bottom: 0;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   381
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   382
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   383
#menu li {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   384
  margin-top: 4px;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   385
  list-style-type: none;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   386
  list-style-image: none;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   387
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   388
449
a4dc4c9e7356 Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents: 426
diff changeset
   389
#menu img {
a4dc4c9e7356 Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents: 426
diff changeset
   390
  margin-right: 4px;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   391
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   392
449
a4dc4c9e7356 Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents: 426
diff changeset
   393
#menu li.leaf {
a4dc4c9e7356 Allowing + and - to be clicked in the menu
Dmitri Gaskin <dmitrig01@gmail.com>
parents: 426
diff changeset
   394
  padding-left: 14px;
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   395
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   396
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   397
#menu h4 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   398
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   399
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   400
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   401
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   402
1678
80411f57f31a Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1540
diff changeset
   403
/*  */
80411f57f31a Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1540
diff changeset
   404
1120
2b5c976e7edd Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents: 941
diff changeset
   405
span.unread {
2b5c976e7edd Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents: 941
diff changeset
   406
  font-weight: bold;
2b5c976e7edd Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents: 941
diff changeset
   407
  color: #FF0000;
2b5c976e7edd Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents: 941
diff changeset
   408
}
2b5c976e7edd Add an 'unread' style and add 'new document' link for user
Sverre Rabbelier <srabbelier@gmail.com>
parents: 941
diff changeset
   409
1678
80411f57f31a Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1540
diff changeset
   410
span.edited {
80411f57f31a Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1540
diff changeset
   411
  color: #808080;
80411f57f31a Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1540
diff changeset
   412
}
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   413
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   414
/* SEARCH FIELD */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   415
#search {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   416
  margin-top: 2em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   417
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   418
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   419
#search .header {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   420
  font-weight: bold;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   421
  font-size: 90%;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   422
  margin-bottom: 1px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   423
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   424
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   425
#search .button {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   426
  margin-top: 1px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   427
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   428
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   429
#search .input input {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   430
  width: 125px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   431
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   432
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   433
/* BLOG FEEDS */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   434
.blog {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   435
  border: 10px solid #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   436
  border-top: 1px solid #3366cc;
42
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   437
}
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   438
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   439
.blog h2 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   440
  margin-top: 0.1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   441
  background-color: #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   442
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   443
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   444
.blog h2 a {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   445
  text-decoration: none;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   446
  color: black;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   447
}
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   448
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   449
.blog h2 a:visited {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   450
  text-decoration: none;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   451
  color: black;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   452
}
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   453
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   454
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   455
.blog .entry {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   456
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   457
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   458
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   459
.blog .title {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   460
   font-size: medium;
42
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   461
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   462
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   463
.blog .author {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   464
  color: gray;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   465
  margin-bottom: 0.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   466
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   467
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   468
.blog .snippet {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   469
  background-color: white;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   470
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   471
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   472
/* LIST */
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   473
.list {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   474
  background-color: #E5ECF9;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   475
  border: 1px solid  #93b7fa;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   476
  border-bottom: 2px solid #93b7fa;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   477
  padding: 3px;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   478
  -moz-border-radius: 5px 5px 0px 0px;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   479
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   480
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   481
.list .pagination {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   482
  text-align: right;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   483
  padding: 3px;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   484
}
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   485
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   486
.list table{
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   487
  background-color: white;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   488
}
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   489
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   490
.list table th {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   491
  background-color: #eeeeec;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   492
  border-right: 1px solid lightgray;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   493
  border-top: 1px solid lightgray;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   494
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   495
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   496
.list table tr.on {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   497
  background-color: #ff9;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   498
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   499
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   500
.list table tr.off {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   501
  background-color: #fff;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   502
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   503
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   504
.list table td.last {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   505
  border-right: 1px solid lightgray;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   506
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   507
423
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   508
.list table .first {
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   509
  border-left: 1px solid lightgray;
25665d645fa8 Add javascript expandable menus.
Augie Fackler <durin42@gmail.com>
parents: 376
diff changeset
   510
}
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   511
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   512
/*
1916
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   513
 * STUDENT PROPOSAL REVIEWS
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   514
 */
1916
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   515
.studentproposalreview {
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   516
  font-size: small;
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   517
}
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   518
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   519
.studentproposalreview .title {
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   520
  background-color: #e5ecf9;
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   521
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   522
1896
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   523
.studentproposalreview .student{
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   524
  background: #d0f5a9;
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   525
}
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   526
2085
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   527
.studentproposalcomment-public,
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   528
.studentproposalreview-public .other {
1896
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   529
  background: #f5f6ce;
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   530
}
b99f448e983e Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1818
diff changeset
   531
2085
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   532
.studentproposalcomment-private,
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   533
.studentproposalreview-private .other {
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   534
  background: #D2EDF6;
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   535
}
2f04b8ec3b96 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2026
diff changeset
   536
1916
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   537
/*
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   538
 * CUSTOM CLASSES
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   539
 */
71b3f3521a10 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1915
diff changeset
   540
1927
69a69eaee48d Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1925
diff changeset
   541
.assignedslot {
69a69eaee48d Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1925
diff changeset
   542
  background-color: #d0f5a9;
69a69eaee48d Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1925
diff changeset
   543
}
69a69eaee48d Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1925
diff changeset
   544
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   545
.todo {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   546
  color: #cc0000;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   547
  font-size: 80%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   548
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   549
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   550
.newmark {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   551
  color: red;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   552
  font-size: 80%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   553
  vertical-align: top;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   554
}
121
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   555
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   556
.error {
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   557
  color: red;
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   558
}
182
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   559
838
58da949dd64c Set notice width to 450px. It was way too long. Notice is displayed with help text on yellow background in User profile.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 584
diff changeset
   560
.notice {
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   561
  background:#fad163;
852
c94bf642be8d Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 838
diff changeset
   562
  font-size: small;
c94bf642be8d Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 838
diff changeset
   563
  font-weight: bold;
c94bf642be8d Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 838
diff changeset
   564
}
c94bf642be8d Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 838
diff changeset
   565
c94bf642be8d Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 838
diff changeset
   566
.fieldhelptext {
838
58da949dd64c Set notice width to 450px. It was way too long. Notice is displayed with help text on yellow background in User profile.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 584
diff changeset
   567
  width: 450px;
1818
fec380dac186 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1817
diff changeset
   568
  background:#fad163;
288
46cd7361dcc4 Add #notice class declaration in soc.css for upcoming notification bar.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 250
diff changeset
   569
  font-size: small;
1369
0be1f471413c Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com>
parents: 1307
diff changeset
   570
  border: 1px solid black;
182
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   571
}
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   572
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   573
.rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   574
.rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; }
72f193fb5633 Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 163
diff changeset
   575
.rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; }
185
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   576
.rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; }
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   577
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   578
/* Disabled text. */
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   579
.disabled {
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   580
  color: gray;
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   581
}
2f3bd84bb106 Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 182
diff changeset
   582
1158
eefda5105ecd ReadOnlyInput widget now shows text instead of a greyed-out input box.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1152
diff changeset
   583
.plaintext {
1170
514eedb1f530 Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1158
diff changeset
   584
  background:transparent none repeat scroll 0 0;
514eedb1f530 Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1158
diff changeset
   585
  border:0 none;
514eedb1f530 Fix missing indention in css file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 1158
diff changeset
   586
  color:black;
1158
eefda5105ecd ReadOnlyInput widget now shows text instead of a greyed-out input box.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1152
diff changeset
   587
}