| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587 |
- body {
- padding-top: 10px;
- font-family: Segoe UI Light, Segoe UI, Trebuchet MS, Verdana, Arial, Sans-serif;
- font-weight: Lighter;
- overflow-x: hidden;
- }
- b {
- font-weight: bold;
- }
- h1 {
- margin-top: 5px;
- }
- h1,
- h2,
- h3,
- h4 {
- font-weight: 100;
- }
- h1 span,
- h2 span,
- h3 span,
- h4 span {
- color: #65AEFF;
- font-style: italic;
- font-weight: 100;
- }
- a#read-more { }
- pre.code,
- code {
- padding: 5px;
- background-color: #eee;
- border: 2px dashed gray
- }
- pre.code span {
- color: green;
- }
- pre.code span span {
- color: #770;
- }
- #breadcrumb,
- #logo {
- float: right;
- margin: 2px;
- _margin-top: 12px;
- font-size: 80%;
- position: relative;
- }
- #breadcrumb a,
- #logo a {
- text-decoration: none;
- }
- #breadcrumb {
- top: 10px;
- }
- th {
- text-align: left;
- border: 1px solid gray;
- background-color: #ddd;
- padding: 3px;
- vertical-align: top;
- }
- td {
- vertical-align: top;
- }
- table#message-list td {
- font-weight: normal;
- }
- ol li {
- margin-top: 20px;
- }
- ol#implementation li code {
- margin-top: 5px;
- }
- ol.compact li {
- margin-top: 0;
- }
- td.description {
- background-color: #eee;
- padding: 3px;
- border: 1px solid #ddd;
- }
- td.chart {
- text-align: center;
- }
- .example_boxout {
- background-color: #eee;
- padding: 3px;
- border: 1px solid #aaa;
- }
- div#devtag {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-shadow: #999 3px 3px 3px;
- -moz-box-shadow: #999 3px 3px 3px;
- box-shadow: #999 3px 3px 3px;
- filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135);
- position: fixed;
- top: 2px;
- left: 2px;
- width: 145px;
- border: 2px solid black;
- text-align: center;
- font-weight: bold;
- font-family: Arial;
- background-color: #fdd;
- z-index: 1001;
- opacity: 0.3;
- }
- ol#colors li {
- margin: 0;
- }
- div.list-item {
- width: 220px;
- display: inline-block;
- }
- div.list-item.label {
- width: 170px;
- }
- legend {
- background-color: #efefef;
- border: 1px solid #75736e;
- }
- body#licensing span {
- font-size: 120%;
- }
- div.warning {
- border: 1px solid black;
- _text-align: center;
- background-color: #ffa;
- padding: 5px;
- margin-top: 5px;
- border-radius: 15px;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- webkit-box-shadow: #aaa 1px 1px 15px;
- -moz-box-shadow: #aaa 1px 1px 15px;
- box-shadow: #aaa 1px 1px 15px;
- filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135); z-index: 98;
- opacity: 0.9;
- }
- div#title {}
- div#title div#image {
- float: left;
- margin-right: 15px;
- }
- div#title div#text {
- padding-top: 5px;
- margin-left: 70px;
- }
- div.warning p {
- text-align: center;
- margin-top: 5px;
- margin-bottom: 5px;
- font-weight: bold;
- }
- div.description {
- border: 1px dashed gray;
- background-color: #eee;
- font-size: 75%;
- padding: 3px;
- }
- div#social {
- display: inline;
- display: inline-block;
- }
- .upgrade_notice {
- display: inline;
- display: inline-block;
- text-align: center;
- background-color: yellow;
- border: 1px black solid;
- border-radius: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- padding: 3px;
- padding-left: 5px;
- padding-right: 5px;
- }
-
- div.testimonial {
- font-size: 80%;
- background-color: rgba(248,248,248, 0.5);
- padding: 6px;
- border: 1px solid #ddd;
- border-radius: 15px;
- box-shadow: 0 0 15px #ddd;
- background-image: linear-gradient(0deg, white, #eee);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
- }
- div#social_icons img {
- border: none;
- }
- span.javascript-comment {
- color: #090;
- }
- .ModalDialog_dialog {
- box-shadow: 0 0 25px gray ! important;
- }
- div.navigation {
- border-left: 1px solid #ddd;
- border-right: 1px solid #ddd;
- box-shadow: 0 0 15px #ddd;
- padding: 6px;
- background-color: rgba(248,248,248, 0.5);
- background-image: linear-gradient(0deg, white, #eee);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
- display: inline-block;
- margin-top: 10px;
- position: relative;
- left: -8px;
- width: 102%;
- border-radius: 0;
- white-space: nowrap;
- text-align:center;
- }
- div.navigation div {
- display: inline-block;
- margin-left: 5px;
- margin-right: 5px;
- font-size: 150%;
- }
- div.navigation span:hover {
- text-decoration: underline;
- }
- div.navigation span.selected {
- background-color: rgb(255,228,228);
- background-color: rgba(255,0,0,0.2);
- padding: 3px;
- border-radius: 10px;
- border: 1px solid #aaa;
- background: -webkit-radial-gradient(0 0, rgba(255,128,128,0), rgba(255,128,128,0.5));
- background: -moz-radial-gradient(0 0, rgba(255,128,128,0), rgba(255,128,128,0.5));
- background: -ms-radial-gradient(0 0, rgba(255,128,128,0), rgba(255,128,128,0.5));
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeee', endColorstr='#888888');
- }
- div.navigation span a {
- text-decoration: none;
- }
- ul {
- list-style-image: url('/images/bullet.png');
- }
- div#recent {
- width: 50%;
- color: #333;
- padding: 10px;
- margin-left: 10px;
- font-size: 90%;
- float: right;
- background-color: #f6f6f6;
- }
- div#recent div {
- letter-spacing: 2px;
- margin-top: 5px;
- }
- div#recent a {
- text-decoration: none;
- font-style: italic;
- }
- div#recent b {
- color: #666;
- }
- p#blog-social-links a {
- margin: 2%;
- }
- canvas.grayscale {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- }
- div.testimonial {
- background-color: none;
- background: none;
- box-shadow: none;
- border: none;
- }
- .documentation_header {
- border: 1px solid #aaa;
- background-color: #eee;
- font-style: italic;
- padding: 5px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- h1,
- h2,
- h3 {
- text-shadow: 1px 1px 2px #ccc;
- }
- span#byline {
- position: relative;
- top: -15px;
- }
- table#message-list th {
- height: 25px;
- background-color: white;
- border: 0;
- border-bottom: 1px #aaa solid;
- }
- table#message-list th.subject {
- font-weight: bold;
- }
- table#message-list th.date {
- font-weight: bold;
- width: 150px;
- }
- table#message-list th.author {
- font-weight: bold;
- width: 150px;
- }
- table#message-list td.subject a {
- text-decoration: none;
- }
- div.donationimageblock {
- width: 120px;
- text-align:center;
- display: inline-block;
- }
- @media all and (min-width: 1280px) {
- div.navigation div {
- margin-left: 20px;
- margin-right: 20px;
- }
- }
- @media all and (max-width: 950px) {
- div#example-charts {
- display: none ! important;
- }
-
- div#menubar-placeholder {
- height: 45px ! important;
- }
-
- img#share-icon-large-linkedin {
- display: none;
- }
- }
- @media all and (max-width: 890px) {
- img#rgraph-support-banner {
- width: 95%;
- height: 10%
- }
- }
- @media all and (max-width: 880px) {
-
- body {
- font-size: 75%
- }
- canvas#cvs,
- canvas#cvs_bar,
- canvas#cvs3 {
- width: 50%;
- }
-
- {
- width: 50%
- }
-
- img#share-icon-large-googleplus {
- display: none;
- }
- }
- @media all and (max-width: 800px) {
-
- img#share-icon-large-facebook {
- display: none;
- }
- }
- @media all and (max-width: 700px) {
-
- img#share-icon-large-twitter {
- display: none;
- }
- }
- #floater {
- padding: 5px;
- font-weight: bold;
- font-size: 16pt;
- }
- #floater a {
- color: white ! important;
- text-decoration: none;
- }
- body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
- -webkit-backface-visibility: hidden;
- }
- .animated {
- //-webkit-transform-origin: 0 0;
- //-moz-transform-origin: 0 0;
- //-o-transform-origin: 0 0;
- //-ms-transform-origin: 0 0;
- //transform-origin: 0 0;
-
- -webkit-animation-duration: 0.75s;
- -moz-animation-duration: 0.75s;
- -o-animation-duration: 0.75s;
- -ms-animation-duration: 0.75s;
- animation-duration: 0.75s;
-
- -webkit-animation-fill-mode: both;
- -moz-animation-fill-mode: both;
- -o-animation-fill-mode: both;
- -ms-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- @-webkit-keyframes expand {
- 0% { opacity: 0; -webkit-transform: scale(.3) rotate(-45deg); }
- 100% { -webkit-transform: scale(1) rotate(0deg); }
- }
- @-moz-keyframes expand {
- 0% { opacity: 0; -moz-transform: scale(.3) rotate(-45deg); }
- 100% { -moz-transform: scale(10) rotate(0deg); }
- }
- @-ms-keyframes expand {
- 0% { opacity: 0; -ms-transform: scale(.3) rotate(-45deg); }
- 100% { -ms-transform: scale(1) rotate(0deg); }
- }
- @-o-keyframes expand {
- 0% { opacity: 0; -o-transform: scale(.3) rotate(-45deg); }
- 100% { -o-transform: scale(1) rotate(0deg); }
- }
- @keyframes expand {
- 0% {opacity: 0; transform: scale(.3) rotate(-45deg); }
- 100% { transform: scale(1) rotate(0deg); }
- }
- .expand {
- -webkit-animation-name: expand;
- -moz-animation-name: expand;
- -o-animation-name: expand;
- -ms-animation-name: expand;
- animation-name: expand;
- }
- /**
- * Share images
- */
- img#share-icon-large-googleplus,
- img#share-icon-large-linkedin,
- img#share-icon-large-twitter,
- img#share-icon-large-facebook {
- }
- #footer-share-bar {
- background-image: linear-gradient(90deg, transparent 0%, transparent 60%, #ddd 65%);
- width: 100%;
- height: 20px;
- padding: 5px;
- bottom: 0;
- right: 0;
- position: fixed;
- left: 0;
- text-align: right
- }
- p#copyright {
- text-align: left;
- font-size: 70%;
- }
|