⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pseudoq-site.css

📁 PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of vario
💻 CSS
字号:
/*
 * Copyright (c) 2005 The PseudoQ Project.
 *
 * This file is part of PseudoQ.
 *
 * PseudoQ is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
 *
 * PseudoQ is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with PseudoQ; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
/* 
    Document   : pseudoq-site
    Description:
        Global stylesheet for the documentation.
    Author     : <a href="http://sourceforge.net/users/stevensa">Andrew Stevens</a>
*/

body {
    display: block;
    color: black;
    font : normal 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align : justify;
}

div#menu {
    color: #c00000;
    background-color: #eee;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}
div#menu ul {
    list-style-type: none;
}
div#menu li {
    display: inline;
    padding-right: 10px;
}

div#footer {
    width: 100%;
    padding-top : 10px;
}
div#footer span.left {
    float: left;
}
div#footer span.right {
    float: right;
}

img.floatRight {
    float: right;
    padding-left: 10px;
}
img.floatLeft {
    float: left;
    padding-right: 10px;
}

a {
    font-weight: bold;
    color: blue;
}
a:hover {
    color: black;
}

a.externalLink, a.mailLink {
    color: red;
    /* padding-right: 15px; */
}
a.externalLink:hover, a:mailLink:hover {
    color: black;
}

code {
    display: block;
    border: 1px solid #aaa;
    color: black;
    background-color: #eee;
    white-space: nowrap;
    font-size: 125%;
    padding : 4px 4px 4px 6px;
    margin : 5px 0px 5px 0px;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -