css/index.css

[Ritorna]

/* * index.css * * Copyright (C) 2016 Ing. Stefano Salvi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ body { margin-right: 410px; padding: 0; background-image: url("../img/raspberry-pi-logo2.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; font-family: Arial, Helvetica, sans-serif; } body#facsimile { background-image: url("../img/raspberry-pi-logo2_facsimile.jpg"); } body#fullwidth { margin-right: 0; } #fullwidth h1, #fullwidth h2, #fullwidth h3 { text-align: center; } .author { font-style: italic; } .source { font-family: "Courier New", Courier, monospace; font-weight: bold; } .variable { font-family: "Courier New", Courier, monospace; font-weight: bold; font-style: italic; text-decoration: underline; } .keyword { font-weight: bold; font-style: italic; } .textscreen { font-family: "Courier New", Courier, monospace; width: 40em; height: 24em; background-color: black; color: white; overflow: auto; } .green { color: #80ff80; } .blue { color: #8080ff; } #footer { font-family: "Times New Roman", Times, serif; text-align: center; } #isf_overlay { visibility: hidden; position: fixed; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; background-color: rgba(0,0,0,0.8); } #isf_overlay_frame { position: relative; margin-left: auto; margin-right: auto; margin-top: 50px; width: 400px; padding: 15px 0; background-color: #fff; border:2px solid #000; text-align:center; } #isf_overlay_content { margin: 5px 20px; } #isf_overlay_bottom { left: 5px; margin: 5px 20px; text-align: right; } #isf_overlay_close_button { margin: 0; padding: 0; height: 30px; } #isf_overlay_return_button { margin: 0; padding: 0; height: 30px; } #testa-carousel { position: absolute; width: 400px; height: 400px; right: 7px; top: 7px; overflow: hidden; } .display { margin: 5px 20px; padding: 5px; background-color: white; border: 1px solid black; border-radius: 5px; overflow: hidden; } .error { margin: 5px 20px; padding: 5px; background-color: #ffcccc; border: 1px solid red; border-radius: 5px; overflow: hidden; } .clear { font-size: 0; clear: both; } /* beauty.css */ .tag { color: green; font-weight: bold; } .param { color: green; } .entity { color: red; } .comment { color: blue; } .on { width: 100px; height: 100px; border: 1px solid black; border-radius: 50px; background-color: red; } .off { width: 100px; height: 100px; border: 1px solid black; border-radius: 50px; background-color: blue; }