2012-02-13 17:05:48 +01:00
|
|
|
/**
|
|
|
|
* Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
|
|
|
|
**/
|
2018-07-10 22:59:14 +02:00
|
|
|
|
|
|
|
@import url("../dark/style.css") all;
|
|
|
|
|
2012-06-29 11:29:58 +02:00
|
|
|
a,
|
|
|
|
a:link {
|
2012-02-13 17:05:48 +01:00
|
|
|
color: #009100;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #009100;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #009100;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.fakelink {
|
|
|
|
color: #009100;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.fakelink:hover {
|
|
|
|
color: #009100;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2014-09-17 10:59:19 +02:00
|
|
|
.notif-item:nth-child(even) {
|
|
|
|
background-color: #ddffdd;
|
|
|
|
}
|
2012-02-13 17:05:48 +01:00
|
|
|
/* nav */
|
|
|
|
nav {
|
|
|
|
width: 100%;
|
|
|
|
height: 32px;
|
|
|
|
position: fixed;
|
2015-12-04 19:57:19 +01:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
padding: 0;
|
2012-02-13 17:05:48 +01:00
|
|
|
background-color: #009100;
|
|
|
|
color: #ffffff;
|
|
|
|
z-index: 100;
|
2015-12-04 19:57:19 +01:00
|
|
|
-webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
|
|
|
|
-moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
|
2012-02-13 17:05:48 +01:00
|
|
|
}
|
|
|
|
nav .nav-menu {
|
|
|
|
position: relative;
|
|
|
|
height: 16px;
|
|
|
|
padding: 5px;
|
2015-12-04 19:57:19 +01:00
|
|
|
margin: 3px 15px 0;
|
2012-02-13 17:05:48 +01:00
|
|
|
font-size: 14px;
|
|
|
|
border-bottom: 3px solid #009100;
|
|
|
|
}
|
|
|
|
nav .nav-notify {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #dc0000;
|
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 1px 3px;
|
2015-12-04 19:57:19 +01:00
|
|
|
top: 0;
|
2012-02-13 17:05:48 +01:00
|
|
|
right: -10px;
|
|
|
|
min-width: 15px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
ul.menu-popup a:hover {
|
|
|
|
background-color: #ccff42;
|
|
|
|
}
|
2013-02-22 16:45:40 +01:00
|
|
|
.autocomplete > div.selected,
|
2012-02-13 17:05:48 +01:00
|
|
|
.acpopupitem.selected {
|
|
|
|
background-color: #ccff42;
|
|
|
|
}
|
2016-01-21 13:28:29 +01:00
|
|
|
.textcomplete-item.active {
|
|
|
|
background-color: #ccff42;
|
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
aside #wallmessage-link {
|
2012-02-13 17:05:48 +01:00
|
|
|
display: block;
|
2018-07-10 22:59:14 +02:00
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
color: #ffffff;
|
|
|
|
background: #009100 url('../../../images/connect-bg.png') no-repeat left center;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 4px 2px 2px 35px;
|
|
|
|
margin-top: 3px;
|
2012-02-13 17:05:48 +01:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
aside #wallmessage-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #ccff42;
|
2012-09-14 15:35:40 +02:00
|
|
|
}
|
2012-02-13 17:05:48 +01:00
|
|
|
aside #dfrn-request-link {
|
|
|
|
display: block;
|
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
color: #ffffff;
|
2015-12-04 19:57:19 +01:00
|
|
|
background: #009100 url('icons/connect-bg.png') no-repeat left center;
|
2012-02-13 17:05:48 +01:00
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 4px 2px 2px 35px;
|
|
|
|
}
|
|
|
|
aside #dfrn-request-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #ccff42;
|
|
|
|
}
|
2015-11-29 11:18:32 +01:00
|
|
|
aside #subscribe-feed-link {
|
|
|
|
display: block;
|
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
color: #ffffff;
|
2015-12-04 19:57:19 +01:00
|
|
|
background: #009100 url('icons/rss-bg.png') no-repeat left center;
|
2015-11-29 11:18:32 +01:00
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 4px 2px 2px 35px;
|
|
|
|
}
|
|
|
|
aside #subscribe-feed-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #ccff42;
|
|
|
|
}
|
2012-02-13 17:05:48 +01:00
|
|
|
.comment-edit-preview {
|
|
|
|
width: 710px;
|
|
|
|
border: 1px solid #2d2d2d;
|
|
|
|
margin-top: 10px;
|
2012-08-10 12:27:01 +02:00
|
|
|
background-color: #ddffdd;
|
2012-02-13 17:05:48 +01:00
|
|
|
}
|
|
|
|
.comment-edit-preview .tread-wrapper {
|
2012-08-10 12:27:01 +02:00
|
|
|
width: 90%;
|
2012-02-13 17:05:48 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0;
|
2012-08-10 12:27:01 +02:00
|
|
|
background-color: #ddffdd;
|
2015-12-04 19:57:19 +01:00
|
|
|
border-bottom: 0;
|
2012-08-10 12:27:01 +02:00
|
|
|
}
|
2012-02-23 12:54:14 +01:00
|
|
|
.shiny {
|
|
|
|
border-right: 10px solid #ddffdd;
|
|
|
|
}
|
|
|
|
#jot-preview-content .tread-wrapper {
|
|
|
|
background-color: #ddffdd;
|
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#contacts-actions .batch-action:hover {
|
|
|
|
background-color: #ccff42;
|
2013-12-17 11:19:06 +01:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#contact-edit-status-wrapper {
|
|
|
|
border-color: #9ade00;
|
2013-12-17 11:19:06 +01:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#jot #jot-tools {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 40px;
|
|
|
|
overflow: none;
|
|
|
|
width: 770px;
|
|
|
|
background-color: #009100;
|
|
|
|
border-bottom: 2px solid #9eabb0;
|
2014-09-17 10:59:19 +02:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#jot #jot-tools li a {
|
2014-09-17 10:59:19 +02:00
|
|
|
display: block;
|
|
|
|
color: #2d2d2d;
|
2018-07-10 22:59:14 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 40px;
|
2012-02-13 17:05:48 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#jot #jot-tools li:hover {
|
|
|
|
background-color: #9ade00;
|
|
|
|
border-bottom: 2px solid #bdcdd4;
|
2012-02-13 17:05:48 +01:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
#jot #jot-tools li.submit input:hover {
|
|
|
|
background-color: #ccff42;
|
|
|
|
color: #666666;
|
2012-02-13 17:05:48 +01:00
|
|
|
}
|
2018-07-10 22:59:14 +02:00
|
|
|
ul.tabs li .active {
|
|
|
|
border-bottom: 1px solid #009100;
|
2015-07-28 17:20:40 +02:00
|
|
|
}
|
|
|
|
.fbrowser .path {
|
|
|
|
background-color: #009100;
|
|
|
|
}
|