orbit-basic/app/assets/stylesheets/default_widget.css

207 lines
3.5 KiB
CSS
Raw Normal View History

/* 1 */
2013-01-10 01:40:52 +00:00
.default_widget_typeA{
2013-01-04 03:43:03 +00:00
font: 12px/100% 'open sans',sans-serif;
margin:0 0 20px;
2013-01-08 04:50:28 +00:00
2013-01-04 03:43:03 +00:00
}
2013-01-10 01:40:52 +00:00
.default_widget_tb{
border-collapse:collapse;
2013-01-04 03:43:03 +00:00
width:100%;
}
2013-01-10 01:40:52 +00:00
.default_widget_tb th{
2013-01-04 03:43:03 +00:00
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
padding: 10px;
text-align: left;
}
2013-01-10 01:40:52 +00:00
.default_widget_tb td{
2013-01-04 03:43:03 +00:00
border-bottom: 1px solid #AAAAAA;
padding: 10px;
2013-01-08 04:50:28 +00:00
vertical-align: top;
2013-01-04 03:43:03 +00:00
white-space: normal;
word-wrap: break-word;
}
2013-01-10 01:40:52 +00:00
.default_widget_tb .date{
2013-01-08 04:50:28 +00:00
display: block;
max-width: 80px;
}
2013-01-10 01:40:52 +00:00
.default_widget_tb .category{
2013-01-08 04:50:28 +00:00
display: block;
max-width: 100px;
}
/* 2 */
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2{
2013-01-04 03:43:03 +00:00
font: 12px/100% 'open sans',sans-serif;
margin:0 0 20px;
2013-01-08 04:50:28 +00:00
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2 ul{
2013-01-04 03:43:03 +00:00
margin: 0;
padding: 0;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2 li{
2013-01-04 03:43:03 +00:00
border-bottom: 1px solid #AAAAAA;
clear: both;
margin: 0 0 10px;
overflow: hidden;
padding: 0 0 10px;
}
2013-01-04 03:43:03 +00:00
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2 .app-pic{
2013-01-04 03:43:03 +00:00
background: none repeat scroll 0 0 #AAAAAA;
border-radius: 3px;
float:left;
height: 50px;
margin: 0 10px 5px 0;
overflow: hidden;
width: 50px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2 img{
height:50px;
width:50px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style2 span{
2013-01-04 03:43:03 +00:00
display: inline;
margin: 0 10px 0 0;
}
/* 3 */
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3{
2013-01-04 03:43:03 +00:00
font: 12px/100% 'open sans',sans-serif;
margin:0 0 20px;
2013-01-08 04:50:28 +00:00
2013-01-04 03:43:03 +00:00
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 ul{
2013-01-04 03:43:03 +00:00
margin: 0;
padding: 0;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 li{
2013-01-04 03:43:03 +00:00
border-bottom: 1px solid #AAAAAA;
clear: both;
margin: 0 0 10px;
overflow: hidden;
padding: 0 0 10px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 .app-pic{
2013-01-04 03:43:03 +00:00
background: none repeat scroll 0 0 #AAAAAA;
border-radius: 3px;
float: left;
height: 50px;
margin: 0 10px 0 0;
overflow: hidden;
width: 50px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 span{
display:block;
margin:0 0 5px;
text-align: left;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 .wrap{
overflow: hidden;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style3 img{
2013-01-04 03:43:03 +00:00
height:50px;
width:50px;
}
/* 4 */
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4{
2013-01-04 03:43:03 +00:00
font: 12px/100% 'open sans',sans-serif;
margin:0 0 20px;
2013-01-08 04:50:28 +00:00
2013-01-04 03:43:03 +00:00
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 ul{
2013-01-04 03:43:03 +00:00
margin: 0;
padding: 0;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 li{
2013-01-04 03:43:03 +00:00
border-bottom: 1px solid #AAAAAA;
clear: both;
margin: 0 0 10px;
overflow: hidden;
padding: 0 0 10px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 .app-pic{
2013-01-04 03:43:03 +00:00
background: none repeat scroll 0 0 #AAAAAA;
border-radius: 3px;
float: right;
height: 50px;
margin: 0 0 0 10px;
overflow: hidden;
width: 50px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 span{
display:block;
margin:0 0 5px;
text-align: left;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 .wrap{
overflow: hidden;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeB_style4 img{
2013-01-04 03:43:03 +00:00
height:50px;
width:50px;
}
/* 5 */
2013-01-10 01:40:52 +00:00
.default_widget_typeC{
2013-01-04 03:43:03 +00:00
font: 12px/100% 'open sans',sans-serif;
margin: 0 0 20px;
position: relative;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC ul{
2013-01-04 03:43:03 +00:00
margin: 0 0 0 70px;
padding: 0;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC li{
2013-01-04 03:43:03 +00:00
border-bottom: 1px solid #AAAAAA;
clear: both;
margin: 0 0 10px;
overflow: hidden;
padding: 0 0 10px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC .app-pic{
2013-01-04 03:43:03 +00:00
background: none repeat scroll 0 0 #AAAAAA;
border-radius: 3px 3px 3px 3px;
height: 50px;
left: 0;
margin: 0 10px 0 0;
overflow: hidden;
position: absolute;
top: 0;
width: 50px;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC span{
2013-01-04 03:43:03 +00:00
display:block;
margin:0 0 5px;
text-align: left;
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC .wrap{
overflow: hidden;
2013-01-04 03:43:03 +00:00
}
2013-01-10 01:40:52 +00:00
.default_widget_typeC img{
2013-01-04 03:43:03 +00:00
height:50px;
width:50px;
2013-01-10 01:40:52 +00:00
}