Template:KIT-Kyoto-1

From 2013.igem.org

(Difference between revisions)
(Created page with "__NOTOC__ <html> <head> <style type=text/css> - ★2011仕様のページ下の☐けすやつ: #catlinks { background-color: #FEFEEB; border: none; clear: both...")
Line 3: Line 3:
<html>
<html>
<head>
<head>
 +
 +
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1">
 +
    <meta name="description" content="Modern UI CSS">
 +
    <meta name="author" content="Sergey Pimenov">
 +
    <meta name="keywords" content="windows 8, modern style, modern ui, style, modern, css, framework">
 +
 +
    <link href="http://metroui.org.ua/css/modern.css" rel="stylesheet">
 +
    <link href="http://metroui.org.ua/css/theme-dark.css" rel="stylesheet">
 +
    <link href="http://metroui.org.ua/css/modern-responsive.css" rel="stylesheet">
 +
 +
<script src="http://metroui.org.ua/js/assets/jquery-1.8.2.min.js"></script>
 +
    <script src="http://metroui.org.ua/js/assets/google-analytics.js"></script>
 +
    <script src="http://metroui.org.ua/js/assets/jquery.mousewheel.min.js"></script>
 +
    <script src="http://metroui.org.ua/js/assets/github.info.js"></script>
 +
    <script src="http://metroui.org.ua/js/modern/tile-slider.js"></script>
 +
    <script src="http://metroui.org.ua/js/modern/start-menu.js"></script>
 +
    <script src="http://metroui.org.ua/js/modern/tile-drag.js"></script>
 +
 +
 +
    <title>Modern UI CSS</title>
 +
 +
    <style>
 +
        body {
 +
            background: #1d1d1d;
 +
        }
 +
    </style>
 +
<style type=text/css>
<style type=text/css>
Line 21: Line 50:
/* ★見出しデザインSTART */
/* ★見出しデザインSTART */
-
 
h2{
h2{
Line 45: Line 73:
/* ★HP全体のフォントとか色とか背景とか設定 START */
/* ★HP全体のフォントとか色とか背景とか設定 START */
-
 
-
/*
 
-
* Metro UI CSS
 
-
* (c) 2012-2013 by Sergey Pimenov
 
-
* Licensed under the MIT License and Commercial
 
-
*
 
-
* Themes.less
 
-
*
 
-
*/
 
-
body {
 
-
  background: #1d1d1d;
 
-
}
 
-
.text-rest-state {
 
-
  color: #ffffff;
 
-
}
 
-
.text-rest2-state {
 
-
  color: rgba(255, 255, 255, 0.6);
 
-
}
 
-
.text-hover-state {
 
-
  color: rgba(255, 255, 255, 0.8);
 
-
}
 
-
.text-pressed-state {
 
-
  color: rgba(255, 255, 255, 0.4);
 
-
}
 
-
.link-text {
 
-
  color: #9466ff;
 
-
}
 
-
.link-text:hover {
 
-
  color: rgba(148, 102, 255, 0.8);
 
-
}
 
-
.link-text:active {
 
-
  color: rgba(148, 102, 255, 0.6);
 
-
}
 
-
h1,
 
-
h2,
 
-
h3,
 
-
h4,
 
-
h5,
 
-
h6 {
 
-
  color: #ffffff;
 
-
}
 
-
h1:hover,
 
-
h2:hover,
 
-
h3:hover,
 
-
h4:hover,
 
-
h5:hover,
 
-
h6:hover {
 
-
  color: rgba(255, 255, 255, 0.8);
 
-
}
 
-
h1:active,
 
-
h2:active,
 
-
h3:active,
 
-
h4:active,
 
-
h5:active,
 
-
h6:active {
 
-
  color: rgba(255, 255, 255, 0.4);
 
-
}
 
-
a,
 
-
.link {
 
-
  color: #9466ff;
 
-
}
 
-
a:hover,
 
-
.link:hover {
 
-
  color: rgba(148, 102, 255, 0.8);
 
-
}
 
-
a:active,
 
-
.link:active {
 
-
  color: rgba(148, 102, 255, 0.6);
 
-
}
 
-
.page .page-header .page-header-content .user-login .name {
 
-
  color: #fff;
 
-
}
 
-
 

Revision as of 17:31, 22 August 2013


Modern UI CSS