web/static/ldt/css/custom_player.css
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
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
#demo-frame > div.demo { padding: 5px !important; };
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
.iri-chapter{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
	padding-top:10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
	padding-bottom:5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
	border-left:solid 1px #aaaaaa;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
	border-right:solid 1px #aaaaaa;'
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
.tooltip {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
	display:none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
	background:transparent url(css/jq-css/tooltip/white_arrow.png);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
	font-size:12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
	height:100px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
	width:180px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
	padding:10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
	padding-left:15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
	padding-right:15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
	color:#000;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
#Annotations{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
	padding-left:5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
	width:470px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
	float:left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
#ldtSaTitle{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
	padding-top:2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
	padding-bottom:5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
	font-size:18px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
	color:#FFF;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
	height:22p;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
#ldtSaDescription{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
	font-size:12px;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
	color:#FFF;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
#ShowAnnotation{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
	position:absolute;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
	z-index: 999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
	padding:5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
	background:url(css/custom/images/transBlack.png);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
#ldtPlaceHolder{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
	position:absolue;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
	float:none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
.ldtControl1{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
	width:70px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
	float:left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
.ldtControl2{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
	padding-left:10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
	width:70px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
	float:left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59