Permalink
Browse files

Removed demos and some tests

1 parent 5432052 commit 92224b4ee7e9ba391cd1a5b937c353d602f926a5 @flesler committed Aug 12, 2016
Showing with 0 additions and 644 deletions.
  1. +0 −150 demo/css/style.css
  2. +0 −69 demo/css/style.old.css
  3. +0 −252 demo/index.html
  4. +0 −128 demo/index.old.html
  5. +0 −11 tests/WinMaxY-with-iframe-compat.html
  6. +0 −10 tests/WinMaxY-with-iframe-quirks.html
  7. +0 −24 tests/index.html
View
@@ -1,150 +0,0 @@
-body{
- padding:5px;
- height:1600px;
- font-family: Verdana, sans-serif;
- background-color: #DDD;
-}
-ul,li,h1,h2,h3,h4,p{
- list-style:none;
- padding:0;
- margin:0;
-}
-.part{
- border:1px solid black;
- background-color:white;
-}
- .part h3,
- .part h4,
- .part h4 a {
- color:#933;
- }
-#toc{
- display:block;
- padding:10px;
- position:relative;
- margin:15px 0;
- float:left;
- width:305px;
-}
- #toc h3{
- padding-bottom:10px;
- }
- #toc h3 strong{
- font-size:13px;
- color:black;
- }
-#links{
- border:1px solid black;
- width:210px;
- padding:10px;
- float:right;
- margin-top:-30px;
-}
- #links h3{
- color:#933;
- }
- #links ul{
- padding: 8px 0 3px 20px;
- }
- #links li{
- list-style-type:circle;
- }
- #links a{
- color:#69C;
- }
-
- #toc li, #links li{
- list-style-type:circle;
- padding-left:5px;
- margin-left:15px;
- }
- #toc a{
- color:#69C;
- }
-.section{
- border:1px black solid;
- width:950px;
- padding:10px;
- margin: 5px 0;
- position:relative;
- clear:both;
-}
- .section h3{
- margin-bottom:10px;
- margin-left: 8px;
- }
- .section h4{
- margin:10px 0 10px 8px;
- }
- .section li{
- float:left;
- }
- .pane{
- overflow:auto;
- clear:left;
- margin: 10px 0 0 10px;
- position:relative;
- width:826px;
- height:322px;
- }
-ul.elements{
- background-color:#5B739C;
-}
- ul.elements li{
- width:200px;
- height:100px;
- font-weight:bolder;
- border:1px black solid;
- text-align:center;
- padding:50px;
- position:relative;
- background-color:#DDD;
- }
- ul.elements li a{
- bottom:20px;
- color:#933;
- font-size:12px;
- left:125px;
- position:absolute;
- }
- ul.elements li p{
- color:#666;
- }
- #pane-settings ul.elements li{
- margin:5px;
- }
- #pane-settings{
- margin-bottom:10px;
- }
-ul.links{
- height:20px;
- overflow:hidden;
- padding-left: 5px;
-}
- ul.links a{
- color:#69C;
- margin:0 0 0 5px;
- }
-.clear{
- clear:left;
-}
-h3 span{
- position:absolute;
-}
-.message{
- background:#EEE;
- border:1px solid #999;
- color:#333;
- font-size:12px;
- font-weight:normal;
- padding:1px;
- margin-top:2px;
-}
-
-h1{
- color:#5B739C;
-}
-h1 strong{
- font-size:13px;
- color:#777;
-}
@@ -1,69 +0,0 @@
-body{
- background-color: #DDD;
-}
-.container li,div.pane{
- height:200px;
- font-weight:bolder;
- position:relative;
-}
-ul{
- list-style:none;
- padding:0;
- margin:0;
-}
-.container a{
- color:black;
- position:absolute;
- bottom:10px;
-}
-p{
- margin:0;
-}
-.container{
- border:1px black solid;
- margin:30px;
- overflow:auto;
- position:relative;
- width:80%;
- height:300px;
-}
- .container ul{
- padding:0;
- }
-#x{
- height:217px;
-}
- #x li,#xy li{
- width:300px;
- float:left;
- }
-
-h1{
- color:#5B739C;
-}
-h1 strong{
- font-size:13px;
- color:#777;
-}
-
-#links{
- border:1px solid black;
- width:210px;
- padding:10px;
- float:right;
- margin-top:-55px;
- background-color:white;
-}
- #links h3{
- color:#933;
- margin:5px;
- }
- #links ul{
- padding: 8px 0 3px 20px;
- }
- #links li{
- list-style-type:circle;
- }
- #links a{
- color:#69C;
- }
Oops, something went wrong.

0 comments on commit 92224b4

Please sign in to comment.