Browse Source

css update

master
filesite 3 years ago
parent
commit
beb1007ed0
  1. 1
      themes/googleimage/views/layout/main.php
  2. 2
      themes/manual/views/layout/main.php
  3. 6
      www/css/manual.css

1
themes/googleimage/views/layout/main.php

@ -9,6 +9,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php'; @@ -9,6 +9,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php';
<title><?php echo $pageTitle;?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="/favicon.ico?v1.0">
<link href="/css/main.css?v.1.1" rel="stylesheet">
<!--for theme googleimage-->
<link href="/css/blueimp-gallery.min.css" rel="stylesheet">

2
themes/manual/views/layout/main.php

@ -9,7 +9,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php'; @@ -9,7 +9,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php';
<title><?php echo $pageTitle;?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico?v1.0">
<link rel="icon" type="image/x-icon" href="/favicon.ico?v1.0">
<link href="/css/main.css?v.1.1" rel="stylesheet">
<!--for theme manual-->
<link href="/css/github-markdown-light.css" rel="stylesheet">

6
www/css/manual.css

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
.header .logo{display: inline-block;margin:0 10px 6px 10px;font-size: 1.86em;color: #e8eaed}
.header .logo img{vertical-align: middle;}
.header a{color: #aaadb2;text-decoration: none}
.indexes{width:22%;position:fixed;top:45px;bottom:0;text-align:left;padding:0.5em;overflow-y:auto}
.indexes{width:22%;position:fixed;top:55px;bottom:0;text-align:left;padding:0.5em;overflow-y:auto}
.content{margin-top: 55px;margin-left:23.5%;padding:0.5em}
.indexes h1,.indexes h2,.indexes h3,.indexes h4,.indexes h5,.indexes h6{padding:2px 0 3px 5px;font-size:1.2em;font-weight:normal;margin-bottom:0.35em}
.indexes h1{display:none}
@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
.indexes h6{font-size:0.8em}
.indexes a{background-color:transparent;color:#0969da;text-decoration:none}
@media (max-width: 640px) {
.header{position: fixed;top: 0;left: 0;right: 0}
.indexes{position:static;width:auto;padding-bottom:0.5em;margin-bottom:0.5em;margin-top: 55px}
.header{position: static}
.indexes{position:static;width:auto;padding-bottom:0.5em;margin-bottom:0.5em;margin-top: 0}
.indexes h1{display:block;padding-left:0;padding-bottom:0.3em;text-align:center;font-size:1.3em}
.indexes h1 a{color:inherit}
.content{margin-left:0;margin-top:0}

Loading…
Cancel
Save