[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 body { 2 margin:0; 3 overflow:hidden; 4 background-color:#fff; 5 font-size:12px; 6 font-family: Verdana, Arial; 7 padding:35px 0 0; 8 } 9 10 #yourls-frame { 11 width: 100%; 12 height:100%; 13 z-index: 1; 14 } 15 16 #yourls-bar { 17 font-family: Verdana, Arial; 18 font-size: 12px; 19 position:absolute; 20 top:0; 21 height:35px; 22 width:100%; 23 background:#e3f3ff url(../img/toolbar_bg.png) repeat-x bottom center; 24 color:#2A85B3; 25 box-shadow: 0 1px 5px rgba(0,0,0,0.5); 26 z-index: 900000; 27 } 28 29 #yourls-bar a { 30 text-decoration:none; 31 color:#2A85B3; 32 } 33 34 #yourls-bar a:hover { 35 text-decoration:underline; 36 } 37 38 #yourls-about, #yourls-selfclose { 39 margin-left:10px; 40 float:left; 41 display:block; 42 top:5px; 43 position:relative; 44 } 45 46 #yourls-about a { 47 background:transparent url(../img/favicon.svg) center left no-repeat; 48 padding-left:20px; 49 color:inherit; 50 font-weight:bold; 51 } 52 53 #yourls-selfclose { 54 float:right; 55 margin-right:10px; 56 } 57 58 #yourls-once { 59 display:block; 60 text-indent:-9999px; 61 background:transparent url(../img/close_button.svg) center center no-repeat; 62 width:20px; 63 height:20px; 64 float:left; 65 } 66 67 #yourls-always { 68 display:none; 69 text-indent:-9999px; 70 background:transparent url(../img/close_button_red.svg) center center no-repeat; 71 width:20px; 72 height:20px; 73 float:left; 74 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |