--- a/thd/web/css/flashplayer.css Wed Jun 01 14:07:43 2016 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,186 +0,0 @@
-/*main player=========== */
-.player-ba {
- margin: 0;
- padding: 0;
- display: block;
- width:720px;
- height:405px;
- text-align:center;
-}
-
-
-/* info area============ */
-.player-ba .infos {
- position: relative;
- height:40px;
- background:#000 url(../images/global/gradient/h80.png) repeat-x;
- opacity:0.7;
- color:#FFFFFF;
- margin: 0;
- text-align:left;
- padding:10px 10px;
- font-family:arial,"bitstream vera sans","trebuchet ms";
- font-size:18px;
-}
-
-
-/* tag area============= */
-.player-ba .tags {
- position:relative;
- top: 130px;
- height:70px;
- background:#000 url(../images/global/gradient/h80.png) repeat-x;
- opacity:0.7;
- color:#FFFFFF;
- margin: 83px 0px 0px 0px;
- text-align:left;
- font-family:arial,"bitstream vera sans","trebuchet ms";
- font-size:18px;
-}
-
-
-.infos a.title {
- font-size: 24px;
- font-weight: normal;
- font-family: georgia;
- color: #FFFFFF;
-}
-
-.film-infos {
- font-size: 12px;
- line-height: auto;
- font-weight: normal;
- font-family: arial, verdana, sans-serif;
- color: #FFFFFF;
-}
-
-.infos b {
- font-weight: normal;
- color: #CCCCCC;
-}
-
-.player-ba .tags .head {
- padding: 5px;
- font-size: 14px;
- font-weight: normal;
- font-family: georgia;
- color: #FFFFFF;
-}
-
-.player-ba #play {
- position: relative;
- top: 100px;
- /*background:#000000 url(images/buttons/btn_play.png) no-repeat;*/
-}
-
-
-
-/* PLAYERS LIST */
-.player-item {
- margin: 0;
- padding: 0;
- display: block;
- width:337px;
- height:190px;
- text-align:center;
- cursor: pointer;
-}
-.player-item .infos a.title {
- font-size: 20px;
- font-weight: normal;
- font-family: georgia;
- color: #FFFFFF;
-}
-.player-item .infos {
- position: relative;
- top:0px;
- height:30px;
- background:#000 url(../images/global/gradient/h80.png) repeat-x;
- opacity:0.8;
- color:#999999;
- margin: 0;
- text-align:left;
- padding:4px 4px;
- font-family:arial,"bitstream vera sans","trebuchet ms";
- font-size:12px;
- z-index: 1000;
-}
-.player-item .infos .film-infos {
-font-size:11px;
-}
-.player-item #play {
- position: relative;
- top: 30px;
- /*background:#000000 url(images/buttons/btn_play.png) no-repeat;*/
-}
-.player-item .tags {
- position:relative;
- top: 22px;
- height:55px;
- background:#000 url(../images/global/gradient/h80.png) repeat-x;
- opacity:0.8;
- color:#FFFFFF;
- margin: 33px 0px 0px 0px;
- text-align:left;
- font-family:arial,"bitstream vera sans","trebuchet ms";
- font-size:14px;
- z-index: 1000;
-}
-.player-item .tags .head {
- padding: 5px;
- font-size: 12px;
- font-weight: normal;
- font-family: georgia;
- color: #FFFFFF;
-}
-
-
-/* Tags */
-.player-item ul.tag-list:after {
- content: ".";
- display: block;
- height: 0;
- overflow: hidden;
- clear: both;
- visibility: hidden;
-}
-
-.player-item ul.tag-list li {
- float: left;
- padding: 2px 5px;
- margin: 0;
-}
-
-.player-item ul.tag-list li a {
- display: block;
- font-family: Georgia, "Times New Roman", Times,serif;
- font-weight: normal;
- line-height: 16px;
- color: #666666;
-}
-
-.player-item ul.tag-list li.tag-score-1 a {
- font-size: 10px;
- color: #666666;
-}
-
-.player-item ul.tag-list li.tag-score-2 a {
- font-size: 12px;
- color: #666666;
-}
-
-.player-item ul.tag-list li.tag-score-3 a {
- font-size: 12px;
- color: #999999;
- font-weight: bold;
-}
-
-.player-item ul.tag-list li.tag-score-4 a {
- font-size: 14px;
- color: #CCCCCC;
-}
-
-.player-item ul.tag-list li.tag-score-5 a {
- font-size: 16px;
- color: #FFFFFF;
-}
\ No newline at end of file