integration/css/common.css
changeset 50 89e152523cb6
parent 47 67e3051fe084
child 51 b75d526629ab
equal deleted inserted replaced
49:a21b851538b2 50:89e152523cb6
   192 }
   192 }
   193 /* content */
   193 /* content */
   194 .content{
   194 .content{
   195 	width: 960px;
   195 	width: 960px;
   196 	min-height: 750px;
   196 	min-height: 750px;
   197 	background: url(../img/bg-degrade.png) 0 0 repeat-x;
       
   198 }
   197 }
   199 /* popin */
   198 /* popin */
   200 .popin{
   199 .popin{
   201 	padding-top: 12px;
   200 	padding-top: 12px;
   202 	position: absolute;
   201 	position: absolute;
   531 .frise-segment{
   530 .frise-segment{
   532 	position: absolute;
   531 	position: absolute;
   533 	height: 100%;
   532 	height: 100%;
   534 }
   533 }
   535 .mashup-frise .frise-segment {
   534 .mashup-frise .frise-segment {
   536 	background-image: url(../img/border-right-segment.png);
   535 	-moz-box-shadow: inset 1px 1px 1px #333333;
   537 	background-repeat: repeat-y;
   536   	-webkit-box-shadow: inset 1px 1px 1px #333333;
   538 	background-position: right top;
   537   	box-shadow: inset 1px 1px 1px #333333;
   539 	-moz-box-shadow: inset 0px 1px 1px 0px #666;
       
   540   	-webkit-box-shadow: inset 0px 1px 1px 0px #666;
       
   541   	box-shadow: inset 0px 1px 1px 0px #666;  
       
   542 }
       
   543 .mashup-frise .frise-segment:first-child{
       
   544 	-moz-box-shadow: inset 1px 1px 1px 0px #666;
       
   545   	-webkit-box-shadow: inset 1px 1px 1px 0px #666;
       
   546   	box-shadow: inset 1px 1px 1px 0px #666;
       
   547 }
       
   548 .mashup-frise .frise-segment:last-child{
       
   549 	background-image: none;
       
   550 }
   538 }
   551 .frise-segment.active, .mashup-frise .frise-segment.active {
   539 .frise-segment.active, .mashup-frise .frise-segment.active {
   552     background-image: url(../img/pinstripe-purple.png);
   540     background-image: url(../img/pinstripe-purple.png);
   553     background-repeat: repeat;
   541     background-repeat: repeat;
   554 }
   542 }
   946 }
   934 }
   947 
   935 
   948 a.Ldt-Social-Mail:hover {
   936 a.Ldt-Social-Mail:hover {
   949     background-position: -72px -24px;
   937     background-position: -72px -24px;
   950 }
   938 }
       
   939 
       
   940 
       
   941 .media-segment-list-inner {
       
   942     position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/bg-segments.png);
       
   943 }
       
   944 
       
   945 .media-segment-section {
       
   946     position: absolute; height: 8px; cursor: pointer;
       
   947     -moz-box-shadow: inset 1px 1px 1px #808080;
       
   948     -webkit-box-shadow: inset 1px 1px 1px #808080;
       
   949     box-shadow: inset 1px 1px 1px #808080;
       
   950 }
       
   951 
       
   952 .media-segment-popin h3, .media-found-popin h3{
       
   953     padding: 0;
       
   954     color: #de2500;
       
   955     margin-bottom: 4px;
       
   956     font-weight: 600;
       
   957 }
       
   958 
       
   959 .media-segment-popin p{
       
   960     font-size: 12px;
       
   961 }
       
   962 
       
   963 .media-segment-popin span{
       
   964     color: #7628df;
       
   965 }