NewsBlur-viq/media/css/modals.css

600 lines
13 KiB
CSS
Raw Normal View History

/* ================ */
/* = 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;
}
/* =================== */
/* = 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;
}
/* ========== */
/* = 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;
}
.NB-modal .NB-modal-error {
float: right;
font-size: 11px;
font-weight: bold;
color: #7F080A;
line-height: 14px;
display: none;
max-width: 50%;
}
.NB-modal .NB-modal-loading,
.NB-modal .NB-loading {
width: 16px;
height: 16px;
float: right;
background: none;
}
.NB-modal .NB-modal-loading.NB-active {
background: transparent url('/media/img/reader/recycle_spinner.gif') no-repeat 0 0;
}
.NB-modal .NB-loading.NB-active {
background: transparent url('/media/img/reader/spinner_ball.gif') no-repeat 0 0;
}
.NB-modal h2,
.NB-modal .NB-modal-title {
margin: 0;
padding: 0;
font-size: 22px;
}
.NB-modal h5,
.NB-module h5 {
margin: 0;
padding: 8px 12px 6px;
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;
border-top: 1px solid #D1DAF7;
border-bottom: 1px solid #A1A9CF;
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;
font-weight: normal;
text-transform: uppercase;
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;
}
.NB-modal .NB-error {
display: none;
font-weight: bold;
font-size: 14px;
color: #7E0418;
padding: 0 0 12px 0;
}
.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;
overflow: hidden;
2011-05-07 21:33:42 -04:00
clear: both;
}
.NB-modal .NB-modal-feed-title {
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 {
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;
}
.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;
}
.NB-modal-submit input[type=submit],
.NB-modal-submit-button {
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;
}
.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,
.NB-modal-submit-green.NB-disabled,
2012-03-22 14:40:36 -07:00
.NB-modal-submit-button.NB-disabled,
.NB-modal-submit-back,
.NB-modal-submit-reset,
.NB-modal-submit-close,
.NB-modal-submit-grey {
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%
);
color: #909090;
}
2012-03-22 14:40:36 -07:00
.NB-modal-submit-save.NB-disabled:hover,
.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%
);
}
.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%
);
}
.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%
);
}
.NB-modal-submit-close,
.NB-modal-submit-grey {
font-weight: bold;
}
.NB-modal-submit-red {
background-color: #911C31;
color: #E4E4E4;
font-weight: bold;
}
.NB-modal-submit-delete {
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;
width: 16px;
height: 16px;
}
.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;
margin: 3px 0 12px;
}
.NB-modal .NB-modal-feed-chooser-container .NB-modal-feed-chooser {
width: 250px;
margin: 0 0 12px;
}
.NB-modal .NB-modal-tabs {
float: right;
position: relative;
bottom: -1px;
margin-right: 16px;
}
.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;
border-bottom: 1px solid white;
cursor: default;
}
.NB-modal .NB-tab {
display: none;
margin-top: 0;
clear: both;
border-top: 1px solid #A0A0A0;
overflow: auto;
height: 400px;
width: 100%;
padding-right: 12px;
}
.NB-modal .NB-tab.NB-active {
display: block;
}
.NB-modal .NB-modal-section {
padding: 12px 0;
}
/* ===================== */
/* = Bookmarklet Modal = */
/* ===================== */
.NB-bookmarklet {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}
.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 {
margin: 28px 0;
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;
}
.NB-bookmarklet .NB-bookmarklet-folder-add-button {
float: left;
margin: 2px 4px 0 0;
cursor: pointer;
}
.NB-bookmarklet .NB-bookmarklet-new-folder-container {
display: none;
float: right;
clear: both;
}
.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;
}
.NB-bookmarklet .NB-folders {
width: 200px;
}
.NB-bookmarklet .NB-modal-submit {
margin: 24px 0 8px;
padding: 0 0 6px;
}
.NB-bookmarklet .NB-modal-submit-button {
clear: both;
padding: 0 16px;
line-height: 24px;
width: 200px;
2011-01-21 22:00:36 -05:00
text-align: center;
text-shadow: none;
}
.NB-bookmarklet .NB-modal-submit-button img {
margin: 5px 6px 0 0;
width: 16px;
height: 16px;
float: left;
vertical-align: top;
}
.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;
}
.NB-bookmarklet .NB-bookmarklet-folder-label {
float: right;
}
.NB-bookmarklet .NB-folders {
float: right;
}
.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;
}