forked from I2P_Developers/i2p.i2p
Console: changed headers and app colours on /home, headers in sidebar, news, and /console.
patch from sadie
This commit is contained in:
@@ -224,8 +224,7 @@ pre {
|
||||
margin: -9px -7px -2px;
|
||||
padding: 2px 0;
|
||||
text-transform: uppercase;
|
||||
background: #fcfcff !important;
|
||||
background: #e7e7ff linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)) !important;
|
||||
background: #F5F5F5 !important;
|
||||
border: 1px solid #99f;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
@@ -235,8 +234,8 @@ pre {
|
||||
}
|
||||
|
||||
.routersummary h3:hover {
|
||||
background: linear-gradient(to bottom, #fff 50%, #ffe8bf 50%, #efd9b3 100%) !important;
|
||||
background: #fff linear-gradient(to bottom, #fff 50%, rgba(255, 232, 191, 0.6) 50%, rgba(239, 217, 179, 0.4) 100%) !important;
|
||||
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.routersummary h3:active {
|
||||
@@ -1342,8 +1341,7 @@ p:empty + .sb_notice {
|
||||
}
|
||||
|
||||
.news, .main#news, .main#proof, .main#oldconsole, #warning2 {
|
||||
background: #f8f8ff;
|
||||
background: linear-gradient(to bottom, rgba(248,248,255,0.5), rgba(240,240,255,0.5)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #f8f8ff !important;
|
||||
background: #F5F5F5;
|
||||
background-size: 100% 100%, auto 160px, 100% 100% !important;
|
||||
}
|
||||
|
||||
@@ -1505,8 +1503,7 @@ textarea[name="reseedURL"] {
|
||||
}
|
||||
|
||||
.newscontent {
|
||||
background: #eef !important;
|
||||
background: linear-gradient(to bottom, rgba(240,240,255,0.8), rgba(220,220,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) !important;
|
||||
background: #f1f3f5 !important;
|
||||
border: 1px solid #7778bf;
|
||||
border-radius: 0 0 2px 2px;
|
||||
margin: 0 0 14px;
|
||||
@@ -1622,8 +1619,7 @@ hr + #newsStatus, hr + #newsStatus + #newsDisplay {
|
||||
}
|
||||
|
||||
div.news h3, #news h3 {
|
||||
background: url(images/news.png) 8px center no-repeat #fcfcff !important;
|
||||
background: url(images/news.png) 8px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fafaff 5%, rgba(231, 231, 255, 0.8)) 15% !important;
|
||||
background: url(images/news.png) 8px center no-repeat #f1f3f5 !important;
|
||||
text-align: left;
|
||||
padding: 6px 10px 5px 30px;
|
||||
border: 1px solid #7778bf;
|
||||
@@ -2700,7 +2696,7 @@ h4.app, h4.app2 {
|
||||
}
|
||||
|
||||
h4.app {
|
||||
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fcfcff 5%, rgba(231, 231, 255, 0.8) 25%) #f8f8ff !important;
|
||||
background: url(/themes/console/images/eepsite.png) 10px center no-repeat, #F5F5F5 !important;
|
||||
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
||||
margin-top: 15px;
|
||||
}
|
||||
@@ -2708,7 +2704,7 @@ h4.app {
|
||||
h4.app2 {
|
||||
clear: left;
|
||||
margin-top: 10px !important;
|
||||
background: url(images/globe.png) 10px center no-repeat, linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fcfcff 5%, rgba(231, 231, 255, 0.8) 25%) #f8f8ff !important;
|
||||
background: url(images/globe.png) 10px center no-repeat, #F5F5F5 !important;
|
||||
background-size: 16px 16px, 100% 100%, 100% 100% !important;
|
||||
}
|
||||
|
||||
@@ -2728,14 +2724,13 @@ div.app {
|
||||
border: 1px solid #4661A9;
|
||||
border-radius: 2px;
|
||||
margin: 3px;
|
||||
background: #eef;
|
||||
background: linear-gradient(to bottom, #fff, #eef);
|
||||
background: #f1f3f5;
|
||||
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
|
||||
}
|
||||
|
||||
div.app:hover {
|
||||
border: 1px solid #60AB60;
|
||||
background: #fff;
|
||||
background: #f1f3f5;
|
||||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -2745,15 +2740,15 @@ div.app:hover a:link, div.app:hover a:visited {
|
||||
}
|
||||
|
||||
div.app:hover img.app, .app:hover img {
|
||||
filter: drop-shadow(0 0 2px #60AB60);
|
||||
filter: drop-shadow(0 0 0px #60AB60);
|
||||
transition: ease filter 0.3s 0s;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.app:hover .applabel {
|
||||
border-color: #60AB60;
|
||||
background: #fff !important;
|
||||
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ced4da 100%) !important;
|
||||
background: #f1f3f5 !important;
|
||||
|
||||
}
|
||||
|
||||
div.app:active .applabel {
|
||||
@@ -2851,7 +2846,7 @@ table.search select {
|
||||
max-width: 32px;
|
||||
padding: 6px;
|
||||
padding: 10px 60px;
|
||||
filter: drop-shadow(0 0 1px #ccf);
|
||||
filter: drop-shadow(0 0 0px #ccf);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
@@ -2875,8 +2870,7 @@ table.search select {
|
||||
}
|
||||
|
||||
.applabel {
|
||||
background: #fcfcff !important;
|
||||
background: linear-gradient(to bottom, #fff 50%, #eef 50%) !important;
|
||||
background: #f1f3f5 !important;
|
||||
font-size: 8pt;
|
||||
margin: 0;
|
||||
padding: 4px 6px;
|
||||
@@ -3556,8 +3550,7 @@ h3#bannedpeers {
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
background: #fcfcff !important;
|
||||
background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0.6) 50%, rgba(240,240,255,0.4)), linear-gradient(to right, #fafaff 5%, rgba(231, 231, 255, 0.8) 25%) !important;
|
||||
background: #F5F5F5 !important;
|
||||
}
|
||||
|
||||
/* /configpeers */
|
||||
|
||||
Reference in New Issue
Block a user