Вход Регистрация
Файл: documentation/syntaxhighlighter/tests/brushes/sass.html
Строк: 254
<?php
<script class="brush: sass;" type="syntaxhighlighter">
@
mixin round_corners_custom($top$right$bottom$left) {
    -
moz-border-radius$top $right $bottom $left !important;
    -
webkit-border-radius$top $right $bottom $left !important;
}

@
mixin round_corners($radius) {
    @include 
round_corners_custom($radius$radius$radius$radius);
}

.
syntaxhighlighter {
    
a,
    
div,
    
code,
    
table,
    
table td,
    
table tr,
    
table tbody,
    
table thead,
    
table caption,
    
textarea {
        @include 
round_corners(0);
        
        
backgroundnone !important;
        
border!important;
        
bottomauto !important;
        
floatnone !important;
        
heightauto !important;
        
leftauto !important;
        
line-height1.1em !important;
        
margin!important;
        
outline!important;
        
overflowvisible !important;
        
padding!important;
        
position: static !important;
        
rightauto !important;
        
text-alignleft !important;
        
topauto !important;
        
vertical-alignbaseline !important;
        
widthauto !important;
        
font: {
            
family"Consolas""Bitstream Vera Sans Mono""Courier New"Couriermonospace !important;
            
weightnormal !important;
            
stylenormal !important;
            
size1em !important;
        }
        
min: {
            
// For IE8, FF & WebKit
            
heightinherit !important;
            
// For IE7
            
heightauto !important;
        }
    }
}

.
syntaxhighlighter {
    
width100% !important;
    
margin1em 0 1em 0 !important;
    
    
positionrelative !important;
    
overflowauto !important;
    
font-size1em !important;
    
    &.
source overflowhidden !important; }
    
    
// set up bold and italic
    
.bold font-weightbold !important; }
    .
italic font-styleitalic !important; }
    
    .
line white-spacepre !important; }
    
    
// main table and columns
    
table {
        
width100% !important;
        
caption {
            
text-alignleft !important;
            
padding.5em 0 0.5em 1em !important;
        }
        
        
td.code {
            
width100% !important;
            
            .
container {
                
positionrelative !important;
                
                
textarea {
                    
positionabsolute !important;
                    
left!important;
                    
top!important;
                    
width100% !important;
                    
height120% !important;
                    
bordernone !important;
                    
backgroundwhite !important;
                    
padding-left1em !important;
                    
overflowhidden !important;
                    
white-spacepre !important;
                } 
            } 
        }
        
        
// middle spacing between line numbers and lines
        
td.gutter .line {
            
text-alignright !important;
            
padding0 0.5em 0 1em !important
        }
        
        
td.code .line {
            
padding0 1em !important;
        }
    }
    
    &.
nogutter {
        
td.code {
            .
container textarea, .line padding-left0em !important; }
        }
    }
    
    &.
show displayblock !important; }
    
    
// Adjust some properties when collapsed
    
&.collapsed {
        
table displaynone !important; }
        
        .
toolbar {
            
padding0.1em 0.8em 0em 0.8em !important;
            
font-size1em !important;
            
position: static !important;
            
widthauto !important;
            
heightauto !important;
            
            
span {
                
displayinline !important;
                
margin-right1em !important;
                
                
{
                    
padding!important;
                    
displaynone !important;
                    &.
expandSource, &.help displayinline !important; } 
                }
            }
        }
    }
    
    
// Styles for the toolbar
    
.toolbar {
        
positionabsolute !important;
        
right1px !important;
        
top1px !important;
        
width11px !important;
        
height11px !important;
        
font-size10px !important;
        
z-index10 !important;
        
        
span.title displayinline !important; }
        
        
{
            
displayblock !important;
            
text-aligncenter !important;
            
text-decorationnone !important;
            
padding-top1px !important;
            
            &.
expandSource displaynone !important; }
        }
    }
    
    
// Print view.
    // Colors are based on the default theme without background.
    
&.printing {
        .
line.alt1 .content,
        .
line.alt2 .content,
        .
line.highlighted .number,
        .
line.highlighted.alt1 .content,
        .
line.highlighted.alt2 .content backgroundnone !important; }
        
        
// Gutter line numbers
        
.line {
            .
number color#bbbbbb !important; }
            // Add border to the lines
            
.content colorblack !important; }
        }
        
        
// Toolbar when visible
        
.toolbar displaynone !important; }
        
text-decorationnone !important; }
        .
plain, .plain a colorblack !important; }
        .
comments, .comments a color#008200 !important; }
        
.string, .string a colorblue !important; }
        .
keyword {
            
color#006699 !important;
            
font-weightbold !important
        }
        .
preprocessor colorgray !important; }
        .
variable color#aa7700 !important; }
        
.value color#009900 !important; }
        
.functions color#ff1493 !important; }
        
.constants color#0066cc !important; }
        
.script font-weightbold !important; }
        .
color1, .color1 a colorgray !important; }
        .
color2, .color2 a color#ff1493 !important; }
        
.color3, .color3 a colorred !important; }
        .break, .break 
colorblack !important; }
    }
}
</
script>
?>
Онлайн: 0
Реклама