web/static/ldt/css/workspace.css
author wakimd
Tue, 16 Nov 2010 14:15:07 +0100
changeset 9 22ab430e9b64
permissions -rw-r--r--
Corrections on models and general structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
@charset "UTF-8";
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
.titlediv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
	margin: 0px 0px 25px 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
.ldt_player_code {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
	width: 580px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
	overflow: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
	border-style: inset;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
	border: 1px solid silver;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
	margin: 10px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
	padding: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
.searchfielddiv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
	top: 50%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
	margin-top: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
.searchfield {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
	background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
	border: 1px solid #b8b8b8;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
	-moz-border-radius: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
	-webkit-border-radius:15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
	-khtml-border-radius:15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
	border-radius: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
	padding: 2px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
.searchfield img {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
	vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
	margin-top: 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
.searchfieldinput {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
	color: graytext;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
	font-style: italic;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
input[type="text"].searchfieldinputbase {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
	border: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
.searchclear {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
 	display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
	float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
.searchfieldinputbase {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
	background: #ffffff url("../img/search.gif") no-repeat left center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
	width: 99px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
	height: 14px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
	margin: 0px 2px 0px 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
	vertical-align: top;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
	padding-left: 20px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    60
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    61
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
.projectscontentsdiv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    63
	overflow: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    64
	height: 570px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    65
	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
div.projectscontentsdiv table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
	width: 470px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    69
	height: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    70
	margin-bottom: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    71
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    73
tr.projectscontentsoddline {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    74
	background: #ededed;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    75
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
tr.projectscontentsevenline {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
	background: white;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    82
/* make the TH elements pretty */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    83
.projectscontentsheader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    84
	background: #b5b5b5;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
	font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
	text-transform:capitalize;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    87
	color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    88
	padding: 1px 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    89
	text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    93
#contentsheader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    94
	padding: 1px 10px 1px 49px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    95
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
#projectsheader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
	padding: 1px 10px 1px 93px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
.contenttitle {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
	width: 411px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
	padding: 4px 10px 4px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   107
.contenttitlelink,.contenttitlelink:link,.contenttitlelink:hover,.contenttitlelink:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   108
	text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   109
	color: #4F5155;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
.projecttitlelink,.projecttitlelink:link,.projecttitlelink:hover,.projecttitlelink:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
	text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   114
	color: #4F5155;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   115
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   116
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
.projecttitle {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   119
	width: 367px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   120
	padding: 4px 10px 4px 5px;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   121
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   123
.projectscontentsfooter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   124
	background: #8c8c8c;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   125
	color: #ffffff;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   126
	margin-top: 18px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   127
	font-size: 1.25em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   128
	font-style: normal;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   129
	padding : 5px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   130
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   131
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   132
.projectscontentstablediv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   133
	max-height: 500px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   134
	overflow: auto; overflow-x: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   135
	border-bottom: 2px solid #b5b5b5 ;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   136
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   137
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   138
.projectscontentstablewrapperdiv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   139
	height: 502px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   140
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   141
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   142
.projectscontentsbody tr {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   143
	padding-right: 16px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   144
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   145
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   146
.titlediv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   147
	vertical-align: middle;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   148
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   149
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   150
.cellimg {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   151
	width: 18px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   152
	text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   153
	padding: 4px 2px 4px 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   154
	cursor: pointer; cursor: hand;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   155
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   156
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   157
.cellimgdiv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   158
	visibility: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   159
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   160
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   161
.searchajaxloader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   162
	display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   163
	float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   164
	z-index: +1;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   165
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   166
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   167
a.content_link_create:link, a.content_link_create:visited,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   168
a.ldt_link_create:link, a.ldt_link_create:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   169
	color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   170
	text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   171
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   172
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   173
a.project_link_create:link, a.project_link_create:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   174
	color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   175
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   176