PHP Classes

File: assets/css/showSource.css

Recommend this page to a friend!
  Classes of Devin Gaul   PHP Show HTML Source Code   assets/css/showSource.css   Download  
File: assets/css/showSource.css
Role: Application script
Content type: text/plain
Description: Stylesheet for the source code and highlight
Class: PHP Show HTML Source Code
Show highlighted HTML source of the current page
Author: By
Last change:
Date: 7 years ago
Size: 949 bytes
 

Contents

Class file image Download
#mSourceWindow {
    text-align:left;
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    background: rgb(22,22,22);
    background: rgba(22,22,22,0.95);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: monospace;
    color: #9E9E9E;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 1.5px;
}

a.mBtn{
    display: block;
    color: #9E9E9E;
    font-size: 18px;
  margin-top: 3px;
    text-decoration: none;
    float: right;
    margin-right: 8px;
}

.variable {
    color: #616161;
}

.variable2 {
    color: #607d8b;
}

.keyword {
    color: #6d4c41;
}

.constant {
    color: #9e9e9e;
}

.docComment {
     color: #0d47a1;
}

.operator {
    color: #ff8a65;
}

.comment {
    color: #33691e;
}

.string {
    color: #f39c12;
    font-weight:bold;
}

.text {
    color:#000000;
}

.tag {
    color:#6d4c41;
}

.attribute {
    color:#607d8b;
}

.value {
    color:#616161;
}