forked from spen/seminar
565 lines
12 KiB
CSS
565 lines
12 KiB
CSS
.rg, .rgp {
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
}
|
|
.rg input, .rgp input, .rg textarea, .rgp textarea {
|
|
resize: none;
|
|
margin: 0;
|
|
display: block;
|
|
font-size: 13px;
|
|
}
|
|
.rgp textarea { overflow: auto; }
|
|
.rg a, .rgp a {
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
.rg a:hover { }
|
|
|
|
/*.rg img { display: block; border: none;}*/
|
|
|
|
.rgmask { background: #000; width: 100%; position: fixed; top: 0; left: 0; }
|
|
|
|
.rgui {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
.rghead, .rgbody { overflow: hidden; }
|
|
.rghead {
|
|
border-bottom: solid 1px #ccc;
|
|
padding: 10px 0;
|
|
background: #fff;
|
|
}
|
|
.rgtitle {
|
|
color: #333;
|
|
text-shadow: 0 1px 0 #ddd;
|
|
font-size: 2em;
|
|
padding: 0 8px;
|
|
}
|
|
.rgbody {
|
|
|
|
}
|
|
.rgfn { overflow: hidden; padding: 4px 10px; }
|
|
.rgcustom_album, .rgphoto { float: left; margin: 0 10px 24px 0; }
|
|
.rgcustom_album {
|
|
padding: 16px;
|
|
margin: 0 8px 8px 0;
|
|
border: solid 1px #ccc;
|
|
width: 300px;
|
|
height: 120px;
|
|
border-radius: 4px;
|
|
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
}
|
|
.rgcustom_album > a {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.rgcustom_album:hover {
|
|
box-shadow: 0 0 6px rgba(0,0,0,0.2);
|
|
}
|
|
.rgcustom_album img {
|
|
transition: all, 0.5s ease;
|
|
-webkit-transition: all, 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all, 0.5s ease;
|
|
}
|
|
.rgphoto { }
|
|
.rgphoto a {
|
|
display: block;
|
|
padding: 4px;
|
|
border: solid 1px #ddd;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
transition: all, 0.3s ease;
|
|
-webkit-transition: all, 0.3s ease;
|
|
-moz-transition: all, 0.3s ease;
|
|
}
|
|
.rgphoto a:hover {
|
|
border-color: #999;
|
|
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
|
|
}
|
|
.rgphoto img, .rgphoto_edit img {
|
|
/*display: block;*/
|
|
border-radius: 3px;
|
|
transition: all, 0.3s ease;
|
|
-webkit-transition: all, 0.3s ease;
|
|
-moz-transition: all, 0.3s ease;
|
|
}
|
|
.rgcustom_album .custom_albumname {
|
|
font-size: 18px;
|
|
padding: 6px 0;
|
|
display: block;
|
|
transition: background 0.3s ease;
|
|
-webkit-transition: background 0.3s ease;
|
|
-moz-transition: background 0.3s ease;
|
|
-ms-transition: background 0.3s ease;
|
|
}
|
|
.rgcustom_album a:hover img {
|
|
opacity: 0.85;
|
|
}
|
|
|
|
.rgp .rgtitle { margin: 0 0 10px 0; }
|
|
|
|
/* Photo Edit */
|
|
.custom_albumname_edit label, .custom_albumname_edit .rginput, .rgphoto_edit > a, .rgphoto_edit .rginput { float: left; }
|
|
.rgphoto_edit, .custom_albumname_edit {
|
|
clear: both;
|
|
overflow: hidden;
|
|
margin-bottom: 10px;
|
|
}
|
|
.custom_albumname_edit label {
|
|
width: 150px;
|
|
margin: 0 10px 0 0;
|
|
text-align: right;
|
|
padding: 0;
|
|
line-height: 24px;
|
|
}
|
|
.custom_albumname_edit .rginput { }
|
|
.rgphoto_edit img { margin: 0 10px 10px 0; }
|
|
.rgphoto_edit .rginput { margin-right: 10px; }
|
|
.rgphoto_edit .edit_fn { float: left; margin-bottom: 10px; }
|
|
.rgphoto_edit .edit_fn .bt-dels { }
|
|
|
|
/* Delete List */
|
|
.rglist { overflow: hidden; padding: 10px 0; }
|
|
.list { table-layout:fixed; width: 100%; margin: 0 0 12px 0; }
|
|
.list thead th { padding: 8px 4px; font-size: 30px; font-weight: bold; }
|
|
.list th img { width: 60px; height: 45px; }
|
|
.list .photoname { padding-left: 6px; }
|
|
.list .photofn { padding-right: 4px; }
|
|
.list .photofn a { float: right; margin-left: 4px; display: block; }
|
|
.list th { padding: 4px 0 4px 4px; }
|
|
.list tbody th, .list tbody td { border-bottom: solid 1px #ccc; }
|
|
.list .odd th, .list .odd td { background: #f6f6f6; }
|
|
.list .c1 { width: 64px; }
|
|
.list .c3 { width: 40px; }
|
|
|
|
/* Ruling Slide */
|
|
.rslide {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
background: #222;
|
|
clear: both;
|
|
/*z-index: 99;*/
|
|
min-height: 250px;
|
|
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
}
|
|
.rslide.fullscreen { position: fixed; z-index: 99; }
|
|
.rslideinside {
|
|
/*
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
*/
|
|
}
|
|
.comp {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow: hidden;
|
|
position: relative;
|
|
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
}
|
|
.comp img{ display: block; width: auto; height: auto; margin: 0 auto; cursor: pointer; min-height: 250px; }
|
|
.comp .full{ width: auto; height: auto; max-width: 100%; max-height: 100%; }
|
|
.rslidenav {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
right: 0;
|
|
margin-top: -35px;
|
|
}
|
|
.rslidenav a {
|
|
position: absolute;
|
|
display: block;
|
|
width: 30px;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
text-indent: -999px;
|
|
background: #000 0 center url(../../../assets/custom_gallery/slidenav.png) no-repeat;
|
|
background: rgba(0,0,0,0.9) 0 0 url(../../../assets/custom_gallery/slidenav.png) no-repeat;
|
|
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
}
|
|
.rslidenav a:hover {
|
|
background-color: #fff;
|
|
background-color: rgba(255,255,255,0.9);
|
|
}
|
|
.rslidenav .navP { left: 0; border-radius: 0 4px 4px 0; background-position: 0 -40px; }
|
|
.rslidenav .navN { right: 0; border-radius: 4px 0 0 4px; background-position: -30px 0; }
|
|
.rslidenav a.navP:hover { background-position: -30px -40px; }
|
|
.rslidenav a.navN:hover { background-position: 0 0; }
|
|
.slidectrl {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 30px;
|
|
background: #000 left top url(../../../assets/custom_gallery/slidetitlebg.png) repeat-x;
|
|
background: rgba(0,0,0,0.9) left top url(../../../assets/custom_gallery/slidetitlebg.png) repeat-x;
|
|
/*z-index: 999;*/
|
|
}
|
|
.slidectrl a {
|
|
display: block;
|
|
float: right;
|
|
text-indent: -9999px;
|
|
overflow: hidden;
|
|
width: 30px;
|
|
height: 30px;
|
|
background: transparent 0 0 url(../../../assets/custom_gallery/slideui.gif) no-repeat;
|
|
border-left: solid 1px #222;
|
|
}
|
|
.slidectrl a.togglelist { background-position: 0 -30px; }
|
|
.slidectrl a.togglescreen { background-position: 0 -90px; }
|
|
.slidectrl a.toinline { background-position: -30px 0; }
|
|
.slidectrl a.sharebt { background-position: -30px -30px; }
|
|
.slidectrl a.browserfullscreen { display:none;}
|
|
.slidectrl a.slidestop { background-position: 0 -60px; }
|
|
.fullscreen .slidectrl a.togglescreen { background-position: -30px -90px; }
|
|
.browserFullScreen .slidectrl a.browserfullscreen { background-position: -30px 0; }
|
|
.browserFullScreen .togglescreen { display: none; }
|
|
.slideinfo {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
}
|
|
.slideinfo .info { padding: 0 0 0 6px; text-transform: uppercase; }
|
|
.slideinfo span.info { color: #ccc; text-transform: none; }
|
|
|
|
.slidelist {
|
|
position: absolute;
|
|
bottom: 30px;
|
|
z-index: 99;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
background: transparent 0 0 url(../../../assets/custom_gallery/slidelistbg.png);
|
|
}
|
|
.slidelist ul {
|
|
margin: 0 auto;
|
|
padding: 10px 0 10px 10px;
|
|
list-style: none;
|
|
}
|
|
.slidelist li {
|
|
display: inline-block;
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
.slidelist a {
|
|
border: solid 2px #fff;
|
|
display: block;
|
|
width: 150px;
|
|
height: 120px;
|
|
position: relative;
|
|
|
|
box-shadow: 0 0 6px rgba(0,0,0,0.7);
|
|
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.7);
|
|
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.7);
|
|
-ms-box-shadow: 0 0 6px rgba(0,0,0,0.7);
|
|
}
|
|
.slidelist a.playall {
|
|
border: none;
|
|
width: 80px;
|
|
height: 32px;
|
|
margin: 31px 0 0 22px;
|
|
background: transparent 0 0 url(../../../assets/custom_gallery/playall.png) no-repeat;
|
|
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
-ms-box-shadow: none;
|
|
}
|
|
.slidelist a.playall:hover { background-position: 0 -32px; }
|
|
#li_play_all { width: 124px; height: 94px; }
|
|
.slidelist img {
|
|
margin: 0;
|
|
background: #fff;
|
|
display: block;
|
|
|
|
transition: all 0.2s ease;
|
|
-webkit-transition: all 0.2s ease;
|
|
-moz-transition: all 0.2s ease;
|
|
-ms-transition: all 0.2s ease;
|
|
}
|
|
.slidelist a:hover img {
|
|
padding: 4px;
|
|
margin: -4px;
|
|
}
|
|
|
|
.dm {
|
|
background: #fff;
|
|
border: solid 1px #a4a4a4;
|
|
border-right-color: #666;
|
|
position: absolute;
|
|
overflow: hidden;
|
|
padding: 2px 0;
|
|
display: none;
|
|
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-ms-border-radius: 4px;
|
|
}
|
|
.dm ul { margin: 0; padding: 0; list-style: none !important; }
|
|
.dm li {
|
|
margin: 0;
|
|
padding: 0;
|
|
border-bottom: solid 1px #ccc;
|
|
list-style: none !important;
|
|
}
|
|
.dm li a {
|
|
display: block;
|
|
padding: 6px 10px;
|
|
font-size: 13px;
|
|
|
|
transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
}
|
|
.dm li a:hover { background: #eee; }
|
|
|
|
/* Ruling CustomGallery UI */
|
|
.rgbt {
|
|
padding: 0 0 0 32px;
|
|
vertical-align: top;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
-webkit-text-shadow: 0 1px 0 #fff;
|
|
-moz-text-shadow: 0 1px 0 #fff;
|
|
-ms-text-shadow: 0 1px 0 #fff;
|
|
}
|
|
.rgbt span {
|
|
padding: 0 12px 0 8px;
|
|
display: inline-block;
|
|
line-height: 30px;
|
|
height: 32px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.rgbtsg {
|
|
padding: 6px;
|
|
}
|
|
.rgphoto_edit .rgbtsg.active { display: inline-block; }
|
|
.bt-finish { display: block; float: right; clear: both; }
|
|
.bt-addnew {
|
|
margin: 0 auto;
|
|
width: 98px;
|
|
height: 100px;
|
|
display: block;
|
|
}
|
|
.bt-next{
|
|
background-position: 0 -258px;
|
|
display: block;
|
|
float: right;
|
|
clear: both;
|
|
}
|
|
.bt-next:hover { background-position: 0 -448px; }
|
|
.bt-next:active { background-position: 0 -638px; }
|
|
.bt-close {
|
|
position: absolute;
|
|
right: 6px;
|
|
top: 6px;
|
|
}
|
|
|
|
|
|
.inputui {
|
|
margin: 0 0 8px 0;
|
|
}
|
|
.inputui span {
|
|
padding: 0 4px 0 0;
|
|
display: block;
|
|
}
|
|
.rginput { max-width: 400px; }
|
|
.rginput input, .rginput textarea { color: #999; }
|
|
.rginput.focus input, .rginput.focus textarea { color: #333; }
|
|
|
|
.rgih26 { width: 208px; }
|
|
.rgih26 span { }
|
|
.rgih26 input { width: 356px; }
|
|
.rgih26.focus { }
|
|
.rgih26.focus span { }
|
|
.rgih68 { width: 396px; }
|
|
.rgih68 span { padding: 3px 4px 3px 0; }
|
|
.rgih68 textarea { width: 392px; height: 62px; }
|
|
.rgih68.focus { }
|
|
.rgih68.focus span { }
|
|
.rgih98 { width: 396px; }
|
|
.rgih98 span { }
|
|
.rgih98 textarea { width: 356px; height: 110px; }
|
|
.rgih98.focus { }
|
|
.rgih98.focus span { }
|
|
|
|
.w380 { width: 386px; }
|
|
|
|
#imgholder { overflow: hidden; }
|
|
|
|
/* upload panel */
|
|
#upload_panel_holder {
|
|
display: none;
|
|
margin: 16px 0 0 0;
|
|
clear: both;
|
|
float: right;
|
|
width: 100%;
|
|
}
|
|
#upload_panel {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
/* tag panel */
|
|
#tag_panel {
|
|
position: fixed;
|
|
right: -200px;
|
|
top: 31px;
|
|
width: 200px;
|
|
min-height: 100px;
|
|
border-left: solid 1px #ccc;
|
|
background-color: #fff;
|
|
}
|
|
#tag_panel .scrollbar {
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 9px;
|
|
}
|
|
#tag_panel .viewport {
|
|
height: 100%;
|
|
}
|
|
|
|
.tag_list {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.tag_list li {
|
|
padding: 4px 6px;
|
|
border-top: solid 1px #f6f6f6;
|
|
}
|
|
.tag_list li:first-child {
|
|
border: 0;
|
|
}
|
|
.tag_list li:hover {
|
|
background-color: #08c;
|
|
}
|
|
.tag_list li:hover label {
|
|
color: #fff;
|
|
}
|
|
.tag_list input[type=checkbox], .tag_list label {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
.tag_list label {
|
|
padding: 0 6px;
|
|
}
|
|
.tag_search {
|
|
position: absolute;
|
|
left: -1px;
|
|
bottom: -30px;
|
|
width: 200px;
|
|
height: 32px;
|
|
background-color: #f5f5f5;
|
|
border-left: solid 1px #ccc;
|
|
border-top: solid 1px #ddd;
|
|
}
|
|
.tag_search input[type=text] {
|
|
box-shadow: none;
|
|
width: 92px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
padding: 3px 6px 3px 24px;
|
|
border: 0;
|
|
border-top: solid 1px #fff;
|
|
}
|
|
.tag_search input[type=text]:focus {
|
|
background-color: #fff;
|
|
}
|
|
.tag_search .icon-search {
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 50%;
|
|
margin-top: -7px;
|
|
}
|
|
#tag_panel .tag_save {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 31px;
|
|
border-left: solid 1px #ccc;
|
|
background-color: #fff;
|
|
padding: 2px 4px 0 4px;
|
|
}
|
|
|
|
|
|
/* orbit style implementation */
|
|
#orbit_custom_gallery {
|
|
margin-bottom: 30px;
|
|
}
|
|
#orbit_custom_gallery .nav-tabs, #orbit_custom_gallery .tab-pane {
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
.tab_content .tab-pane{
|
|
display: none;
|
|
}
|
|
.tab_content .active{
|
|
display: block;
|
|
}
|
|
#orbit_custom_gallery .btn { margin: 0; }
|
|
#orbit_custom_gallery .btn i { margin-right: 4px; }
|
|
#orbit_custom_gallery .rgfn .btn {
|
|
margin-left: 8px;
|
|
}
|
|
#orbit_custom_gallery .form-actions { background-color: whiteSmoke; }
|
|
|
|
.o_custom_gallery .tagnames {
|
|
display: block;
|
|
margin-top: 6px;
|
|
}
|
|
.o_custom_gallery .label-tags {
|
|
display: inline-block;
|
|
margin: 0 6px 6px 0;
|
|
}
|
|
|
|
.o_custom_gallery .rgbody, .o_custom_album .rgbody {
|
|
padding: 10px 8px;
|
|
}
|
|
|
|
#categories .add-custom_album .control-label {
|
|
text-align: left;
|
|
width: 100px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.o_custom_album_edit form {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#loading{
|
|
background: #fff 0 center url("../../../assets/loading.gif") no-repeat;
|
|
height: 16px;
|
|
margin: auto;
|
|
width: 220px;
|
|
}
|