Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div#calculator-window
- {
- width:400px;
- height:350px;
- background-color:#BBDBFB;
- background-image:url("images/top.png");
- background-repeat:no-repeat;
- border:1px solid black;
- border-radius:5px;
- box-shadow:3px 3px 10px black;
- padding: 25px 5px 5px 5px;
- margin:0 auto;
- }
- #calculator-canvas
- {
- background-color:#D9E4F1;
- border:1px solid #7B7B7B;
- border-radius:1px;
- font-size:14px;
- height:345px;
- width:396px;
- }
- #top-menu
- {
- background-color:#EDF0F8;
- color:#000;
- text-align:left;
- border-bottom:1px solid #B6BCCC;
- background: rgb(254,254,255); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(254,254,255,1) 0%, rgba(239,242,249,1) 37%, rgba(214,221,239,1) 43%, rgba(224,229,245,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,255,1)), color-stop(37%,rgba(239,242,249,1)), color-stop(43%,rgba(214,221,239,1)), color-stop(100%,rgba(224,229,245,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(254,254,255,1) 0%,rgba(239,242,249,1) 37%,rgba(214,221,239,1) 43%,rgba(224,229,245,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(254,254,255,1) 0%,rgba(239,242,249,1) 37%,rgba(214,221,239,1) 43%,rgba(224,229,245,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(254,254,255,1) 0%,rgba(239,242,249,1) 37%,rgba(214,221,239,1) 43%,rgba(224,229,245,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(254,254,255,1) 0%,rgba(239,242,249,1) 37%,rgba(214,221,239,1) 43%,rgba(224,229,245,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e0e5f5',GradientType=0 ); /* IE6-9 */
- }
- #top-menu>ul
- {
- padding:2px 2px 2px 5px;
- margin:0px;
- }
- #top-menu>ul>li
- {
- list-style:none;
- display:inline;
- margin-right:15px;
- }
- .menu-shortcut
- {
- text-decoration:underline;
- }
- #result
- {
- width:95%;
- height:40px;
- float:center;
- text-align:right;
- background-color:#E9F1FB;
- color:black;
- font-family:Arial,sans-serif;
- font-size:16px;
- margin: 10px 10px 5px 10px;
- padding: 1px;
- background: rgb(229,239,250); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(229,239,250,1) 0%, rgba(243,248,253,1) 52%, rgba(254,254,255,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,239,250,1)), color-stop(52%,rgba(243,248,253,1)), color-stop(100%,rgba(254,254,255,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(229,239,250,1) 0%,rgba(243,248,253,1) 52%,rgba(254,254,255,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(229,239,250,1) 0%,rgba(243,248,253,1) 52%,rgba(254,254,255,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(229,239,250,1) 0%,rgba(243,248,253,1) 52%,rgba(254,254,255,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(229,239,250,1) 0%,rgba(243,248,253,1) 52%,rgba(254,254,255,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5effa', endColorstr='#fefeff',GradientType=0 ); /* IE6-9 */
- }
- .border
- {
- border:1px solid #8E9CAD;
- border-radius:2px;
- }
- #binary-numbers
- {
- width: 95%;
- height:60px;
- margin: 0px 10px 3px 10px;
- padding: 1px;
- }
- #binary-numbers>ul:nth-child(2n+1)
- {
- padding:0px 0px 0px 2px;
- margin:0px;
- color:black;
- height:14px;
- }
- #binary-numbers>ul:nth-child(2n)
- {
- margin:0px;
- color: grey;
- padding:0px 0px 0px 2px;
- height:14px;
- }
- #binary-numbers>ul:nth-child(2n+1)>li
- {
- font-family: Consolas;
- font-size:13px;
- list-style: none;
- display: inline;
- margin-right: 7.5px;
- margin-left:7.5px;
- }
- #binary-numbers>ul:nth-child(2n)>li
- {
- font-family: Consolas;
- font-size:13px;
- margin-right: 162px;
- list-style: none;
- display: inline;
- margin-left:7.5px;
- }
- #binary-numbers>ul:nth-child(2n)>li:nth-child(2)
- {
- margin-right:130px;
- }
- #binary-numbers>ul:nth-child(2n)>li:last-child
- {
- margin-right:0px;
- }
- #binary-numbers>ul:last-child>li:nth-child(2)
- {
- margin-right:137px;
- }
- #buttons
- {
- display: inline-block;
- float: right;
- width:75%;
- }
- .row
- {
- margin: 5px 0px 0px 0px;
- }
- button
- {
- border-radius:4px;
- padding:0px 0px 0px 0px;
- font-size:13px;
- margin-right: 2px;
- font-family: Segoe UI;
- height: 23px;
- width: 31px;
- color: #1E395B;
- outline: none;
- }
- .button-enabled:hover,.button-numerical:hover, .button-state:hover
- {
- background: #fef4c5; /* Old browsers */
- background: -moz-linear-gradient(top, #fef4c5 0%, #fce3c7 47%, #e6dd83 52%, #fbeb8d 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef4c5), color-stop(47%,#fce3c7), color-stop(52%,#e6dd83), color-stop(100%,#fbeb8d)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #fef4c5 0%,#fce3c7 47%,#e6dd83 52%,#fbeb8d 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #fef4c5 0%,#fce3c7 47%,#e6dd83 52%,#fbeb8d 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #fef4c5 0%,#fce3c7 47%,#e6dd83 52%,#fbeb8d 100%); /* IE10+ */
- background: linear-gradient(to bottom, #fef4c5 0%,#fce3c7 47%,#e6dd83 52%,#fbeb8d 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef4c5', endColorstr='#fbeb8d',GradientType=0 ); /* IE6-9 */
- border: 1px solid #F7DD34;
- }
- .button-numerical
- {
- padding:0px 0px 0px 0px;
- line-height: 23px;
- font-size: 15px;
- border: 1px solid #8797AA;
- box-shadow: inset 0 0 0 1px #fff;
- background: -webkit-linear-gradient(#F7FBFF 0%, #EDF3F8 49%, #E7EDF5 50%, #F3FBFF 100%);
- background: -moz-linear-gradient(#F7FBFF 0%, #EDF3F8 49%, #E7EDF5 50%, #F3FBFF 100%);
- background: -o-linear-gradient(#F7FBFF 0%, #EDF3F8 49%, #E7EDF5 50%, #F3FBFF 100%);
- background: linear-gradient(#F7FBFF 0%, #EDF3F8 49%, #E7EDF5 50%, #F3FBFF 100%);
- }
- .button-state
- {
- font-size:11px;
- line-height: 23px;
- border: 1px solid #B4C2D1;
- background-color: #D9E4F1;
- box-shadow: inset 0 0 0 1px #fff;
- }
- .button-enabled
- {
- padding:0px 0px 0px 0px;
- line-height: 23px;
- font-size: 11px;
- border: 1px solid #8797AA;
- box-shadow: inset 0 0 0 1px #fff;
- background: rgb(237,243,249); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(237,243,249,1) 0%, rgba(226,234,243,1) 52%, rgba(213,224,237,1) 56%, rgba(214,225,239,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,243,249,1)), color-stop(52%,rgba(226,234,243,1)), color-stop(56%,rgba(213,224,237,1)), color-stop(100%,rgba(214,225,239,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(237,243,249,1) 0%,rgba(226,234,243,1) 52%,rgba(213,224,237,1) 56%,rgba(214,225,239,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(237,243,249,1) 0%,rgba(226,234,243,1) 52%,rgba(213,224,237,1) 56%,rgba(214,225,239,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(237,243,249,1) 0%,rgba(226,234,243,1) 52%,rgba(213,224,237,1) 56%,rgba(214,225,239,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(237,243,249,1) 0%,rgba(226,234,243,1) 52%,rgba(213,224,237,1) 56%,rgba(214,225,239,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3f9', endColorstr='#d6e1ef',GradientType=0 ); /* IE6-9 */
- }
- .button-disabled
- {
- border: 1px solid #B4C2D1;
- background-color: #D9E4F1;
- }
- .button-disabled:hover
- {
- background-color: #D9E4F1;
- }
- #zero
- {
- width: 67px;
- }
- #equals
- {
- margin-top: 5px;
- margin-right: 7px;
- float: right;
- height: 51px;
- }
- #aside-numeral-systems
- {
- float: left;
- width:20%;
- display: inline-block;
- padding:5px 0px 10px 10px;
- }
- #aside-numeral-systems div span
- {
- font-size:12px;
- font-family: Segoe UI;
- display:block;
- margin: 0px 0px 1x 0px;
- padding:0px 0px 1px 0px;
- text-align:left;
- }
- #aside-numeral-systems div.border.system+div.border.system
- {
- margin-top:5px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement