app/soc/content/css/soc.css
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 22 Sep 2008 14:08:37 +0000
changeset 185 2f3bd84bb106
parent 182 72f193fb5633
child 217 7e121e6ba0dd
permissions -rw-r--r--
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc). Add list default templates and CSS classes. Patch by: Pawel Solyga 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
/*
8b43c541afa7 First iteration of a "prototype" Melange app, along with an initial Person
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
Copyright 2008 the Melange authors.
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
 */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    16
 
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    17
/* 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
    18
 * STANDARD HTML TAGS 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
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;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
    26
  font-size: small;
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
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
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
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   120
/* TABLES */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   121
table {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   122
  border-collapse: collapse;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   123
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   124
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   125
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
   126
  /*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
   127
  padding:2px 5px;
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   128
  vertical-align: top;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   129
  text-align: left;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   130
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   131
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   132
  /* FORM TABLE FIELDS */ 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   133
  td.formfieldrequired {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   134
    font-style: italic;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   135
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   136
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   137
  td.formfieldhelptext {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   138
    font-style: italic;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   139
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   140
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   141
  td.formfielderror {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   142
    color: #FF0000;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   143
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   144
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   145
  td.formfieldheading {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   146
    font-weight: bold;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   147
  }
96
4fac7d09fc74 Moved td.formfieldlabel to FORM TABLE FIELDS section.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 89
diff changeset
   148
  
4fac7d09fc74 Moved td.formfieldlabel to FORM TABLE FIELDS section.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 89
diff changeset
   149
  td.formfieldlabel {
4fac7d09fc74 Moved td.formfieldlabel to FORM TABLE FIELDS section.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 89
diff changeset
   150
    font-weight: bold;
4fac7d09fc74 Moved td.formfieldlabel to FORM TABLE FIELDS section.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 89
diff changeset
   151
  }
4fac7d09fc74 Moved td.formfieldlabel to FORM TABLE FIELDS section.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 89
diff changeset
   152
  
163
1f67538ff619 Add a td.formfielderrorlabel style, to highlight field labels that have errors.
Todd Larsen <tlarsen@google.com>
parents: 121
diff changeset
   153
  td.formfielderrorlabel {
1f67538ff619 Add a td.formfielderrorlabel style, to highlight field labels that have errors.
Todd Larsen <tlarsen@google.com>
parents: 121
diff changeset
   154
    font-weight: bold;
1f67538ff619 Add a td.formfielderrorlabel style, to highlight field labels that have errors.
Todd Larsen <tlarsen@google.com>
parents: 121
diff changeset
   155
    color: #FF0000;
1f67538ff619 Add a td.formfielderrorlabel style, to highlight field labels that have errors.
Todd Larsen <tlarsen@google.com>
parents: 121
diff changeset
   156
  }
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
   157
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
   158
/* 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
   159
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
   160
  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
   161
  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
   162
}
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
   163
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
   164
  table#queues tr {
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
   165
    border-bottom: thin solid lightgray;
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
   166
  }
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
   167
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
   168
  table#queues td {
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
   169
    padding: 2px;
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
   170
  }  
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
   171
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   172
/* 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   173
 * PAGE ELEMENTS 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   174
 */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   175
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   176
#title {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   177
  border-top: 1px solid #3366cc;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   178
  background-color: #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   179
  font-size: large;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   180
  font-weight: bold;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   181
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   182
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   183
  padding-top: 1px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   184
  padding-bottom: 1px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   185
  margin-top: 5px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   186
  margin-left: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   187
  padding-left: 3px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   188
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   189
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   190
#logo {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   191
  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
   192
  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
   193
  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
   194
  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
   195
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   196
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   197
  #logo img {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   198
    width: 143px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   199
    height: 59px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   200
  }
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   201
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   202
#login {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   203
  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
   204
}
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   205
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   206
#badge {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   207
  clear: both;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   208
  margin-top: 3.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   209
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   210
  height: 53px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   211
  font-style: italic;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   212
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   213
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   214
#body {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   215
  border-left: 1px dotted silver;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   216
  margin-left: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   217
  margin-right: 25px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   218
  padding-left: 18px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   219
  padding-bottom: 25px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   220
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   221
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   222
  #body .buttons {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   223
    margin-right: 4px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   224
    margin-top: 20px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   225
  }
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
   226
    
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   227
  #body a.button, input[type^="submit"], input[type^="button"] {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   228
    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
   229
    padding: 2px 5px 2px 5px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   230
    font-family: Arial, Sans-serif;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   231
    font-size: 12px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   232
    text-decoration: none;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   233
    color: #222;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   234
    cursor: default;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   235
    background: #ddd url("/soc/content/images/button-background.gif") repeat-x 0 0;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   236
    border: 1px solid #aaa;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   237
  }
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
   238
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   239
  #body a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   240
    border-color: #9cf #69e #69e #7af;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   241
  }
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
   242
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   243
#header {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   244
  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
   245
  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
   246
  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
   247
}
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
   248
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   249
#footer {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   250
  clear: both;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   251
  text-align: center;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   252
  margin-top: 3.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   253
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   254
  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
   255
  height: 53px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   256
  background-repeat: no-repeat;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   257
  background-position: left center;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   258
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   259
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   260
  #footer .text {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   261
    padding-top: 20px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   262
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   263
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   264
/* SIDEBAR MENU */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   265
#side {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   266
  width: 200px;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   267
  margin-bottom: 3em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   268
  float: left;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   269
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   270
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   271
#menu ul {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   272
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   273
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   274
  list-style-type: none;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   275
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   276
  font-size: 95%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   277
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   278
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   279
  #menu ul ul {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   280
    margin-left: 10px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   281
    margin-bottom: 0;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   282
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   283
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   284
#menu li {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   285
  margin-top: 4px;
