116 lines
5.7 KiB
CSS
116 lines
5.7 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; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; }
|
|
.cut, .cut.material-poche, .IfcWall.predefinedtype-CADIMPORT, .IfcColumn.predefinedtype-CADIMPORT { fill: hwb(0 90% 10%); stroke: rgb(185, 185, 185); stroke-linecap: 'round'; stroke-width: 0.5; fill-rule: evenodd; }
|
|
|
|
|
|
.surface {fill: white; stroke-width: 0.1;}
|
|
|
|
.projection { fill: white; stroke: rgb(204, 204, 204); stroke-linecap: 'round'; stroke-width: 0.15; }
|
|
.annotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
|
|
.IfcAnnotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
|
|
/* .IfcGeographicElement { fill: none; stroke: rgb(150, 150, 150); stroke-linecap: 'round'; stroke-dasharray: 1, 2;} */
|
|
.PredefinedType-LINEWORK { stroke: #2C5573; stroke-width: 0.25; }
|
|
.PredefinedType-LINEWORK.dashed { stroke-dasharray: 3, 2; }
|
|
.PredefinedType-LINEWORK.fine { stroke-width: 0.18; stroke: #777777; }
|
|
.PredefinedType-LINEWORK.thin { stroke-width: 0.25; }
|
|
.PredefinedType-LINEWORK.medium { stroke-width: 0.35; }
|
|
.PredefinedType-LINEWORK.thick { stroke-width: 0.5; }
|
|
.PredefinedType-LINEWORK.strong { stroke-width: 1; }
|
|
.PredefinedType-BACKGROUND { stroke: black; stroke-width: 0.18; }
|
|
.PredefinedType-GRID { marker-start: url(#grid-marker); marker-end: url(#grid-marker); }
|
|
.predefinedtype-GRID {stroke-dasharray: 12.5, 3, 3, 3;}
|
|
.PredefinedType-SECTION { stroke-dasharray: 12.5, 3, 3, 3; }
|
|
.PredefinedType-SECTIONLEVEL { marker-start: url(#section-level-marker); stroke-dasharray: 12.5, 3, 3, 3; }
|
|
.PredefinedType-PLANLEVEL { marker-end: url(#plan-level-marker); }
|
|
.PredefinedType-DIMENSION { marker-start: url(#dimension-marker-start); marker-end: url(#dimension-marker-end); }
|
|
.PredefinedType-ANGLE { marker-start: url(#angle-marker-start); marker-end: url(#angle-marker-end); }
|
|
.PredefinedType-RADIUS { marker-end: url(#fall-marker-end); }
|
|
.PredefinedType-FALL { marker-end: url(#radius-marker-end); }
|
|
.PredefinedType-SLOPEANGLE { marker-end: url(#radius-marker-end); }
|
|
.PredefinedType-SLOPEPERCENT { marker-end: url(#radius-marker-end); }
|
|
.PredefinedType-SLOPEFRACTION { marker-end: url(#radius-marker-end); }
|
|
.PredefinedType-DIAMETER { marker-start: url(#diameter-marker-start); marker-end: url(#diameter-marker-end); }
|
|
.PredefinedType-HIDDENLINE { stroke-dasharray: 1, .75; }
|
|
.PredefinedType-STAIRARROW { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); }
|
|
.PredefinedType-BOUNDARY { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12, 4, 3, 4, 3, 4; }
|
|
.PredefinedType-WIDEREDDASHED { fill: none; stroke: red; stroke-width: 2; stroke-dasharray: 4, 4; }
|
|
.PredefinedType-SEALANT { fill: url(#crosshatch1); stroke-width: 0.25; }
|
|
.PredefinedType-FILLAREA { fill: white; stroke: black; }
|
|
.PredefinedType-EXISTING { fill: #2C5573; fill-opacity: .4 }
|
|
|
|
|
|
|
|
.PredefinedType-BREAKLINE { fill: none; stroke: #2C5573; stroke-width: 0.25; marker-mid: url(#breakline-marker); }
|
|
.PredefinedType-TEXT { fill: #2C5573; stroke: none; }
|
|
.predefinedtype-PROVISIONFORSPACE { stroke-dasharray: 1, .75; }
|
|
path.PredefinedType-TEXTLEADER { marker-end: url(#leader-marker); }
|
|
text.PredefinedType-TEXTLEADER, tspan.PredefinedType-TEXTLEADER { fill: #2C5573; stroke: none; }
|
|
text.title, tspan.title { /* 7mm */ font-size: 11.55px; }
|
|
text.header, tspan.header { /* 5mm */ font-size: 8.25px; }
|
|
text.large, tspan.large { /* 3.5mm */ font-size: 5.78px; }
|
|
text.regular, tspan.regular { /* 2.5mm */ font-size: 4.13px; }
|
|
text.small, tspan.small { /* 1.8mm */ font-size: 2.97px; }
|
|
text.GRID, tspan.GRID { /* 5mm */ font-size: 5px; }
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
|
|
|
|
[class*="PsetCommonStatus-NEW"] { fill: rgb(199, 199, 199); }
|
|
.cut.EPsetStatusStatus-EXISTING { fill: #e4eaef; stroke: #c4cdd4; }
|
|
/* .cut.EPsetStatusStatus-EXISTING {fill: #e3e2e1;stroke: #000000;} */
|
|
|
|
|
|
|
|
.projection.EPsetStatusStatus-EXISTING { fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;}
|
|
.EPsetStatusStatus-EXISTINGDEMOLISH.cut, .ODOptionsODOption1-D, .ODOptionsODOption2-D { fill: url(#demolish); stroke: red; stroke-dasharray: 2, 3; stroke-width: 0.75; }
|
|
|
|
.EPsetStatusStatus-EXISTINGDEMOLISH.surface, .EPsetStatusStatus-EXISTINGDEMOLISH.projection { fill: url(#demolish); stroke: rgb(255, 0, 0); stroke-dasharray: 1, 2; stroke-width: .75; }
|
|
|
|
|
|
|
|
|
|
[class*="IfcDoor"][class*="EPsetStatusStatus-EXISTING"] {fill: none;}
|
|
[class*="IfcDoor"][class*="EPsetStatusStatus-NEW"] {fill: none;}
|
|
.cut.IfcElectricAppliance {fill: none;}
|
|
|
|
|
|
|
|
|
|
.IfcElectricAppliance, .IfcFurniture, .IfcDistributionControlElement { fill: white; }
|
|
|
|
|
|
|
|
|
|
|