ace editor, markdown editor

This commit is contained in:
life
2015-01-08 00:36:28 +08:00
parent be01c9c3f7
commit 2cfc89ca5f
1233 changed files with 24568 additions and 10275 deletions

View File

@ -4262,8 +4262,19 @@ fieldset[disabled] .btn-gplus.active {
.active-theme {
border: 2px solid #ffc333;
}
.theme-desc {
width: 500px;
height: 188px;
margin-left: 5px;
padding: 3px;
border: 1px solid #eee;
border-radius: 3px;
overflow: auto;
}
.theme-thumb {
width: 290px;
height: 188px;
line-height: 188px;
margin-bottom: 3px;
position: relative;
overflow: hidden;
@ -4279,6 +4290,21 @@ fieldset[disabled] .btn-gplus.active {
-moz-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.15), 0 0 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.15), 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
.theme-thumb:hover .theme-desc-mask {
display: block;
}
.theme-thumb .theme-desc-mask {
position: absolute;
line-height: 1.2;
padding: 5px;
display: none;
top: 20px;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.6);
overflow: auto;
}
.theme-btns {
margin-top: 5px;
text-align: center;

View File

@ -4794,8 +4794,20 @@ body.container {
.active-theme {
border: 2px solid #ffc333;
}
.theme-desc {
width: 500px;
height: 188px;
margin-left: 5px;
padding: 3px;
border: 1px solid #eee;
border-radius: 3px;
overflow: auto;
}
.theme-thumb {
width: 290px;
height: 188px;
line-height: 188px;
margin-bottom: 3px;
position: relative;
overflow: hidden;
@ -4810,6 +4822,23 @@ body.container {
-webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,0.15),0 0 3px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 0px 1px rgba(0,0,0,0.15),0 0 3px 1px rgba(0,0,0,0.15);
box-shadow: 0 0 0px 1px rgba(0,0,0,0.15),0 0 3px 1px rgba(0,0,0,0.15);
&:hover {
.theme-desc-mask {
display: block;
}
}
.theme-desc-mask {
position: absolute;
line-height: 1.2;
padding: 5px;
display: none;
top: 20px;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.6);
overflow: auto;
}
}
.theme-btns {
margin-top: 5px;