42
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   286
}
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   287
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   288
#menu h4 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   289
  margin: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   290
  padding: 0;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   291
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   292
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   293
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   294
 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   295
/* SEARCH FIELD */ 
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   296
#search {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   297
  margin-top: 2em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   298
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   299
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   300
  #search .header {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   301
    font-weight: bold;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   302
    font-size: 90%;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   303
    margin-bottom: 1px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   304
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   305
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   306
  #search .button {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   307
    margin-top: 1px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   308
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   309
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   310
  #search .input input {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   311
    width: 125px;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   312
  }
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   313
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
   314
/* BLOG FEEDS */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   315
.blog {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   316
  border: 10px solid #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   317
  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
   318
}
7878a389d558 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com>
parents: 31
diff changeset
   319
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   320
.blog h2 {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   321
  margin-top: 0.1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   322
  background-color: #e5ecf9;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   323
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   324
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   325
  .blog h2 a {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   326
    text-decoration: none;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   327
    color: black;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   328
  }
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   329
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   330
  .blog h2 a:visited {
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   331
    text-decoration: none;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   332
    color: black;
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   333
  }
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   334
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   335
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   336
.blog .entry {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   337
  margin-bottom: 1em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   338
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   339
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   340
.blog .title {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   341
   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
   342
}
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   343
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   344
.blog .author {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   345
  color: gray;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   346
  margin-bottom: 0.5em;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   347
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   348
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   349
.blog .snippet {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   350
  background-color: white;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   351
}
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   352
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
   353
/* 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
   354
.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
   355
  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
   356
  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
   357
  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
   358
  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
   359
  -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
   360
}
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
   361
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
   362
  .list .pagination {
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
   363
    text-align: 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
   364
    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
   365
  }
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
   366
  
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
   367
  .list table{
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
   368
    background-color: white;
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
   369
  }
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
   370
  
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
   371
    .list table th {
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
   372
      background-color: #eeeeec;
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
   373
      border-right: 1px solid lightgray;
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
   374
      border-top: 1px solid lightgray;
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
   375
    }
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
   376
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
   377
    .list table tr.on {
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
   378
      background-color: #ff9;
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
   379
    }
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
   380
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
   381
    .list table tr.off {
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
   382
      background-color: #fff;
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
   383
    }
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
   384
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
   385
    .list table td.last {
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
   386
      border-right: 1px solid lightgray;
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
   387
    }
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
   388
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
   389
    .list table .first {
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
   390
      border-left: 1px solid lightgray;
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
   391
    }
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
   392
89
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   393
/* 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   394
 * CUSTOM CLASSES 
5decd7730e02 Reduce the indent to two spaces per hierarchy level, comment some groups of
Todd Larsen <tlarsen@google.com>
parents: 83
diff changeset
   395
 */
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   396
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   397
.todo {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   398
  color: #cc0000;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   399
  font-size: 80%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   400
}
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
.newmark {
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   403
  color: red;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   404
  font-size: 80%;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   405
  vertical-align: top;
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 62
diff changeset
   406
}
121
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   407
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   408
.error {
50f0999aee66 This CSS change belonged with soc/templates/soc/error.html committed in r454.
Todd Larsen <tlarsen@google.com>
parents: 96
diff changeset
   409
  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
   410
}
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
   411
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
   412
.notice { 
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
   413
  background:#fad163; 
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
   414
  font-weight: bold;
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
   415
}
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
   416
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
   417
.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
   418
.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
   419
.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
   420
.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
   421
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
   422
/* 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
   423
.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
   424
  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
   425
}
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
   426