2013-10-01 20:42:20 +00:00
|
|
|
.loading {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2013-10-01 01:11:30 +00:00
|
|
|
.landing {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 562px;
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
margin-top: -19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .message-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 88px;
|
|
|
|
left: 50px;
|
|
|
|
width: 600px;
|
|
|
|
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .signup-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 100px;
|
|
|
|
right: 50px;
|
|
|
|
width: 350px;
|
|
|
|
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .signup-container input {
|
|
|
|
margin: 12px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2013-10-01 23:37:33 +00:00
|
|
|
.form-signup input.ng-invalid.ng-dirty {
|
|
|
|
background-color: #FDD7D9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-signup input.ng-valid.ng-dirty {
|
|
|
|
background-color: #DDFFEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .popover-content {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2013-10-01 01:11:30 +00:00
|
|
|
.landing .message {
|
|
|
|
font-size: 3.4em;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .message b {
|
|
|
|
color: #94C9F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .sub-message {
|
|
|
|
font-size: 1.8em;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2013-10-02 04:28:24 +00:00
|
|
|
.landing .welcome-message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .welcome-message .sub-message {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .welcome-message .gravatar {
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #94C9F7;
|
|
|
|
}
|
|
|
|
|
2013-10-01 01:11:30 +00:00
|
|
|
.landing .sub-message b {
|
|
|
|
color: #94C9F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .sellcall {
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .shoutouts {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 30px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 3;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .shoutout {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
width: 300px;
|
|
|
|
vertical-align: top;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .shoutout i {
|
|
|
|
font-size: 36px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .shoutout b {
|
|
|
|
font-size: 22px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .background-mask {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
height: 562px;
|
|
|
|
|
|
|
|
background: -moz-linear-gradient(top, #141414 0%, transparent 15%, transparent 85%, #141414 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(15%,transparent), color-stop(85%,transparent), color-stop(100%,#141414));
|
|
|
|
background: -webkit-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%);
|
|
|
|
background: -o-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%);
|
|
|
|
background: -ms-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%);
|
|
|
|
background: linear-gradient(to bottom, #141414 0%,transparent 15%,transparent 85%,#141414 100%);
|
|
|
|
|
|
|
|
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .background {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
background-color: #1d1d1d;
|
|
|
|
background-position: left;
|
|
|
|
background-image: url(../containers-back-black.jpg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
|
|
height: 562px;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2013-10-02 04:28:24 +00:00
|
|
|
.landing .options {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .options .option {
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .options .or {
|
|
|
|
margin: 14px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .options .or span {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #444;
|
|
|
|
padding: 6px;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
line-height: 36px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-10-01 01:11:30 +00:00
|
|
|
.landing-footer {
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 610px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
min-height: 138px;
|
|
|
|
border-radius: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-footer .footer-column {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
|
|
|
margin-left: 20px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-footer .footer-column ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-footer .footer-column li {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-footer .dt-logo {
|
|
|
|
float: right;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: center;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2013-10-01 21:44:13 +00:00
|
|
|
.landing-footer .copyright {
|
|
|
|
position: absolute;
|
|
|
|
left: 10px;
|
|
|
|
bottom: 4px;
|
|
|
|
|
|
|
|
font-size: 11px;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2013-09-27 23:21:54 +00:00
|
|
|
#repoSearch {
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing i {
|
|
|
|
color: #aaa;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing .description {
|
|
|
|
margin-left: 20px;
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 85%;
|
|
|
|
padding-top: 4px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
margin-top: 4px;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2013-09-28 05:23:00 +00:00
|
|
|
|
|
|
|
.user-mini-listing {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-mini-listing i {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2013-09-30 23:08:24 +00:00
|
|
|
.editable {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-09-26 22:48:22 +00:00
|
|
|
.editable i {
|
2013-09-30 23:08:24 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: -40px;
|
|
|
|
|
2013-09-26 21:59:20 +00:00
|
|
|
opacity: 0.2;
|
|
|
|
font-size: 85%;
|
|
|
|
display: inline-block;
|
|
|
|
|
2013-10-01 04:41:46 +00:00
|
|
|
-moz-transition: opacity 500ms ease-in-out;
|
|
|
|
-webkit-transition: opacity 500ms ease-in-out;
|
|
|
|
-o-transition: opacity 500ms ease-in-out;
|
|
|
|
-ms-transition: opacity 500ms ease-in-out;
|
2013-09-26 21:59:20 +00:00
|
|
|
transition: opacity 500ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
2013-09-26 22:48:22 +00:00
|
|
|
.noteditable i {
|
2013-09-26 21:59:20 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-27 20:12:51 +00:00
|
|
|
p.editable {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-09-26 21:59:20 +00:00
|
|
|
p.editable .content:empty:after {
|
|
|
|
display: inline-block;
|
|
|
|
content: "(Click to add)";
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.editable:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-09-26 22:48:22 +00:00
|
|
|
p.editable:hover i {
|
2013-09-26 21:59:20 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-dropdown {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
margin-right: 15px;
|
|
|
|
margin-bottom: 5px;
|
2013-10-02 05:05:36 +00:00
|
|
|
font-size: 1.15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-dropdown i.icon-bookmark {
|
|
|
|
font-size: 125%;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-dropdown i.icon-bookmark .tag-count {
|
|
|
|
color: #aaa;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
font-size: 55%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
text-align: center;
|
2013-09-26 21:59:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 150px;
|
|
|
|
border: 0px;
|
2013-09-26 22:10:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .header {
|
|
|
|
margin-bottom: 10px;
|
2013-09-26 22:21:29 +00:00
|
|
|
position: relative;
|
2013-09-26 22:10:09 +00:00
|
|
|
}
|
|
|
|
|
2013-09-27 19:48:54 +00:00
|
|
|
.repo .header .back {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2013-09-28 21:11:10 +00:00
|
|
|
.repo .header .icon-container {
|
|
|
|
position: relative;
|
|
|
|
background: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 38px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .header .icon-container .icon-lock {
|
|
|
|
font-size: 50%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -6px;
|
|
|
|
right: 0px;
|
|
|
|
background: rgb(253, 191, 191);
|
|
|
|
width: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50%;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
|
2013-09-26 22:10:09 +00:00
|
|
|
.repo .description {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
2013-10-02 04:43:59 +00:00
|
|
|
.repo .empty-message {
|
|
|
|
padding: 6px;
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2013-09-26 22:10:09 +00:00
|
|
|
.repo dl.dl-horizontal dt {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo dl.dl-horizontal dd {
|
|
|
|
margin-left: 80px;
|
|
|
|
}
|
2013-09-26 22:21:29 +00:00
|
|
|
|
|
|
|
.repo .header h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .pull-command {
|
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
2013-09-27 20:12:51 +00:00
|
|
|
font-size: 1.2em;
|
2013-09-27 20:28:21 +00:00
|
|
|
position: relative;
|
2013-10-02 04:47:32 +00:00
|
|
|
margin-right: 10px;
|
2013-09-26 22:21:29 +00:00
|
|
|
}
|
|
|
|
|
2013-09-27 20:12:51 +00:00
|
|
|
.repo .pull-command .pull-container {
|
|
|
|
display: inline-block;
|
|
|
|
width: 300px;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
2013-09-26 22:21:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .pull-command input {
|
2013-09-27 20:12:51 +00:00
|
|
|
cursor: default;
|
|
|
|
background: white;
|
2013-09-26 22:21:29 +00:00
|
|
|
color: #666;
|
|
|
|
padding: 4px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
width: 300px;
|
2013-09-27 17:49:50 +00:00
|
|
|
}
|
|
|
|
|
2013-09-27 20:12:51 +00:00
|
|
|
.repo #copyClipboard {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-09-27 20:28:21 +00:00
|
|
|
.repo #copyClipboard.zeroclipboard-is-hover {
|
|
|
|
background: #428bca;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo #clipboardCopied {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 40px;
|
|
|
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
padding: 6px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
|
2013-10-01 04:41:46 +00:00
|
|
|
-webkit-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-moz-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-ms-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-o-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
animation: fadeOut 4s ease-in-out 0s 1 forward;
|
2013-09-27 20:28:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-ms-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-o-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
|
2013-09-27 19:48:54 +00:00
|
|
|
.repo .settings-cog {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .settings-cog a {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2013-10-02 04:28:24 +00:00
|
|
|
.repo-list {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
2013-09-27 23:21:54 +00:00
|
|
|
|
2013-09-27 17:49:50 +00:00
|
|
|
.repo-listing {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2013-10-02 04:28:24 +00:00
|
|
|
.repo-listing:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .repo-listing {
|
|
|
|
border-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 17:49:50 +00:00
|
|
|
.repo-listing a {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-listing i {
|
|
|
|
font-size: 1.5em;
|
|
|
|
color: #999;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-listing .description {
|
|
|
|
margin-top: 6px;
|
|
|
|
padding-left: 36px;
|
|
|
|
}
|
2013-09-27 19:26:16 +00:00
|
|
|
|
|
|
|
.repo-admin .panel {
|
|
|
|
display: inline-block;
|
2013-10-01 18:14:30 +00:00
|
|
|
width: 620px;
|
2013-09-27 19:26:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .user i {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .user {
|
|
|
|
font-size: 1.2em;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
2013-09-30 23:08:24 +00:00
|
|
|
.repo .description p {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 21:01:45 +00:00
|
|
|
.repo thead td {
|
2013-09-27 19:26:16 +00:00
|
|
|
padding: 4px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2013-09-27 21:01:45 +00:00
|
|
|
.repo td {
|
2013-09-27 19:26:16 +00:00
|
|
|
padding: 6px;
|
2013-09-27 21:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .images {
|
|
|
|
margin: 10px;
|
2013-09-27 23:21:54 +00:00
|
|
|
}
|
|
|
|
|
2013-09-30 23:08:24 +00:00
|
|
|
.repo .images .image-id {
|
|
|
|
font-size: 85%;
|
|
|
|
max-width: 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .images p {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 22:15:31 +00:00
|
|
|
.navbar-nav > li > .user-dropdown {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-dropdown > img {
|
|
|
|
padding-right: 6px;
|
2013-09-27 23:24:30 +00:00
|
|
|
}
|
|
|
|
|
2013-09-28 05:23:00 +00:00
|
|
|
.delete-ui {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-ui i {
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-ui .delete-ui-button {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: white;
|
|
|
|
width: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
2013-10-01 04:41:46 +00:00
|
|
|
-moz-transition: width 500ms ease-in-out;
|
|
|
|
-webkit-transition: width 500ms ease-in-out;
|
|
|
|
-o-transition: width 500ms ease-in-out;
|
|
|
|
-ms-transition: width 500ms ease-in-out;
|
2013-09-28 05:23:00 +00:00
|
|
|
transition: width 500ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-ui .delete-ui-button button {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-ui:focus i {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-ui:focus .delete-ui-button {
|
|
|
|
width: 54px;
|
|
|
|
}
|
2013-09-27 23:24:30 +00:00
|
|
|
|
2013-10-01 18:14:30 +00:00
|
|
|
.repo-admin .repo-delete {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-delete button {
|
|
|
|
font-size: 125%;
|
|
|
|
}
|
|
|
|
|
2013-09-28 21:11:10 +00:00
|
|
|
.repo-admin .repo-access-state .state-icon {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state .state-icon i {
|
|
|
|
font-size: 46px;
|
|
|
|
width: 54px;
|
|
|
|
height: 54px;
|
|
|
|
line-height: 54px;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state {
|
|
|
|
text-align: center;
|
2013-10-01 18:14:30 +00:00
|
|
|
width: 580px;
|
2013-09-28 21:11:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state .state-icon i.icon-lock {
|
|
|
|
background: rgb(253, 191, 191);
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state .state-icon i.icon-unlock-alt {
|
|
|
|
background: rgb(170, 236, 170);
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access .alert {
|
|
|
|
color: black;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access .alert .alert-content {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access:hover .alert {
|
|
|
|
background: inherit;
|
|
|
|
border: inherit;
|
|
|
|
}
|
|
|
|
|
2013-09-30 23:08:24 +00:00
|
|
|
/* Overrides for the markdown editor. */
|
|
|
|
|
|
|
|
.wmd-panel .btn-toolbar {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel textarea {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel.wmd-preview:before {
|
|
|
|
display: inline-block;
|
|
|
|
content: "Preview";
|
|
|
|
background: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel.wmd-preview {
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2013-09-28 21:11:10 +00:00
|
|
|
|
2013-09-27 23:24:30 +00:00
|
|
|
/* Overrides for typeahead to work with bootstrap 3. */
|
2013-09-27 23:21:54 +00:00
|
|
|
|
|
|
|
.twitter-typeahead .tt-query,
|
|
|
|
.twitter-typeahead .tt-hint {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-dropdown-menu {
|
|
|
|
min-width: 160px;
|
|
|
|
margin-top: 2px;
|
|
|
|
padding: 5px 0;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0,0,0,.2);
|
|
|
|
*border-right-width: 2px;
|
|
|
|
*border-bottom-width: 2px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion.tt-is-under-cursor {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion.tt-is-under-cursor a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.twitter-typeahead .tt-hint {
|
|
|
|
display: block;
|
|
|
|
height: 34px;
|
|
|
|
padding: 5px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.428571429;
|
|
|
|
border: 1px solid transparent;
|
2013-09-27 23:24:30 +00:00
|
|
|
}
|
2013-10-02 04:46:11 +00:00
|
|
|
|
|
|
|
/** Fix for bootstrap dialogs that are broken. */
|
|
|
|
|
|
|
|
.modal-backdrop.in {
|
|
|
|
opacity: 0.5 !important;
|
|
|
|
}
|