This commit is contained in:
node 2012-07-04 11:24:15 +00:00
parent 8a75f3b21f
commit 80dcbb6098
5 changed files with 83 additions and 53 deletions

View file

@ -218,20 +218,20 @@ a:focus { outline: thin dotted; }
display:none;
}
/* текущий файл под курсором */
.current-file{
.current-file{
background-color: rgba(49, 123, 249, .40);
color:white;
}
/* делаем иконки под курсом белыми*/
.current-file > .mini-icon{
.current-file > .mini-icon{
color:white;
}
.current-file > .text-file::before{
.current-file > .text-file::before{
color:white;
}
/* меняем иконки на шрифтовые*/
.mini-icon {
.mini-icon {
font: 60px 'Octicons Regular';
width: 40%;
height: 0;
@ -252,9 +252,7 @@ a:focus { outline: thin dotted; }
.text-file{
background-image:none;
}
/* убираем заголовок*/
.fm_header{
display:none;
@ -297,7 +295,7 @@ a:focus { outline: thin dotted; }
font-size: 18px;
}
}
@media only screen and (min-width: 601px) and (max-width: 767px){
@media only screen and (min-width: 601px) and (max-width: 785px){
#left{
width:90% !important;
}
@ -306,7 +304,7 @@ a:focus { outline: thin dotted; }
}
}
@media only screen and (min-width:767px) and (max-width: 1060px){
@media only screen and (min-width:786px) and (max-width: 1155px){
#left{
width:90% !important;
}