Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/old.css.tar
Назад
home/wuectly/www/media/tabs/css/old.css 0000604 00000073070 15245570431 0014115 0 ustar 00 /** * @package Tabs * @version 5.3.0 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2016 NoNumber All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ /* * You can override this stylesheet by creating your own in: * /templates/[YOUR TEMPLATE]/css/tabs/old.min.css */ .nn_tabs .fade { opacity: 0; -webkit-transition: opacity 1ms linear; -moz-transition: opacity 1ms linear; -o-transition: opacity 1ms linear; transition: opacity 1ms linear; } .nn_tabs .fade.in { opacity: 1; } .nn_tabs.has_effects .fade { -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .nn_tabs .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 1ms ease; -moz-transition: height 1ms ease; -o-transition: height 1ms ease; transition: height 1ms ease; } .nn_tabs .collapse.in { height: auto; } .nn_tabs.has_effects .collapse { -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } .nn_tabs > .nav { padding: 0; margin-left: 0; margin-bottom: 18px; list-style: none; } .nn_tabs > .nav > li > a { display: block; } .nn_tabs > .nav > li > a:hover { text-decoration: none; background-color: #eeeeee; } .nn_tabs > .nav > .pull-right { float: right; } .nn_tabs .nav-tabs { *zoom: 1; border-bottom: 1px solid #dddddd; } .nn_tabs .nav-tabs:before, .nn_tabs .nav-tabs:after { display: table; content: ""; line-height: 0; } .nn_tabs .nav-tabs:after { clear: both; } .nn_tabs .nav-tabs > li { float: left; margin-bottom: -1px; } .nn_tabs .nav-tabs > li > a { margin-right: 2px; padding: 8px 12px; line-height: 18px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nn_tabs .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nn_tabs .nav-tabs > li.active > a, .nn_tabs .nav-tabs > li.active > a:hover { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nn_tabs .tab-content { overflow: visible; } .nn_tabs .tab-content > .tab-pane { *zoom: 1; display: none; } .nn_tabs .tab-content > .tab-pane:before, .nn_tabs .tab-content > .tab-pane:after { display: table; content: ""; line-height: 0; } .nn_tabs .tab-content > .tab-pane:after { clear: both; } .nn_tabs .tab-content > .active { display: block; } .nn_tabs-responsive > .nn-tabs-sm { border-bottom: 0; } .nn_tabs-responsive > .nn-tabs-sm > li { float: none; } .nn_tabs-responsive > .nn-tabs-sm > li > a { border: 1px solid #dddddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nn_tabs-responsive > .nn-tabs-sm > li > a:hover, .nn_tabs-responsive > .nn-tabs-sm > li > a:focus { border-color: #dddddd; z-index: 2; } .nn_tabs-responsive > .nn-tabs-sm > li:first-child > a { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .nn_tabs-responsive > .nn-tabs-sm > li:last-child > a { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .nn_tabs.oldschool > ul { margin: 5px 10px 0 10px !important; line-height: 1em; zoom: 1; padding: 0 !important; list-style: none !important; list-style-image: none !important; background: none !important; border: none !important; } .nn_tabs.oldschool > ul > li { float: left; margin: 5px 2px 0 0 !important; padding: 0; list-style: none !important; list-style-image: none !important; background: none !important; } .nn_tabs.oldschool > ul > li:before { content: ""; margin: 0; padding: 0; } .nn_tabs.oldschool > ul > li > a, .nn_tabs.oldschool > ul > li > a:link, .nn_tabs.oldschool > ul > li > a:visited, .nn_tabs.oldschool > ul > li > a:active, .nn_tabs.oldschool > ul > li > a:hover { color: #666666; outline: 0; text-decoration: none; } .nn_tabs.oldschool > ul > li > a, .nn_tabs.oldschool > ul > li > a:hover { display: block; width: auto; _width: 0; padding: 5px; font-size: 14px; line-height: 1em !important; font-weight: bold; white-space: nowrap; border: solid 1px #bbbbbb; border-bottom: none; text-decoration: none !important; background-color: #ffffff; background-image: -moz-linear-gradient(top, #ffffff, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)); background-image: -webkit-linear-gradient(top, #ffffff, #ffffff); background-image: -o-linear-gradient(top, #ffffff, #ffffff); background-image: linear-gradient(to bottom, #ffffff, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0); -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; } .nn_tabs.oldschool > ul > li.blue > a, .nn_tabs.oldschool > ul > li.blue > a:hover, .nn_tabs.oldschool > ul > li.green > a, .nn_tabs.oldschool > ul > li.green > a:hover, .nn_tabs.oldschool > ul > li.red > a, .nn_tabs.oldschool > ul > li.red > a:hover, .nn_tabs.oldschool > ul > li.orange > a, .nn_tabs.oldschool > ul > li.orange > a:hover, .nn_tabs.oldschool > ul > li.grey > a, .nn_tabs.oldschool > ul > li.grey > a:hover, .nn_tabs.oldschool > ul > li.gray > a, .nn_tabs.oldschool > ul > li.gray > a:hover, .nn_tabs.oldschool > ul > li.primary > a, .nn_tabs.oldschool > ul > li.primary > a:hover, .nn_tabs.oldschool > ul > li.info > a, .nn_tabs.oldschool > ul > li.info > a:hover, .nn_tabs.oldschool > ul > li.success > a, .nn_tabs.oldschool > ul > li.success > a:hover, .nn_tabs.oldschool > ul > li.warning > a, .nn_tabs.oldschool > ul > li.warning > a:hover, .nn_tabs.oldschool > ul > li.danger > a, .nn_tabs.oldschool > ul > li.danger > a:hover, .nn_tabs.oldschool > ul > li.error > a, .nn_tabs.oldschool > ul > li.error > a:hover { padding: 5px 5px 0 5px; border: solid 1px #bbbbbb !important; border-bottom: none !important; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; } .nn_tabs.oldschool > ul > li.active > a, .nn_tabs.oldschool > ul > li.active > a:hover { color: #ffffff; background-color: #479add; background-image: -moz-linear-gradient(top, #5ea8e4, #2384d3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ea8e4), to(#2384d3)); background-image: -webkit-linear-gradient(top, #5ea8e4, #2384d3); background-image: -o-linear-gradient(top, #5ea8e4, #2384d3); background-image: linear-gradient(to bottom, #5ea8e4, #2384d3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ea8e4', endColorstr='#ff2384d3', GradientType=0); } .nn_tabs.oldschool > ul > li > a:hover { color: #333333; background-color: #8ec2ec; background-image: -moz-linear-gradient(top, #a0ccef, #74b4e8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ccef), to(#74b4e8)); background-image: -webkit-linear-gradient(top, #a0ccef, #74b4e8); background-image: -o-linear-gradient(top, #a0ccef, #74b4e8); background-image: linear-gradient(to bottom, #a0ccef, #74b4e8); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0ccef', endColorstr='#ff74b4e8', GradientType=0); } .nn_tabs.oldschool > ul > li span.nn_tabs-title-inactive { display: inherit; } .nn_tabs.oldschool > ul > li span.nn_tabs-title-active { display: none; } .nn_tabs.oldschool > ul > li.active span.nn_tabs-title-inactive { display: none; } .nn_tabs.oldschool > ul > li.active span.nn_tabs-title-active { display: inherit; } .nn_tabs.oldschool > .tab-content { margin: 0; padding: 0; margin-bottom: 10px; border: none !important; } .nn_tabs.oldschool > .tab-content > .tab-pane { margin: 0; margin-bottom: 10px; clear: left; padding: 10px 20px; border: 1px solid #bbbbbb; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .nn_tabs.oldschool .nn_tabs-scroll { position: relative; visibility: hidden; padding: 0; } .nn_tabs.oldschool .nav-tabs-sm { display: none; } .nn_tabs.oldschool .nn_tabs-title { display: none; } .nn_tabs.oldschool > ul > li.blue > a { background-color: #badaf4; background-image: -moz-linear-gradient(top, #cce3f6, #a0ccef); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cce3f6), to(#a0ccef)); background-image: -webkit-linear-gradient(top, #cce3f6, #a0ccef); background-image: -o-linear-gradient(top, #cce3f6, #a0ccef); background-image: linear-gradient(to bottom, #cce3f6, #a0ccef); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcce3f6', endColorstr='#ffa0ccef', GradientType=0); } .nn_tabs.oldschool > ul > li.blue > a:hover { background-color: #86bdeb; background-image: -moz-linear-gradient(top, #a0ccef, #5ea8e4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ccef), to(#5ea8e4)); background-image: -webkit-linear-gradient(top, #a0ccef, #5ea8e4); background-image: -o-linear-gradient(top, #a0ccef, #5ea8e4); background-image: linear-gradient(to bottom, #a0ccef, #5ea8e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0ccef', endColorstr='#ff5ea8e4', GradientType=0); } .nn_tabs.oldschool > ul > li.blue.active > a, .nn_tabs.oldschool > ul > li.blue.active > a:hover { background-color: #479add; background-image: -moz-linear-gradient(top, #5ea8e4, #2384d3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ea8e4), to(#2384d3)); background-image: -webkit-linear-gradient(top, #5ea8e4, #2384d3); background-image: -o-linear-gradient(top, #5ea8e4, #2384d3); background-image: linear-gradient(to bottom, #5ea8e4, #2384d3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ea8e4', endColorstr='#ff2384d3', GradientType=0); } .nn_tabs.oldschool > ul > li.primary > a { background-color: #badaf4; background-image: -moz-linear-gradient(top, #cce3f6, #a0ccef); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cce3f6), to(#a0ccef)); background-image: -webkit-linear-gradient(top, #cce3f6, #a0ccef); background-image: -o-linear-gradient(top, #cce3f6, #a0ccef); background-image: linear-gradient(to bottom, #cce3f6, #a0ccef); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcce3f6', endColorstr='#ffa0ccef', GradientType=0); } .nn_tabs.oldschool > ul > li.primary > a:hover { background-color: #86bdeb; background-image: -moz-linear-gradient(top, #a0ccef, #5ea8e4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ccef), to(#5ea8e4)); background-image: -webkit-linear-gradient(top, #a0ccef, #5ea8e4); background-image: -o-linear-gradient(top, #a0ccef, #5ea8e4); background-image: linear-gradient(to bottom, #a0ccef, #5ea8e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0ccef', endColorstr='#ff5ea8e4', GradientType=0); } .nn_tabs.oldschool > ul > li.primary.active > a, .nn_tabs.oldschool > ul > li.primary.active > a:hover { background-color: #479add; background-image: -moz-linear-gradient(top, #5ea8e4, #2384d3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ea8e4), to(#2384d3)); background-image: -webkit-linear-gradient(top, #5ea8e4, #2384d3); background-image: -o-linear-gradient(top, #5ea8e4, #2384d3); background-image: linear-gradient(to bottom, #5ea8e4, #2384d3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ea8e4', endColorstr='#ff2384d3', GradientType=0); } .nn_tabs.oldschool > ul > li.info > a { background-color: #88cce0; background-image: -moz-linear-gradient(top, #98d3e4, #6fc2da); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#98d3e4), to(#6fc2da)); background-image: -webkit-linear-gradient(top, #98d3e4, #6fc2da); background-image: -o-linear-gradient(top, #98d3e4, #6fc2da); background-image: linear-gradient(to bottom, #98d3e4, #6fc2da); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98d3e4', endColorstr='#ff6fc2da', GradientType=0); } .nn_tabs.oldschool > ul > li.info > a:hover { background-color: #58b7d3; background-image: -moz-linear-gradient(top, #6fc2da, #34a7c8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6fc2da), to(#34a7c8)); background-image: -webkit-linear-gradient(top, #6fc2da, #34a7c8); background-image: -o-linear-gradient(top, #6fc2da, #34a7c8); background-image: linear-gradient(to bottom, #6fc2da, #34a7c8); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6fc2da', endColorstr='#ff34a7c8', GradientType=0); } .nn_tabs.oldschool > ul > li.info.active > a, .nn_tabs.oldschool > ul > li.info.active > a:hover { background-color: #2e93b0; background-image: -moz-linear-gradient(top, #34a7c8, #24748c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#34a7c8), to(#24748c)); background-image: -webkit-linear-gradient(top, #34a7c8, #24748c); background-image: -o-linear-gradient(top, #34a7c8, #24748c); background-image: linear-gradient(to bottom, #34a7c8, #24748c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34a7c8', endColorstr='#ff24748c', GradientType=0); } .nn_tabs.oldschool > ul > li.green > a { background-color: #9bd59b; background-image: -moz-linear-gradient(top, #a9dba9, #86cb86); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9dba9), to(#86cb86)); background-image: -webkit-linear-gradient(top, #a9dba9, #86cb86); background-image: -o-linear-gradient(top, #a9dba9, #86cb86); background-image: linear-gradient(to bottom, #a9dba9, #86cb86); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9dba9', endColorstr='#ff86cb86', GradientType=0); } .nn_tabs.oldschool > ul > li.green > a:hover { background-color: #70c270; background-image: -moz-linear-gradient(top, #86cb86, #50b550); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#50b550)); background-image: -webkit-linear-gradient(top, #86cb86, #50b550); background-image: -o-linear-gradient(top, #86cb86, #50b550); background-image: linear-gradient(to bottom, #86cb86, #50b550); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86cb86', endColorstr='#ff50b550', GradientType=0); } .nn_tabs.oldschool > ul > li.green.active > a, .nn_tabs.oldschool > ul > li.green.active > a:hover { background-color: #46a046; background-image: -moz-linear-gradient(top, #50b550, #378137); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50b550), to(#378137)); background-image: -webkit-linear-gradient(top, #50b550, #378137); background-image: -o-linear-gradient(top, #50b550, #378137); background-image: linear-gradient(to bottom, #50b550, #378137); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50b550', endColorstr='#ff378137', GradientType=0); } .nn_tabs.oldschool > ul > li.success > a { background-color: #9bd59b; background-image: -moz-linear-gradient(top, #a9dba9, #86cb86); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9dba9), to(#86cb86)); background-image: -webkit-linear-gradient(top, #a9dba9, #86cb86); background-image: -o-linear-gradient(top, #a9dba9, #86cb86); background-image: linear-gradient(to bottom, #a9dba9, #86cb86); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9dba9', endColorstr='#ff86cb86', GradientType=0); } .nn_tabs.oldschool > ul > li.success > a:hover { background-color: #70c270; background-image: -moz-linear-gradient(top, #86cb86, #50b550); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#50b550)); background-image: -webkit-linear-gradient(top, #86cb86, #50b550); background-image: -o-linear-gradient(top, #86cb86, #50b550); background-image: linear-gradient(to bottom, #86cb86, #50b550); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86cb86', endColorstr='#ff50b550', GradientType=0); } .nn_tabs.oldschool > ul > li.success.active > a, .nn_tabs.oldschool > ul > li.success.active > a:hover { background-color: #46a046; background-image: -moz-linear-gradient(top, #50b550, #378137); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50b550), to(#378137)); background-image: -webkit-linear-gradient(top, #50b550, #378137); background-image: -o-linear-gradient(top, #50b550, #378137); background-image: linear-gradient(to bottom, #50b550, #378137); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50b550', endColorstr='#ff378137', GradientType=0); } .nn_tabs.oldschool > ul > li.orange > a { background-color: #fccc87; background-image: -moz-linear-gradient(top, #fdd49a, #fbbf69); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fbbf69)); background-image: -webkit-linear-gradient(top, #fdd49a, #fbbf69); background-image: -o-linear-gradient(top, #fdd49a, #fbbf69); background-image: linear-gradient(to bottom, #fdd49a, #fbbf69); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffbbf69', GradientType=0); } .nn_tabs.oldschool > ul > li.orange > a:hover { background-color: #fbb24b; background-image: -moz-linear-gradient(top, #fbbf69, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbbf69), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbbf69, #fa9f1e); background-image: -o-linear-gradient(top, #fbbf69, #fa9f1e); background-image: linear-gradient(to bottom, #fbbf69, #fa9f1e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbbf69', endColorstr='#fffa9f1e', GradientType=0); } .nn_tabs.oldschool > ul > li.orange.active > a, .nn_tabs.oldschool > ul > li.orange.active > a:hover { background-color: #e58f14; background-image: -moz-linear-gradient(top, #fa9f1e, #c67605); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9f1e), to(#c67605)); background-image: -webkit-linear-gradient(top, #fa9f1e, #c67605); background-image: -o-linear-gradient(top, #fa9f1e, #c67605); background-image: linear-gradient(to bottom, #fa9f1e, #c67605); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9f1e', endColorstr='#ffc67605', GradientType=0); } .nn_tabs.oldschool > ul > li.warning > a { background-color: #fccc87; background-image: -moz-linear-gradient(top, #fdd49a, #fbbf69); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fbbf69)); background-image: -webkit-linear-gradient(top, #fdd49a, #fbbf69); background-image: -o-linear-gradient(top, #fdd49a, #fbbf69); background-image: linear-gradient(to bottom, #fdd49a, #fbbf69); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffbbf69', GradientType=0); } .nn_tabs.oldschool > ul > li.warning > a:hover { background-color: #fbb24b; background-image: -moz-linear-gradient(top, #fbbf69, #fa9f1e); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbbf69), to(#fa9f1e)); background-image: -webkit-linear-gradient(top, #fbbf69, #fa9f1e); background-image: -o-linear-gradient(top, #fbbf69, #fa9f1e); background-image: linear-gradient(to bottom, #fbbf69, #fa9f1e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbbf69', endColorstr='#fffa9f1e', GradientType=0); } .nn_tabs.oldschool > ul > li.warning.active > a, .nn_tabs.oldschool > ul > li.warning.active > a:hover { background-color: #e58f14; background-image: -moz-linear-gradient(top, #fa9f1e, #c67605); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9f1e), to(#c67605)); background-image: -webkit-linear-gradient(top, #fa9f1e, #c67605); background-image: -o-linear-gradient(top, #fa9f1e, #c67605); background-image: linear-gradient(to bottom, #fa9f1e, #c67605); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9f1e', endColorstr='#ffc67605', GradientType=0); } .nn_tabs.oldschool > ul > li.red > a { background-color: #e3928e; background-image: -moz-linear-gradient(top, #e7a29e, #dd7a75); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7a29e), to(#dd7a75)); background-image: -webkit-linear-gradient(top, #e7a29e, #dd7a75); background-image: -o-linear-gradient(top, #e7a29e, #dd7a75); background-image: linear-gradient(to bottom, #e7a29e, #dd7a75); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7a29e', endColorstr='#ffdd7a75', GradientType=0); } .nn_tabs.oldschool > ul > li.red > a:hover { background-color: #d7635d; background-image: -moz-linear-gradient(top, #dd7a75, #ce3f38); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a75), to(#ce3f38)); background-image: -webkit-linear-gradient(top, #dd7a75, #ce3f38); background-image: -o-linear-gradient(top, #dd7a75, #ce3f38); background-image: linear-gradient(to bottom, #dd7a75, #ce3f38); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd7a75', endColorstr='#ffce3f38', GradientType=0); } .nn_tabs.oldschool > ul > li.red.active > a, .nn_tabs.oldschool > ul > li.red.active > a:hover { background-color: #b73730; background-image: -moz-linear-gradient(top, #ce3f38, #942a25); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce3f38), to(#942a25)); background-image: -webkit-linear-gradient(top, #ce3f38, #942a25); background-image: -o-linear-gradient(top, #ce3f38, #942a25); background-image: linear-gradient(to bottom, #ce3f38, #942a25); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce3f38', endColorstr='#ff942a25', GradientType=0); } .nn_tabs.oldschool > ul > li.danger > a { background-color: #e3928e; background-image: -moz-linear-gradient(top, #e7a29e, #dd7a75); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7a29e), to(#dd7a75)); background-image: -webkit-linear-gradient(top, #e7a29e, #dd7a75); background-image: -o-linear-gradient(top, #e7a29e, #dd7a75); background-image: linear-gradient(to bottom, #e7a29e, #dd7a75); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7a29e', endColorstr='#ffdd7a75', GradientType=0); } .nn_tabs.oldschool > ul > li.danger > a:hover { background-color: #d7635d; background-image: -moz-linear-gradient(top, #dd7a75, #ce3f38); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a75), to(#ce3f38)); background-image: -webkit-linear-gradient(top, #dd7a75, #ce3f38); background-image: -o-linear-gradient(top, #dd7a75, #ce3f38); background-image: linear-gradient(to bottom, #dd7a75, #ce3f38); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd7a75', endColorstr='#ffce3f38', GradientType=0); } .nn_tabs.oldschool > ul > li.danger.active > a, .nn_tabs.oldschool > ul > li.danger.active > a:hover { background-color: #b73730; background-image: -moz-linear-gradient(top, #ce3f38, #942a25); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce3f38), to(#942a25)); background-image: -webkit-linear-gradient(top, #ce3f38, #942a25); background-image: -o-linear-gradient(top, #ce3f38, #942a25); background-image: linear-gradient(to bottom, #ce3f38, #942a25); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce3f38', endColorstr='#ff942a25', GradientType=0); } .nn_tabs.oldschool > ul > li.error > a { background-color: #e3928e; background-image: -moz-linear-gradient(top, #e7a29e, #dd7a75); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7a29e), to(#dd7a75)); background-image: -webkit-linear-gradient(top, #e7a29e, #dd7a75); background-image: -o-linear-gradient(top, #e7a29e, #dd7a75); background-image: linear-gradient(to bottom, #e7a29e, #dd7a75); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7a29e', endColorstr='#ffdd7a75', GradientType=0); } .nn_tabs.oldschool > ul > li.error > a:hover { background-color: #d7635d; background-image: -moz-linear-gradient(top, #dd7a75, #ce3f38); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a75), to(#ce3f38)); background-image: -webkit-linear-gradient(top, #dd7a75, #ce3f38); background-image: -o-linear-gradient(top, #dd7a75, #ce3f38); background-image: linear-gradient(to bottom, #dd7a75, #ce3f38); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd7a75', endColorstr='#ffce3f38', GradientType=0); } .nn_tabs.oldschool > ul > li.error.active > a, .nn_tabs.oldschool > ul > li.error.active > a:hover { background-color: #b73730; background-image: -moz-linear-gradient(top, #ce3f38, #942a25); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce3f38), to(#942a25)); background-image: -webkit-linear-gradient(top, #ce3f38, #942a25); background-image: -o-linear-gradient(top, #ce3f38, #942a25); background-image: linear-gradient(to bottom, #ce3f38, #942a25); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce3f38', endColorstr='#ff942a25', GradientType=0); } .nn_tabs.oldschool > ul > li.grey > a { background-color: #d3d3d3; background-image: -moz-linear-gradient(top, #dddddd, #c3c3c3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#c3c3c3)); background-image: -webkit-linear-gradient(top, #dddddd, #c3c3c3); background-image: -o-linear-gradient(top, #dddddd, #c3c3c3); background-image: linear-gradient(to bottom, #dddddd, #c3c3c3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffc3c3c3', GradientType=0); } .nn_tabs.oldschool > ul > li.grey > a:hover { background-color: #b4b4b4; background-image: -moz-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c3c3c3), to(#9d9d9d)); background-image: -webkit-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: -o-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: linear-gradient(to bottom, #c3c3c3, #9d9d9d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c3c3', endColorstr='#ff9d9d9d', GradientType=0); } .nn_tabs.oldschool > ul > li.grey.active > a, .nn_tabs.oldschool > ul > li.grey.active > a:hover { background-color: #8e8e8e; background-image: -moz-linear-gradient(top, #9d9d9d, #777777); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d9d9d), to(#777777)); background-image: -webkit-linear-gradient(top, #9d9d9d, #777777); background-image: -o-linear-gradient(top, #9d9d9d, #777777); background-image: linear-gradient(to bottom, #9d9d9d, #777777); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff777777', GradientType=0); } .nn_tabs.oldschool > ul > li.gray > a { background-color: #d3d3d3; background-image: -moz-linear-gradient(top, #dddddd, #c3c3c3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#c3c3c3)); background-image: -webkit-linear-gradient(top, #dddddd, #c3c3c3); background-image: -o-linear-gradient(top, #dddddd, #c3c3c3); background-image: linear-gradient(to bottom, #dddddd, #c3c3c3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffc3c3c3', GradientType=0); } .nn_tabs.oldschool > ul > li.gray > a:hover { background-color: #b4b4b4; background-image: -moz-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c3c3c3), to(#9d9d9d)); background-image: -webkit-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: -o-linear-gradient(top, #c3c3c3, #9d9d9d); background-image: linear-gradient(to bottom, #c3c3c3, #9d9d9d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c3c3', endColorstr='#ff9d9d9d', GradientType=0); } .nn_tabs.oldschool > ul > li.gray.active > a, .nn_tabs.oldschool > ul > li.gray.active > a:hover { background-color: #8e8e8e; background-image: -moz-linear-gradient(top, #9d9d9d, #777777); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d9d9d), to(#777777)); background-image: -webkit-linear-gradient(top, #9d9d9d, #777777); background-image: -o-linear-gradient(top, #9d9d9d, #777777); background-image: linear-gradient(to bottom, #9d9d9d, #777777); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff777777', GradientType=0); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка