2011-01-21 20:29:19 -05:00
|
|
|
|
|
|
|
/* ================ */
|
|
|
|
/* = Modal Dialog = */
|
|
|
|
/* ================ */
|
|
|
|
|
|
|
|
#simplemodal-overlay {
|
|
|
|
background-color: #101030;
|
|
|
|
}
|
|
|
|
|
|
|
|
#simplemodal-container {
|
|
|
|
background-color: white;
|
|
|
|
padding: 8px;
|
|
|
|
-moz-box-shadow: 8px 8px 15px #505050;
|
|
|
|
-webkit-box-shadow: 8px 8px 15px #505050;
|
|
|
|
box-shadow: 8px 8px 15px #505050;
|
|
|
|
border: 1px solid #303030;
|
|
|
|
}
|
|
|
|
|
2012-07-02 10:15:17 -07:00
|
|
|
/* =================== */
|
|
|
|
/* = Common Elements = */
|
|
|
|
/* =================== */
|
|
|
|
|
|
|
|
.NB-input {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 2px 4px 2px;
|
|
|
|
border: 1px solid #606060;
|
|
|
|
-moz-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
-webkit-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
}
|
|
|
|
|
2011-01-21 20:29:19 -05:00
|
|
|
/* ========== */
|
|
|
|
/* = Modals = */
|
|
|
|
/* ========== */
|
|
|
|
|
|
|
|
.NB-modal {
|
|
|
|
padding: 12px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal.NB-signed-out .NB-fieldset {
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal.NB-signed-out .NB-fieldset.NB-anonymous-ok {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2011-10-28 10:29:11 -07:00
|
|
|
.NB-modal .NB-modal-error {
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #7F080A;
|
|
|
|
line-height: 14px;
|
|
|
|
display: none;
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
|
2011-01-21 20:29:19 -05:00
|
|
|
.NB-modal .NB-modal-loading,
|
|
|
|
.NB-modal .NB-loading {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
float: right;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-loading.NB-active {
|
2011-12-12 09:51:49 -08:00
|
|
|
background: transparent url('/media/img/reader/recycle_spinner.gif') no-repeat 0 0;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-loading.NB-active {
|
2011-12-12 09:51:49 -08:00
|
|
|
background: transparent url('/media/img/reader/spinner_ball.gif') no-repeat 0 0;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal h2,
|
|
|
|
.NB-modal .NB-modal-title {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal h5,
|
|
|
|
.NB-module h5 {
|
|
|
|
margin: 0;
|
2011-04-16 16:21:00 -04:00
|
|
|
padding: 8px 12px 6px;
|
2012-07-28 20:12:12 -07:00
|
|
|
|
|
|
|
background-color: #E3ECF8;
|
|
|
|
background-image: -moz-linear-gradient(top, #E3ECF8, #CBDBF5); /* FF3.6 */
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#E3ECF8), to(#CBDBF5)); /* Saf4+, Chrome */
|
|
|
|
background-image: linear-gradient(top, #E3ECF8, #CBDBF5);
|
|
|
|
|
|
|
|
text-shadow: 0 1px 0 #F2F6FE;
|
2011-02-28 23:27:58 -05:00
|
|
|
border-top: 1px solid #D1DAF7;
|
|
|
|
border-bottom: 1px solid #A1A9CF;
|
2011-01-21 20:29:19 -05:00
|
|
|
color:#505050;
|
|
|
|
font-size: 14px;
|
2012-02-10 17:14:20 -08:00
|
|
|
font-family: "Gill Sans", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif, inherit;
|
2011-01-21 20:29:19 -05:00
|
|
|
font-weight: normal;
|
2011-04-02 21:34:40 -04:00
|
|
|
text-transform: uppercase;
|
2011-01-21 20:29:19 -05:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-field {
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-field h5 {
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-field input[type=text] {
|
|
|
|
width: 446px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0px 4px 6px;
|
|
|
|
border: 1px solid #606060;
|
|
|
|
-moz-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
-webkit-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-field input[type=checkbox] {
|
|
|
|
margin: 4px 0 0 0px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-05-07 21:12:13 -04:00
|
|
|
.NB-modal .NB-error {
|
|
|
|
display: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #7E0418;
|
|
|
|
padding: 0 0 12px 0;
|
|
|
|
}
|
2011-01-21 20:29:19 -05:00
|
|
|
.NB-modal .NB-modal-title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #303030;
|
|
|
|
text-shadow: 1px 1px 0px #e0e0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-subtitle {
|
|
|
|
margin:12px 0 0;
|
|
|
|
padding:8px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
position: relative;
|
|
|
|
background-color: #F6F6F6;
|
2011-05-07 21:12:13 -04:00
|
|
|
overflow: hidden;
|
2011-05-07 21:33:42 -04:00
|
|
|
clear: both;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
.NB-modal .NB-modal-feed-title {
|
2011-07-27 22:17:34 -07:00
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.NB-modal .NB-modal-feed-subscribers {
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: #909090;
|
|
|
|
color: #F0F0F0;
|
|
|
|
margin: 2px 4px 2px 14px;
|
|
|
|
font-size: 9px;
|
|
|
|
line-height: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 4px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
text-shadow: none;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.NB-modal .NB-modal-feed-heading {
|
2011-01-21 20:29:19 -05:00
|
|
|
display: block;
|
|
|
|
margin: 0 40px 0 23px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #272727;
|
|
|
|
overflow: hidden;
|
|
|
|
text-shadow: 0 1px 0 #EBF3FA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-feed-image {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-04-07 10:36:25 -04:00
|
|
|
.NB-modal .NB-modal-subtitle-right {
|
|
|
|
float: right;
|
|
|
|
clear: both;
|
|
|
|
font-size: 11px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #d0d0d0;
|
|
|
|
text-shadow: 0 1px 0 #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-subtitle-right-count {
|
|
|
|
color: #A8A8A8;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-01-21 20:29:19 -05:00
|
|
|
.NB-modal-submit input[type=submit],
|
2011-05-18 22:33:42 -04:00
|
|
|
.NB-modal-submit-button {
|
2011-01-21 20:29:19 -05:00
|
|
|
border: 1px solid #606060;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin: 2px 4px 2px;
|
|
|
|
border: 1px solid #606060;
|
|
|
|
-moz-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
-webkit-box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
box-shadow:2px 2px 0 #D0D0D0;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-03-06 11:41:57 -08:00
|
|
|
.NB-modal-submit-green {
|
|
|
|
background-color: #217412;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #216200),
|
|
|
|
color-stop(0.84, #217412)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#216200 16%,
|
|
|
|
#217412 84%
|
|
|
|
);
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FCFCFC;
|
|
|
|
}
|
|
|
|
.NB-modal-submit-green:hover {
|
|
|
|
background-color: #216200;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #1E5000),
|
|
|
|
color-stop(0.84, #216200)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#1E5000 16%,
|
|
|
|
#216200 84%
|
|
|
|
);
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FCFCFC;
|
|
|
|
}
|
|
|
|
.NB-modal-submit-green:active {
|
|
|
|
background-color: #1E5000;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #1B3F00),
|
|
|
|
color-stop(0.84, #1E5000)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#1B3F00 16%,
|
|
|
|
#1E5000 84%
|
|
|
|
);
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FCFCFC;
|
|
|
|
}
|
2012-03-22 14:40:36 -07:00
|
|
|
.NB-modal-submit-save.NB-disabled,
|
2012-04-04 16:09:01 -07:00
|
|
|
.NB-modal-submit-green.NB-disabled,
|
2012-03-22 14:40:36 -07:00
|
|
|
.NB-modal-submit-button.NB-disabled,
|
2011-05-18 22:33:42 -04:00
|
|
|
.NB-modal-submit-back,
|
2012-03-02 17:51:28 -08:00
|
|
|
.NB-modal-submit-reset,
|
|
|
|
.NB-modal-submit-close,
|
|
|
|
.NB-modal-submit-grey {
|
2011-01-21 20:29:19 -05:00
|
|
|
background-color: #d5d4dB;
|
2012-03-02 17:51:28 -08:00
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #CBCAD3),
|
|
|
|
color-stop(0.84, #d5d4dB)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#CBCAD3 16%,
|
|
|
|
#d5d4dB 84%
|
|
|
|
);
|
2011-01-21 20:29:19 -05:00
|
|
|
color: #909090;
|
2012-03-02 17:51:28 -08:00
|
|
|
}
|
2012-03-22 14:40:36 -07:00
|
|
|
.NB-modal-submit-save.NB-disabled:hover,
|
2012-04-04 16:09:01 -07:00
|
|
|
.NB-modal-submit-green.NB-disabled:hover,
|
2012-03-22 14:40:36 -07:00
|
|
|
.NB-modal-submit-button.NB-disabled:hover {
|
|
|
|
background-color: #d5d4dB;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #CBCAD3),
|
|
|
|
color-stop(0.84, #d5d4dB)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#CBCAD3 16%,
|
|
|
|
#d5d4dB 84%
|
|
|
|
);
|
|
|
|
}
|
2012-03-02 17:51:28 -08:00
|
|
|
.NB-modal-submit-back:hover,
|
|
|
|
.NB-modal-submit-reset:hover,
|
|
|
|
.NB-modal-submit-close:hover,
|
|
|
|
.NB-modal-submit-grey:hover {
|
|
|
|
background-color: #CBCAD3;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #BDBCC7),
|
|
|
|
color-stop(0.84, #CBCAD3)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#BDBCC7 16%,
|
|
|
|
#CBCAD3 84%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
.NB-modal-submit-back:active,
|
|
|
|
.NB-modal-submit-reset:active,
|
|
|
|
.NB-modal-submit-close:active,
|
|
|
|
.NB-modal-submit-grey:active {
|
|
|
|
background-color: #BDBCC7;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #ADACBB),
|
|
|
|
color-stop(0.84, #BDBCC7)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#ADACBB 16%,
|
|
|
|
#BDBCC7 84%
|
|
|
|
);
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
2012-07-02 10:15:17 -07:00
|
|
|
|
|
|
|
.NB-modal-submit-close {
|
|
|
|
background-color: #525255;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #192716),
|
|
|
|
color-stop(0.84, #2E432B)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#192716 16%,
|
|
|
|
#2E432B 84%
|
|
|
|
);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.NB-modal-submit-close:hover {
|
|
|
|
background-color: #CBCAD3;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #131D10),
|
|
|
|
color-stop(0.84, #192716)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#131D10 16%,
|
|
|
|
#192716 84%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
.NB-modal-submit-close:active {
|
|
|
|
background-color: #BDBCC7;
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.16, #0A0D09),
|
|
|
|
color-stop(0.84, #131D10)
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
#0A0D09 16%,
|
|
|
|
#131D10 84%
|
|
|
|
);
|
|
|
|
}
|
2012-01-04 09:42:35 -08:00
|
|
|
.NB-modal-submit-close,
|
|
|
|
.NB-modal-submit-grey {
|
2011-01-21 20:29:19 -05:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-01-04 09:42:35 -08:00
|
|
|
.NB-modal-submit-red {
|
|
|
|
background-color: #911C31;
|
|
|
|
color: #E4E4E4;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-05-18 22:33:42 -04:00
|
|
|
.NB-modal-submit-delete {
|
2011-01-21 20:29:19 -05:00
|
|
|
background-color: #7E020D;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FCFCFC;
|
|
|
|
}
|
|
|
|
.NB-modal-submit .NB-disabled {
|
|
|
|
background-color: #d5d4dB;
|
|
|
|
color: #909090;
|
|
|
|
border: 1px solid #A0A0A0;
|
|
|
|
-moz-box-shadow:2px 2px 0 #E6E6E6;
|
|
|
|
-webkit-box-shadow:2px 2px 0 #E6E6E6;
|
|
|
|
box-shadow:2px 2px 0 #E6E6E6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-submit {
|
|
|
|
margin: 16px 0 0 0;
|
|
|
|
font-size: 13px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal img.feed_favicon {
|
|
|
|
margin: 0 6px 0 0;
|
|
|
|
vertical-align: middle;
|
2011-02-22 10:18:54 -05:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-fieldset {
|
|
|
|
background-color: #F0F0FF;
|
|
|
|
border-bottom: 1px solid #D0D0D9;
|
|
|
|
margin: 16px 0 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-fieldset-fields {
|
|
|
|
margin: 8px 0 4px 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-feed-chooser-container {
|
|
|
|
float: right;
|
2011-11-12 18:19:57 -08:00
|
|
|
margin: 3px 0 12px;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
.NB-modal .NB-modal-feed-chooser-container .NB-modal-feed-chooser {
|
|
|
|
width: 250px;
|
2011-11-12 18:19:57 -08:00
|
|
|
margin: 0 0 12px;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
|
2011-12-21 18:23:53 -08:00
|
|
|
.NB-modal .NB-modal-tabs {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
2011-12-22 13:36:03 -08:00
|
|
|
bottom: -1px;
|
2011-12-23 18:28:16 -08:00
|
|
|
margin-right: 16px;
|
2011-12-21 18:23:53 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-tab {
|
|
|
|
float: left;
|
|
|
|
padding: 8px 12px 10px;
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
border-top: 1px solid #A0A0A0;
|
|
|
|
border-left: 1px solid #A0A0A0;
|
|
|
|
border-bottom: 1px solid #A0A0A0;
|
|
|
|
cursor: pointer;
|
|
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-tab:hover {
|
|
|
|
background-color: #F2F2F9;
|
|
|
|
}
|
|
|
|
.NB-modal .NB-modal-tab:last-child {
|
|
|
|
border-right: 1px solid #A0A0A0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-tab.NB-active {
|
|
|
|
background-color: white;
|
2011-12-22 13:36:03 -08:00
|
|
|
border-bottom: 1px solid white;
|
2011-12-21 18:23:53 -08:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2011-12-22 13:36:03 -08:00
|
|
|
.NB-modal .NB-tab {
|
|
|
|
display: none;
|
|
|
|
margin-top: 0;
|
|
|
|
clear: both;
|
|
|
|
border-top: 1px solid #A0A0A0;
|
2011-12-25 20:50:59 -08:00
|
|
|
overflow: auto;
|
2012-04-17 15:20:21 -07:00
|
|
|
height: 400px;
|
2011-12-25 20:50:59 -08:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 12px;
|
2011-12-22 13:36:03 -08:00
|
|
|
}
|
|
|
|
.NB-modal .NB-tab.NB-active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NB-modal .NB-modal-section {
|
2011-12-24 00:30:37 -08:00
|
|
|
padding: 12px 0;
|
2011-12-22 13:36:03 -08:00
|
|
|
}
|
|
|
|
|
2011-01-21 20:29:19 -05:00
|
|
|
/* ===================== */
|
|
|
|
/* = Bookmarklet Modal = */
|
|
|
|
/* ===================== */
|
|
|
|
|
|
|
|
.NB-bookmarklet {
|
|
|
|
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
2011-01-22 18:25:16 -05:00
|
|
|
text-align: left;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.NB-bookmarklet .NB-modal-information {
|
|
|
|
float: right;
|
|
|
|
margin-top: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #909090;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2011-01-21 22:00:36 -05:00
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-container {
|
2011-01-22 21:42:58 -05:00
|
|
|
margin: 28px 0;
|
2011-01-22 18:25:16 -05:00
|
|
|
float: right;
|
2011-01-21 22:00:36 -05:00
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-container .NB-bookmarklet-folder-label {
|
|
|
|
float: left;
|
|
|
|
margin: 2px 4px 0 0;
|
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-container .NB-folders {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2011-03-21 20:37:58 -04:00
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-add-button {
|
|
|
|
float: left;
|
|
|
|
margin: 2px 4px 0 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2011-03-21 10:15:18 -04:00
|
|
|
.NB-bookmarklet .NB-bookmarklet-new-folder-container {
|
|
|
|
display: none;
|
|
|
|
float: right;
|
|
|
|
clear: both;
|
|
|
|
}
|
2011-03-21 20:37:58 -04:00
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-new {
|
|
|
|
float: left;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #505050;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 13px;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-new-label {
|
|
|
|
margin: 4px 4px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
2011-01-22 18:25:16 -05:00
|
|
|
.NB-bookmarklet .NB-folders {
|
|
|
|
width: 200px;
|
|
|
|
}
|
2011-01-22 21:42:58 -05:00
|
|
|
.NB-bookmarklet .NB-modal-submit {
|
|
|
|
margin: 24px 0 8px;
|
2012-04-21 17:15:45 -07:00
|
|
|
padding: 0 0 6px;
|
2011-01-22 21:42:58 -05:00
|
|
|
}
|
2011-01-21 20:29:19 -05:00
|
|
|
.NB-bookmarklet .NB-modal-submit-button {
|
|
|
|
clear: both;
|
2011-01-22 18:25:16 -05:00
|
|
|
padding: 0 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
width: 200px;
|
2011-01-21 22:00:36 -05:00
|
|
|
text-align: center;
|
2012-04-21 17:15:45 -07:00
|
|
|
text-shadow: none;
|
2011-01-22 18:25:16 -05:00
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-modal-submit-button img {
|
|
|
|
margin: 5px 6px 0 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-03-23 22:10:46 -04:00
|
|
|
float: left;
|
2011-01-22 18:25:16 -05:00
|
|
|
vertical-align: top;
|
2011-01-22 21:42:58 -05:00
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-error {
|
|
|
|
margin: 12px 0 0 0;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #701040;
|
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-error img {
|
|
|
|
float: left;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: -2px 6px 0 0;
|
2011-03-19 11:07:36 -04:00
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-bookmarklet-folder-label {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-folders {
|
|
|
|
float: right;
|
2012-04-21 17:15:45 -07:00
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-error-invalid {
|
|
|
|
padding: 12px 12px;
|
|
|
|
font-size: 13px;
|
|
|
|
text-shadow: none;
|
|
|
|
color: white;
|
|
|
|
background-color: #690F0F;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
.NB-bookmarklet .NB-error-invalid a {
|
|
|
|
color: #9FC6F5;
|
|
|
|
text-decoration: underline;
|
2011-01-21 20:29:19 -05:00
|
|
|
}
|