diff options
Diffstat (limited to 'slideshows/differ/template/styles.css')
-rw-r--r-- | slideshows/differ/template/styles.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/slideshows/differ/template/styles.css b/slideshows/differ/template/styles.css deleted file mode 100644 index ac25755..0000000 --- a/slideshows/differ/template/styles.css +++ /dev/null @@ -1,60 +0,0 @@ -body{
- background-color:#000;
-}
-
-div.frame {
- margin-left: auto;
- margin-right: auto;
- min-width: 700px;
- max-width: 1500px;
-}
-
-div.content {
- padding: 20px;
- margin-right: 285px;
- min-height: 120px;
-}
-
-div.info{
- color: #fff;
- margin-top: 20px;
- padding: 20px;
- margin-right: 20px;
- right: 0;
- width: 215px;
- float: right;
- border: 3px solid #CFCEBD;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
-}
-
-div.slide_desc {
- position: absolute;
- top: 80%;
- height: 20%;
- width: 100%;
- background: rgba(0, 0, 0, 0.7);
-}
-
-h2 {
- color: white;
- font: bold 24px/45px Helvetica, Sans-Serif;
- padding-left: 10px;
-}
-
-ul.rui-billboard {
- border: 3px solid #CFCEBD;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- max-width:100%;
- width: 100%;
-}
-
-ul.rui-billboard li img {
- max-width:100%;
- max-height:100%;
- width: 100%;
- display: block;
-}
|