doc_copystyles.css (631B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 html, body, #testid { 6 color: #F00; 7 background-color: #00F; 8 font-size: 12px; 9 border-color: #00F !important; 10 --var: "*/"; 11 } 12 13 :where(#testid) { 14 color: gold; 15 --unused-1: 1; 16 --unused-2: 2; 17 --unused-3: 3; 18 --unused-4: 4; 19 --unused-5: 5; 20 --unused-6: 6; 21 --unused-7: 7; 22 --unused-8: 8; 23 --unused-9: 9; 24 --unused-10: 10; 25 --unused-11: 11; 26 --unused-12: 12; 27 --unused-13: 13; 28 background-color: tomato; 29 }