123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- /* remove codrops styles and reset the whole thing */
- #container_demo{
- text-align: left;
- margin: 0;
- padding: 0;
- margin: 0 auto;
- font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
- }
- /** fonts used for the icons **/
- @font-face {
- font-family: 'FontomasCustomRegular';
- src: url('fonts/fontomas-webfont.eot');
- src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
- url('fonts/fontomas-webfont.woff') format('woff'),
- url('fonts/fontomas-webfont.ttf') format('truetype'),
- url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'FranchiseRegular';
- src: url('fonts/franchise-bold-webfont.eot');
- src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
- url('fonts/franchise-bold-webfont.woff') format('woff'),
- url('fonts/franchise-bold-webfont.ttf') format('truetype'),
- url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- /** The wrapper that will contain our two forms **/
- #wrapper {
- right: 0px;
- min-height: 560px;
- margin: 0px auto;
- position: absolute;
- top:0px;
- right: 0px;
- width: 300px;
- height: 100%;
- }
- /**** Styling the form elements **/
- /**** general text styling ****/
- #wrapper a{
- color: rgb(95, 155, 198);
- text-decoration: underline;
- }
- #wrapper h1{
- font-size: 19px;
- color: rgb(6, 106, 117);
- padding: 2px 0 15px 0;
- font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
- font-weight: bold;
- text-align: center;
- }
- /** For the moment only webkit supports the background-clip:text; */
- #wrapper h1{
- background: -webkit-repeating-linear-gradient(-45deg,
- rgb(18, 83, 93) ,
- rgb(18, 83, 93) 20px,
- rgb(64, 111, 118) 20px,
- rgb(64, 111, 118) 40px,
- rgb(18, 83, 93) 40px);
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- }
- #wrapper h1:after{
- content: ' ';
- display: block;
- width: 100%;
- height: 2px;
- margin-top: 10px;
- background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
- background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
- background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
- background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
- background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
- }
- #wrapper p{
- margin-bottom:15px;
- }
- #wrapper p:first-child{
- margin: 0px;
- }
- #wrapper label{
- color: rgb(64, 92, 96);
- position: relative;
- }
- /** the magic icon trick ! **/
- [data-icon]:after {
- content: attr(data-icon);
- font-family: 'FontomasCustomRegular';
- color: rgb(106, 159, 171);
- position: absolute;
- left: 10px;
- top: 35px;
- width: 30px;
- }
- /*styling the links to change from one form to another */
- p.change_link{
- position: absolute;
- color: rgb(127, 124, 124);
- left: 0px;
- height: 20px;
- width: 440px;
- padding: 17px 30px 20px 30px;
- font-size: 16px ;
- text-align: right;
- border-top: 1px solid rgb(219, 229, 232);
- -webkit-border-radius: 0 0 5px 5px;
- -moz-border-radius: 0 0 5px 5px;
- border-radius: 0 0 5px 5px;
- background: rgb(225, 234, 235);
- background: -moz-repeating-linear-gradient(-45deg,
- rgb(247, 247, 247) ,
- rgb(247, 247, 247) 15px,
- rgb(225, 234, 235) 15px,
- rgb(225, 234, 235) 30px,
- rgb(247, 247, 247) 30px
- );
- background: -webkit-repeating-linear-gradient(-45deg,
- rgb(247, 247, 247) ,
- rgb(247, 247, 247) 15px,
- rgb(225, 234, 235) 15px,
- rgb(225, 234, 235) 30px,
- rgb(247, 247, 247) 30px
- );
- background: -o-repeating-linear-gradient(-45deg,
- rgb(247, 247, 247) ,
- rgb(247, 247, 247) 15px,
- rgb(225, 234, 235) 15px,
- rgb(225, 234, 235) 30px,
- rgb(247, 247, 247) 30px
- );
- background: repeating-linear-gradient(-45deg,
- rgb(247, 247, 247) ,
- rgb(247, 247, 247) 15px,
- rgb(225, 234, 235) 15px,
- rgb(225, 234, 235) 30px,
- rgb(247, 247, 247) 30px
- );
- }
- #wrapper p.change_link a {
- display: inline-block;
- font-weight: bold;
- background: rgb(247, 248, 241);
- padding: 2px 6px;
- color: rgb(29, 162, 193);
- margin-left: 10px;
- text-decoration: none;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- border: 1px solid rgb(203, 213, 214);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #wrapper p.change_link a:hover {
- color: rgb(57, 191, 215);
- background: rgb(247, 247, 247);
- border: 1px solid rgb(74, 179, 198);
- }
- #wrapper p.change_link a:active{
- position: relative;
- top: 1px;
- }
- /** Styling both forms **/
- #login{
- position: absolute;
- top: 0px;
- width: 88%;
- padding: 18px 6% 20px 6%;
- margin: 0 0 35px 0;
- background: rgb(247, 247, 247);
- border: 1px solid rgba(147, 184, 189,0.8);
- -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
- -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
- box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
- -webkit-box-shadow: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- #login{
- z-index: 22;
- }
- #wrapper p.button input{
- /* width: 20%; */
- height: 50%;
- margin: 0 0 20px 20px;
- cursor: pointer;
- background: rgb(61, 157, 179);
- padding: 8px 5px;
- font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
- color: #fff;
- font-size: 16px;
- border: 1px solid rgb(28, 108, 122);
- margin-bottom: 10px;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
- 0px 0px 0px 3px rgb(254, 254, 254),
- 0px 5px 3px 3px rgb(210, 210, 210);
- -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
- 0px 0px 0px 3px rgb(254, 254, 254),
- 0px 5px 3px 3px rgb(210, 210, 210);
- box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
- 0px 0px 0px 3px rgb(254, 254, 254),
- 0px 5px 3px 3px rgb(210, 210, 210);
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- /** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */
- .lt8 #wrapper h1{
- color: #066A75;
- }
- .lt8 #register{
- display: none;
- }
- .lt8 p.change_link,
- .ie9 p.change_link{
- position: absolute;
- height: 90px;
- background: transparent;
- }
- #nav-bar {
- display: block;
- position: absolute;
- left: 5px;
- top:5px;
- margin: 0px 0px 0px 0px;
- width:40px;
- max-width: 50px;
- border: 1px solid #bed1df;
- border-radius: 4%;
- background-color: white;
- -webkit-box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
- -moz-box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
- box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
- }
- li {
- color: #4c7d84;
- margin: 0;
- font-family: 'Open Sans', sans-serif;
- font-size: 0.75em;
- list-style: none;
- }
- li.level-one {
- font-size: 1.5em;
- text-align: center;
- border-top: 1px solid #4c7d84;
- cursor: pointer;
- }
- li.level-one:first-child {
- border-top: none;
- }
- li.level-one:hover {
- background: #3f8eb9;
- -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- }
- .selected {
- background: #3f8eb9;
- -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- }
- i {
- color: #4c7d84;
- margin: 25%;
- }
- a {
- color: #3f8eb9;
- text-decoration: none;
- }
- .level-one {
- position: relative;
- }
- .level-two {
- display: none;
- position: absolute;
- height: 50px;
- width: 80px;
- background: #FFFFFF;
- border-radius: 4px;
- font-family: 'Open Sans', sans-serif;
- font-size: 0.65em;
- text-align: center;
- }
- .level-two:after {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 9px 9px 9px 0;
- border-color: transparent #fff;
- display: block;
- width: 0;
- z-index: 1;
- left: -9px;
- top: 15px;
- }
- .level-two li {
- margin: 15px;
- }
- .level-one:hover > .level-two {
- display: block;
- }
- .level-two {
- left: 70%;
- top: 0;
- }
- a :visited{
- background: #3f8eb9;
- -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- }
- a :hover{
- background: #3f8eb9;
- -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
- }
- /*spatialQuery3D*/
- .rangeBox {
- width: 91px;
- height: 28px;
- background: rgba(51, 51, 51, 1);
- border: 1px solid rgba(74, 74, 74, 1);
- border-radius: 4px;
- box-sizing: border-box;
- display: inline-block;
- text-align: center;
- margin-left: 7px;
- }
- #toolbar {
- background-color: rgba(42, 42, 42, 1);
- opacity: 0.9;
- border-radius: 4px;
- padding: 11px;
- font-family: Microsoft YaHei;
- box-sizing: border-box;
- }
- #toolbar:hover {
- cursor: pointer;
- }
- .titl {
- width: 57px;
- height: 15px;
- font-size: 14px;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- opacity: 0.8;
- display: inline-block;
- padding-bottom: 9px;
- }
- .close2 {
- width: 15px;
- height: 15px;
- float: right;
- font-size: 20px;
- color: #ffffff;
- opacity: 1;
- line-height: 15px;
- }
- .close2:hover {
- background-color: rgba(74, 74, 74, 1);
- }
- .titleBox {
- border-bottom: 1px solid rgba(60, 60, 60, 1);
- margin-bottom: 20px;
- }
- .lab {
- width: 89px;
- height: 15px;
- font-size: 14px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- display: inline-block;
- margin: 0;
- box-sizing: border-box;
- }
- .fisrt {
- margin-top: 20px;
- }
- .selectstyle {
- width: 157px;
- height: 28px;
- background: rgba(51, 51, 51, 1);
- border: 1px solid rgba(74, 74, 74, 1);
- border-radius: 4px;
- box-sizing: border-box;
- margin: 0 0 0px 7px;
- color: #fff;
- }
- .attaintion {
- width: 190px;
- height: 13px;
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- opacity: 0.5;
- }
- .foot {
- display: flex;
- justify-content: flex-end;
- margin: 0;
- }
- .btn2 {
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #ffffff;
- background-color: rgba(42, 42, 42, 1);
- margin-right: 10px;
- border-radius: 4px;
- height: 28px;
- border: 1px solid rgba(174, 174, 174, 1);
- position: absolute;
- bottom: 10px;
- }
- /*开敞度分析*/
- input[type="number"] {
- -moz-appearance: textfield; /* firefox */
- }
- select, input[type="number"] {
- width: 80%;
- height: 20px;
- padding: 0 3px;
- background-color: rgba(51, 51, 51, 1);
- border: 1px solid rgba(60, 141, 188, 1);
- opacity: 0.8;
- color: #ffffff;
- margin: 0 0 5px 15px;
- }
- .middlebox {
- width: 100%;
- padding: 0 10px;
- margin: 10px 0;
- border: 0;
- box-sizing: border-box;
- }
- .min-solider {
- background: rgba(51, 51, 51, 1);
- border: 1px solid rgba(60, 141, 188, 1);
- color: #ffffff;
- opacity: 0.6;
- }
- .m {
- margin-bottom: 15px;
- }
- .select-container {
- font-size: 12px;
- padding: 2px 1px;
- margin-top: 3px;
- border: 0;
- }
- .tit {
- font-size: 12px;
- }
- .boxchild {
- display: flex;
- justify-content: flex-end;
- margin-top: 10px;
- }
- .tbtn {
- font-weight: 400;
- background-color: rgba(42, 42, 42, 1);
- margin-right: 10px;
- border-radius: 4px;
- color: darkgrey;
- border: 1px solid #686363;
- height: 26px;
- font-size: 12px;
- width: 56px;
- }
- .tbn1 {
- color: #009c95;
- border: 1px solid #009c95;
- }
- input[type="color"] {
- width: 15%;
- margin: 0;
- margin-left: 10px;
- padding: 0px;
- border-radius: 0px;
- border: 0;
- opacity: 0.8;
- background-color: #686363;
- }
- .performanceDisplay-defaultContainer {
- position: absolute;
- top: 50px;
- right: 10px;
- text-align: right;
- }
- .performanceDisplay {
- background-color: rgba(40, 40, 40, 0.7);
- padding: 7px;
- border-radius: 5px;
- border: 1px solid #444;
- font: bold 12px sans-serif;
- }
- .performanceDisplay-fps {
- color: #e52;
- }
- .performanceDisplay-ms {
- color: #de3;
- }
|