Author: ygrego Date: 2015-03-25 14:02:18 +0000 (Wed, 25 Mar 2015) New Revision: 969 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/969 Log: The files ("style.css" and "test.css") have been moved from directory "/oipf/view" to directory "oipf/css". Added: oipf/css/ oipf/css/style.css oipf/css/test.css Removed: oipf/view/css/style.css oipf/view/css/test.css Copied: oipf/css/style.css (from rev 948, oipf/view/css/style.css) =================================================================== --- oipf/css/style.css (rev 0) +++ oipf/css/style.css 2015-03-25 14:02:18 UTC (rev 969) @@ -0,0 +1,29 @@ +body { + background-image: url("../img/TV-T&PC.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} + +#video-broadcast { + position: absolute; + z-index: -1; + background-image: url("../img/video-broadcast.jpg"); + background-size: cover; + background-repeat: no-repeat; + margin-left: 11%; + height: 90%; + width: 60%; +} + +#prog { + z-index: 2; + background-color:gray; + height: 40%; + width: 40%; + color:white; + margin-left: 20%; + margin-right: 40%; + overflow-y: auto; + visibility: hidden; +} \ No newline at end of file Copied: oipf/css/test.css (from rev 948, oipf/view/css/test.css) =================================================================== --- oipf/css/test.css (rev 0) +++ oipf/css/test.css 2015-03-25 14:02:18 UTC (rev 969) @@ -0,0 +1,96 @@ +/* +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +*/ +/* + Created on : 26 févr. 2015, 10:03:51 + Author : root +*/ + +table { + font: 1em sans-serif; + background-color: #efe; + border-collapse: collapse; + empty-cells: show; + border: 1px solid #7a7; + } + +table > caption { + text-align: left; + font-weight: bold; + font-size: 1.5em; + border-bottom: .2em solid #4ca; + margin-bottom: .5em; + } + + +/* shared basics rules */ +table th, +table td { + text-align: left; + padding-right: .5em; + border: 1px solid #7a7; + } + +table th { + font-weight: bold; + padding-left: .5em; + } + + +/* header of table*/ +table > thead > tr:first-child > th { + text-align: center; + color: blue; + } + +table > thead > tr + tr > th { + font-style: italic; + color: gray; + } + +/* size of values exposing */ +table sup { + font-size: 75%; + } + +/* body of table */ +table td { + background-color: #cef; + padding:.5em .5em .5em .3em; + } + +table tbody td:nth-child(4) { + background-color: gainsboro; + } + +table tbody td:nth-child(5) { + text-align: center; + } + +table tbody th:after { + content: " :"; + } + +/* foot of table not used here*/ +table tfoot { + font-weight: bold; + } + +table tfoot th { + color: blue; + } + +table tfoot th:after { + content: " :"; + } + +table > tfoot td { + background-color: #cee; + } + +table > tfoot > tr:first-child td { + border-top: .2em solid #7a7; + } + Deleted: oipf/view/css/style.css =================================================================== --- oipf/view/css/style.css 2015-03-24 17:06:57 UTC (rev 968) +++ oipf/view/css/style.css 2015-03-25 14:02:18 UTC (rev 969) @@ -1,29 +0,0 @@ -body { - background-image: url("../img/TV-T&PC.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; -} - -#video-broadcast { - position: absolute; - z-index: -1; - background-image: url("../img/video-broadcast.jpg"); - background-size: cover; - background-repeat: no-repeat; - margin-left: 11%; - height: 90%; - width: 60%; -} - -#prog { - z-index: 2; - background-color:gray; - height: 40%; - width: 40%; - color:white; - margin-left: 20%; - margin-right: 40%; - overflow-y: auto; - visibility: hidden; -} \ No newline at end of file Deleted: oipf/view/css/test.css =================================================================== --- oipf/view/css/test.css 2015-03-24 17:06:57 UTC (rev 968) +++ oipf/view/css/test.css 2015-03-25 14:02:18 UTC (rev 969) @@ -1,92 +0,0 @@ -/* -To change this license header, choose License Headers in Project Properties. -To change this template file, choose Tools | Templates -and open the template in the editor. -*/ -/* - Created on : 26 févr. 2015, 10:03:51 - Author : root -*/ - -table { - font: 1em sans-serif; - background-color: #efe; - border-collapse: collapse; - empty-cells: show; - border: 1px solid #7a7; - } - -table > caption { - text-align: left; - font-weight: bold; - font-size: 1.5em; - border-bottom: .2em solid #4ca; - margin-bottom: .5em; - } - - -/* shared basics rules */ -table th, -table td { - text-align: center; - padding-right: .5em; - border: 1px solid #7a7; - } - -table th { - font-weight: bold; - padding-left: .5em; - } - - -/* header of table*/ -table > thead > tr:first-child > th { - text-align: center; - color: blue; - } - -table > thead > tr + tr > th { - font-style: italic; - color: gray; - } - -/* size of values exposing */ -table sup { - font-size: 75%; - } - -/* body of table */ -table td { - background-color: #cef; - padding:.5em .5em .5em .3em; - } - -table tbody td:nth-child(4) { - background-color: gainsboro; - } - -table tbody th:after { - content: " :"; - } - -/* foot of table not used here*/ -table tfoot { - font-weight: bold; - } - -table tfoot th { - color: blue; - } - -table tfoot th:after { - content: " :"; - } - -table > tfoot td { - background-color: #cee; - } - -table > tfoot > tr:first-child td { - border-top: .2em solid #7a7; - } -
participants (1)
-
ygrego@users.nuiton.org