45 lines
1.6 KiB
CSS
45 lines
1.6 KiB
CSS
/*
|
|
* BlenderBIM Add-on - OpenBIM Blender Add-on
|
|
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
|
|
*
|
|
* This file is part of BlenderBIM Add-on.
|
|
*
|
|
* BlenderBIM Add-on 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 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* BlenderBIM Add-on 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 BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
* { stroke-linecap: round; stroke-linejoin: round; }
|
|
text, tspan { /* 2.5mm */ fill: #2C5573; stroke: none !important; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; }
|
|
|
|
|
|
.annotation { stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
|
|
.IfcAnnotation { stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
|
|
|
|
.equip_tag text:nth-of-type(2),
|
|
.e_ground_fault_circuit_interrupt text:nth-of-type(2),
|
|
.p_gas_supply_feed text:nth-of-type(2),
|
|
.p_drain_waste_indirect text:nth-of-type(2),
|
|
.p_water_cold text:nth-of-type(2),
|
|
.p_water_hot text:nth-of-type(2),
|
|
.p_drain_waste_direct text:nth-of-type(2),
|
|
.e_junction_box text:nth-of-type(2) {
|
|
font-size: 0.2px;
|
|
}
|
|
|
|
g text {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
|
|
|