Subversion Repositories chrome-extensions

Rev

Rev 64 | Rev 68 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

body {
  margin: 40px;
  font-size: 16px;
}

div#aocSettings {
  user-select: none;
  display: none;
}

div#aocSettings div:nth-of-type(3) {
  margin-top: 7px;
}

div#aocSettings div:nth-of-type(1) span.label {
  margin-right: 36px;
}

div#aocSettings div:nth-of-type(2) span.label {
  margin-right: 4px;
}

div#aocSettings div:nth-of-type(3) span.label {
  margin-right: 0;
  position: relative;
  top: -3px;
}

input#aocd {
  width: 4em;
}

div.aocLocation label {
  position: relative;
  top: -2px;
  margin-right: 8px;
}


div#aocs {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  box-shadow: rgb(203, 203, 203) 0px 0px 16px 0px;
  border: 1px solid rgb(217, 217, 0);
  z-index: 100000001;
  text-align: center;
  color: rgb(118, 118, 118);
  background-color: rgb(255, 255, 92);
  /*
  position: fixed;
  bottom: 25px;
  left: 25px;
  */
  width: 7em;
  height: 2em;
  line-height: 2em;
  border-radius: 0.25em;
  box-sizing: content-box;
  /* padding: 0.25em; */
  padding: 0;
  margin: 0;
  display: inline-block;
}

span#smaller, span#bigger {
  color: #767676;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}

span#smaller {
  margin: 0 16px 0 0;
}

input[type=checkbox], input[type=radio] {
  width: 16px;
  height: 16px;
}

div#diviurlap {
  display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 0, 238);
}

.error {
  color: #FF0000;
}

.note {
  font-size: smaller;
  color: #426DC9;
  text-shadow: #fff 0 1px 1px;
}

.larger {
  font-size: 1.1em;
}

.indent {
  margin-left: 20px;
  margin-bottom: -20px;
}

h1 {
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #d0d0d0;
  /*background: -webkit-linear-gradient(top, #C0C8D2, #C0C8D2 50%, #CDD4E0);*/
  background: -webkit-linear-gradient(left, #BBCEE9, #BBCEE9 50%, #AABEDC);
  border-bottom: 1px solid #8faad9;
  border-top: 1px solid #8faad9;
  text-shadow: #bbcee9 0 1px 1px;
  padding: 20px;
  font-size: 3em;
  color: #000;
  text-shadow: #bbcee9 0 1px 1px;
  /*margin: 20px;*/
}

div.savedSettings {
  font-size: 1em;
  padding: 10px;
  margin-bottom: 2em;
  box-shadow: rgb(203, 203, 203) 0px 0px 16px 0px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #d0d0d0;
  border: 1px solid rgb(217, 217, 0);
  background-color: rgb(255, 255, 92);
}

.tab {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  background: -webkit-linear-gradient(top, #FFF, #FFF 0%, #E8E8E8);
  /*
  -webkit-border-radius: 8px;
  -webkit-border-end: 1px solid #c6c9ce;
  -webkit-box-shadow: 0 0 20px #d0d0d0;
  background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3),
              -webkit-linear-gradient(left, #eaeef3, #eaeef3 50%, #d3d7db);
  */
  /*
  padding: 20px;
  margin: 20px;
  font-size: 1.1em;
  */
  line-height: 1.6em;
  /*
  color: #000;
  text-shadow: #fff 0 1px 1px;
  */
}

#logo {
  float: left;
  padding-right: 20px;
}

button {
  margin-top: 12px;
  padding: 6px;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
}

/* Blacklist */
div#blacklist {
  float: left;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px inset #C6C9CE;
  margin: 3px 3px 3px 0;
  overflow: auto;
  width: 274px;
  width: 500px;
  /*height: 260px;*/
  /*height: 130px;*/
  min-height: 130px;
}

div#blacklist div.row {
  cursor: pointer;
  border-bottom: 1px solid #C6C9CE;
  padding: 0 4px;
}

div#blacklist div.row:last-of-type {
  border: none;
}

div#blacklist div.stripe {
  background-color: #EAEAEA;
}

div#blacklist .selected {
  background-color: #e9f3f5 !important;
}

div.clear {
  clear: both;
}

/* Tabs */

/* Set the size and font of the tab widget */
.tabGroup {
  /*font: 10pt arial, verdana;*/
  /*width: 800px;*/
  /*height: 400px;*/
}
 
/* Configure the radio buttons to hide off screen */
.tabGroup > input[type="radio"] {
  position: absolute;
  left:-100px;
  top:-100px;
}
 
/* Configure labels to look like tabs */
.tabGroup > input[type="radio"] + label {
  /* inline-block such that the label can be given dimensions */
  display: inline-block;
 
  /* A nice curved border around the tab */
  border: 1px solid #c6c9ce;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
   
  /* the bottom border is handled by the tab content div */
  border-bottom: 0;
 
  /* Padding around tab text */
  padding: 5px 10px;
 
  /* Set the background color to default gray (non-selected tab) */
  /*background-color:#ddd;*/
  background: -webkit-linear-gradient(top, #FFF, #FFF 0%, #DDD);
}
 
/* Focused tabs need to be highlighted as such */
.tabGroup > input[type="radio"]:focus + label {
  border:1px dashed #c6c9ce;
}
 
/* Checked tabs must be white with the bottom border removed */
.tabGroup > input[type="radio"]:checked + label {
  background-color:white;
  font-weight: bold;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: -webkit-linear-gradient(top, #FFF, #FFF 0%, #FFF);
  -webkit-box-shadow: none !important;
}
 
.tabGroup > input[type="radio"]:hover + label {
  -webkit-box-shadow: 0 0 20px #d0d0d0;
}

/* The tab content must fill the widgets size and have a nice border */
.tabGroup > div {
  display: none;
  border: 1px solid #c6c9ce;
  background-color: white;
  padding: 10px 10px;
  /*height: 100%;*/
  overflow: auto;
     
  /*
  box-shadow: 0 0 20px #444;
  -moz-box-shadow: 0 0 20px #444;
  -webkit-box-shadow: 0 0 20px #444;
  */
  -webkit-box-shadow: 0 0 20px #d0d0d0;
   
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
}
 
/* This matchs tabs displaying to thier associated radio inputs */
.tab1:checked ~ .tab1, .tab2:checked ~ .tab2, .tab3:checked ~ .tab3 {
  display: block;
}

/* Overlay */
div#overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0 , 0, 0.25);
}

div#overlay > div {
  width:425px;
  margin: 175px auto;
  border:1px solid #000;
  padding:15px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #4F4F4F;
  background: -webkit-linear-gradient(top, #FFF, #FFF 0%, #DDD);
}

div#overlay > div input[type=text] {
  width: 425px;
  margin-top: 8px;
}

div#overlay > div input[type=radio] {
  margin: 0;
  margin-bottom: 2px;
  position: relative;
  top: 2px;
}

div#overlay > div div#addError {
  color: #FA4B4B;
  display: none;
  margin-top: 4px;
}