prefixed css files containing css3 attributes due to recently removed prefixfree.js

This commit is contained in:
0ip 2012-04-09 17:52:43 +02:00
parent 77936c6c12
commit 50c79df272
2 changed files with 1326 additions and 912 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,55 +1,120 @@
#editorcontainerbox { #editorcontainerbox {
overflow:auto; top:40px; overflow: auto;
top: 40px;
position: static; position: static;
} }
#padcontent {
#padcontent {font-size:12px; padding:10px;} font-size: 12px;
padding: 10px;
#timeslider-wrapper {left:0; position:relative; right:0; top:0;} }
#timeslider-left {background-image:url(../../static/img/timeslider_left.png); height:63px; left:0; position:absolute; width:134px;} #timeslider-wrapper {
#timeslider-right {background-image:url(../../static/img/timeslider_right.png); height:63px; position:absolute; right:0; top:0; width:155px;} left: 0;
#timeslider {background-image:url(../../static/img/timeslider_background.png); height:63px; margin:0 9px;} position: relative;
#timeslider #timeslider-slider {height:61px; left:0; position:absolute; top:1px; width:100%;} right: 0;
top: 0;
}
#timeslider-left {
background-image: url(../../static/img/timeslider_left.png);
height: 63px;
left: 0;
position: absolute;
width: 134px;
}
#timeslider-right {
background-image: url(../../static/img/timeslider_right.png);
height: 63px;
position: absolute;
right: 0;
top: 0;
width: 155px;
}
#timeslider {
background-image: url(../../static/img/timeslider_background.png);
height: 63px;
margin: 0 9px;
}
#timeslider #timeslider-slider {
height: 61px;
left: 0;
position: absolute;
top: 1px;
width: 100%;
}
#ui-slider-handle { #ui-slider-handle {
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-image: url(../../static/img/crushed_current_location.png); background-image: url(../../static/img/crushed_current_location.png);
cursor: pointer; cursor: pointer;
height: 61px; height: 61px;
left: 0; left: 0;
position: absolute; position: absolute;
top: 0; top: 0;
user-select:none;
width: 13px; width: 13px;
} }
#ui-slider-bar { #ui-slider-bar {
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: pointer; cursor: pointer;
height: 35px; height: 35px;
margin-left: 5px; margin-left: 5px;
margin-right: 148px; margin-right: 148px;
position: relative; position: relative;
top: 20px; top: 20px;
user-select:none;
} }
#playpause_button,
#playpause_button, #playpause_button_icon {height:47px; position:absolute; width:47px;} #playpause_button_icon {
#playpause_button {background-image:url(../../static/img/crushed_button_undepressed.png); right:77px; top:9px;} height: 47px;
#playpause_button_icon {background-image:url(../../static/img/play.png); left:0; top:0;} position: absolute;
.pause#playpause_button_icon {background-image:url(../../static/img/pause.png);} width: 47px;
}
#leftstar, #rightstar, #leftstep, #rightstep #playpause_button {
{background:url(../../static/img/stepper_buttons.png) 0 0 no-repeat; height:21px; overflow:hidden; position:absolute;} background-image: url(../../static/img/crushed_button_undepressed.png);
#leftstar {background-position:0 -44px; right:34px; top:8px; width:30px;} right: 77px;
#rightstar {background-position:-29px -44px; right:5px; top:8px; width:29px;} top: 9px;
#leftstep {background-position:0 -22px; right:34px; top:20px; width:30px;} }
#rightstep {background-position:-29px -22px; right:5px; top:20px; width:29px;} #playpause_button_icon {
background-image: url(../../static/img/play.png);
left: 0;
top: 0;
}
.pause#playpause_button_icon {
background-image: url(../../static/img/pause.png)
}
#leftstar,
#rightstar,
#leftstep,
#rightstep {
background: url(../../static/img/stepper_buttons.png) 0 0 no-repeat;
height: 21px;
overflow: hidden;
position: absolute;
}
#leftstar {
background-position: 0 -44px;
right: 34px;
top: 8px;
width: 30px;
}
#rightstar {
background-position: -29px -44px;
right: 5px;
top: 8px;
width: 29px;
}
#leftstep {
background-position: 0 -22px;
right: 34px;
top: 20px;
width: 30px;
}
#rightstep {
background-position: -29px -22px;
right: 5px;
top: 20px;
width: 29px;
}
#timeslider .star { #timeslider .star {
background-image: url(../../static/img/star.png); background-image: url(../../static/img/star.png);
cursor: pointer; cursor: pointer;
@ -58,7 +123,6 @@
top: 40px; top: 40px;
width: 15px; width: 15px;
} }
#timeslider #timer { #timeslider #timer {
color: #fff; color: #fff;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
@ -69,92 +133,156 @@
top: 9px; top: 9px;
width: 122px; width: 122px;
} }
.topbarcenter,
#docbar {
.topbarcenter, #docbar {display:none;} display: none
#padmain {top:0px !important;} }
#editbarright {float:right;} #padmain {
#returnbutton {color:#222; font-size:16px; line-height:29px; margin-top:0; padding-right:6px;} top: 0px !important
#importexport .popup {width:185px;} }
#editbarright {
float: right
}
#returnbutton {
color: #222;
font-size: 16px;
line-height: 29px;
margin-top: 0;
padding-right: 6px;
}
#importexport .popup {
width: 185px
}
#importexport { #importexport {
top: 118px; top: 118px;
width: 185px; width: 185px;
} }
.timeslider-bar {
.timeslider-bar
{
background: #f7f7f7; background: #f7f7f7;
background: -webkit-linear-gradient(#f7f7f7, #f1f1f1 80%);
background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%);
background: -o-linear-gradient(#f7f7f7, #f1f1f1 80%);
background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%);
background: linear-gradient(#f7f7f7, #f1f1f1 80%); background: linear-gradient(#f7f7f7, #f1f1f1 80%);
border-bottom: 1px solid #ccc;
overflow: hidden; overflow: hidden;
padding-top: 3px; padding-top: 3px;
width: 100%; width: 100%;
} }
.timeslider-bar #editbar {
.timeslider-bar #editbar
{
border-bottom: none; border-bottom: none;
float: right; float: right;
width: 170px; width: 170px;
width: initial; width: initial;
} }
.timeslider-bar h1 {
.timeslider-bar h1 margin: 5px
{
margin: 5px;
} }
.timeslider-bar p .timeslider-bar p {
{ margin: 5px
margin: 5px;
} }
#timeslider-top { #timeslider-top {
width: 100%; width: 100%;
position: fixed; position: fixed;
z-index: 1; z-index: 1;
} }
#authorsList .author { #authorsList .author {
padding-left: 0.4em; padding-left: 0.4em;
padding-right: 0.4em; padding-right: 0.4em;
} }
#authorsList .author-anonymous { #authorsList .author-anonymous {
padding-left: 0.6em; padding-left: 0.6em;
padding-right: 0.6em; padding-right: 0.6em;
} }
#padeditor { #padeditor {
position: static; position: static
} }
/* lists */ /* lists */
.list-bullet2, .list-indent2, .list-number2 {margin-left:3em;} .list-bullet2,
.list-bullet3, .list-indent3, .list-number3 {margin-left:4.5em;} .list-indent2,
.list-bullet4, .list-indent4, .list-number4 {margin-left:6em;} .list-number2 {
.list-bullet5, .list-indent5, .list-number5 {margin-left:7.5em;} margin-left: 3em
.list-bullet6, .list-indent6, .list-number6 {margin-left:9em;} }
.list-bullet7, .list-indent7, .list-number7 {margin-left:10.5em;} .list-bullet3,
.list-bullet8, .list-indent8, .list-number8 {margin-left:12em;} .list-indent3,
.list-number3 {
margin-left: 4.5em
}
.list-bullet4,
.list-indent4,
.list-number4 {
margin-left: 6em
}
.list-bullet5,
.list-indent5,
.list-number5 {
margin-left: 7.5em
}
.list-bullet6,
.list-indent6,
.list-number6 {
margin-left: 9em
}
.list-bullet7,
.list-indent7,
.list-number7 {
margin-left: 10.5em
}
.list-bullet8,
.list-indent8,
.list-number8 {
margin-left: 12em
}
/* unordered lists */ /* unordered lists */
UL {list-style-type:disc; margin-left:1.5em;} UL {
UL UL {margin-left:0 !important;} list-style-type: disc;
margin-left: 1.5em;
.list-bullet2, .list-bullet5, .list-bullet8 {list-style-type:circle;} }
.list-bullet3, .list-bullet6 {list-style-type:square;} UL UL {
margin-left: 0 !important
.list-indent1, .list-indent2, .list-indent3, .list-indent5, .list-indent5, .list-indent6, .list-indent7, .list-indent8 {list-style-type:none;} }
.list-bullet2,
.list-bullet5,
.list-bullet8 {
list-style-type: circle
}
.list-bullet3,
.list-bullet6 {
list-style-type: square
}
.list-indent1,
.list-indent2,
.list-indent3,
.list-indent5,
.list-indent5,
.list-indent6,
.list-indent7,
.list-indent8 {
list-style-type: none
}
/* ordered lists */ /* ordered lists */
OL {list-style-type:decimal; margin-left:1.5em;} OL {
.list-number2, .list-number5, .list-number8 {list-style-type:lower-latin;} list-style-type: decimal;
.list-number3, .list-number6 {list-style-type:lower-roman;} margin-left: 1.5em;
}
.list-number2,
.list-number5,
/* IE 6/7 fixes ################################################################ */ .list-number8 {
* HTML #ui-slider-handle {background-image:url(../../static/img/current_location.gif);} list-style-type: lower-latin
* HTML #timeslider .star {background-image:url(../../static/img/star.gif);} }
* HTML #playpause_button_icon {background-image:url(../../static/img/play.gif);} .list-number3,
* HTML .pause#playpause_button_icon {background-image:url(../../static/img/pause.gif);} .list-number6 {
list-style-type: lower-roman
}
/* IE 6/7 fixes */
* HTML #ui-slider-handle {
background-image: url(../../static/img/current_location.gif)
}
* HTML #timeslider .star {
background-image: url(../../static/img/star.gif)
}
* HTML #playpause_button_icon {
background-image: url(../../static/img/play.gif)
}
* HTML .pause#playpause_button_icon {
background-image: url(../../static/img/pause.gif)
}