Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyVulcan committed Sep 1, 2018
1 parent faa4414 commit 46fbc5d
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 464 deletions.
8 changes: 0 additions & 8 deletions src/css/common/font-staw.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,10 @@
content: ".";
}

.fs-attackConstraint:before {
content: ".";
}

.fs-shipLimit:before {
content: ".";
}

.fs-specialization:before {
content: ".";
}

.fs-ship:before {
content: "E";
margin-right: -0.1em;
Expand Down
26 changes: 0 additions & 26 deletions src/css/common/utopia-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,20 +197,6 @@
text-align: center;
}

.card-attackConstraint-icon {
background: url("../img/restrictions/upgrade-attack-limit.png")no-repeat;
font-size: 0.5em;
background-size: 2em;
color: red;
padding: 0.5em;
position: relative;
left: 0em;
margin-top:0.5em;
top: -0.1em;
z-index: 2;
text-align: center;
}

.card-hullConstraint-icon {
background: url("../img/restrictions/upgrade-hull-limit.png")no-repeat;
font-size: 0.5em;
Expand Down Expand Up @@ -248,18 +234,6 @@
text-align: center;
}

.card-specialization-icon {
background: url("../img/restrictions/upgrade-specialization.png")no-repeat;
background-size: 1em;
width: 1.2em;
position: relative;
left: 0em;
top: -0.1em;
z-index: 3;
text-align: center;
transform: translateY(-2.3em);
}

.card-captainFederation-icon {
background: url("../img/restrictions/card-captainFederation-icon.png")no-repeat;
background-size: 1em;
Expand Down
11 changes: 0 additions & 11 deletions src/css/common/utopia-class-arcs.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@
border-bottom: 0.1em solid #aaa;
}

.arc-second-45 {
position: absolute;
top: -3.8em;
left: -0.275em;
width: 5em;
height: 5em;
border: 0.1em dashed #aaa;
transform: rotateZ(55deg) scaleX(0.5) translateX(-50px) skewX(45deg);
transform-origin: 50% 100% 0;
}

/**
* Hole in the center of the tile.
*/
Expand Down
1 change: 0 additions & 1 deletion src/data/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ module.exports = [{
name: "All Stop",
text: "At the start of the game, place 5 Mission Tokens on top of this card.\n\nEach round, during the Activation Phase, one ship in your fleet may disregard its chosen maneuver and not move. A ship that uses this ability must skip its Perform Action step.\n\nDiscard this card when there are no more Mission Tokens on this card",
cost: 5,
opBanned: true,
showShipResourceSlot: false
}, {
type: "resource",
Expand Down
Loading

0 comments on commit 46fbc5d

Please sign in to comment.