Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VJRolmasters authored Dec 12, 2024
1 parent d00e449 commit 76e231b
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 68 deletions.
75 changes: 61 additions & 14 deletions Fire Emblem/Fire-emblem.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ CSS FIRE EMBLEM */
font-style: normal;
}


/*=================== TABS NOU MENU CSS ===================*/

.sheet-cosmenu{
.sheet-cosmenu2{
float: none;
width: 100%;
height: auto;
Expand Down Expand Up @@ -103,8 +102,21 @@ CSS FIRE EMBLEM */
}



/*============= CONTENEDORES Y COLUMNAS CSS =============*/
.sheet-clearfloat {

.sheet-cajamagica{
background-color: #f5f5f5;
border-color: #ddd;
cursor: not-allowed;
color: #555;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.sheet-clearfloat {
clear:both;
height:0;
font-size: 0px;
Expand Down Expand Up @@ -148,7 +160,6 @@ CSS FIRE EMBLEM */
background-size: auto;
background-position: center;
}

.sheet-capinfo{
float:left;
position:relative;
Expand Down Expand Up @@ -241,7 +252,7 @@ CSS FIRE EMBLEM */
}
.sheet-ampladatotal301{
float:none;
width:55%;
width:600px;
height:30px;
margin: 0px auto;
}
Expand Down Expand Up @@ -324,7 +335,7 @@ CSS FIRE EMBLEM */
}


/*============= SKILLS AND ITEMS CSS =============*/
/*============= SKILLS, WEAPONS AND ITEMS CSS =============*/
.sheet-table-head{
float:left;
position:relative;
Expand Down Expand Up @@ -356,6 +367,7 @@ CSS FIRE EMBLEM */
margin: 0px auto;
text-align: center;
}

.sheet-item{
float:left;
width:160px;
Expand All @@ -381,7 +393,7 @@ CSS FIRE EMBLEM */
}

.charsheet button[type="roll"].sheet-textbox{
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Fire Emblem/images/Fire-emblem-chatC-30px.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Fire Emblem/images/Fire-emblem-chatC-30px.png");
background-size: 24px 24px;
background-repeat: no-repeat;
width: 24px;
Expand All @@ -390,7 +402,28 @@ CSS FIRE EMBLEM */
background-color: transparent;
margin: 2px 0px 0px 5px;
}

/*============= WEAPONS CSS =============*/

.sheet-weapon-big{
float:left;
width:100px;
height:30px;
margin: 0px auto;
padding: 5px 0px 0px;
text-align: center;
font-size: 13px;
}
.sheet-weapon-small{
float:left;
width:68px;
height:30px;
margin: 0px auto;
padding: 5px 0px 0px;
text-align: center;
font-size: 14px;
}

.sheet-combatA{
float:left;
width:100px;
Expand All @@ -401,7 +434,7 @@ CSS FIRE EMBLEM */
}
.sheet-combatB{
float:left;
width:100px;
width:150px;
height:30px;
margin: 0px auto;
text-align: center;
Expand All @@ -416,10 +449,26 @@ CSS FIRE EMBLEM */
text-align: center;
font-size: 16px;
}
.sheet-combatD{
float:left;
width:300px;
height:30px;
margin: 0px auto;
text-align: center;
font-size: 16px;
}
.sheet-combatE{
float:left;
width:450px;
height:30px;
margin: 0px auto;
text-align: center;
font-size: 16px;
}

.sheet-container-weapon{
float:none;
width:400px;
width:550px;
height:auto;
margin: 5px auto;
padding: 10px;
Expand Down Expand Up @@ -518,7 +567,6 @@ CSS FIRE EMBLEM */
height:auto;
}


/*============= CHECK BOX CSS =============*/
.sheet-mycheck{
filter: hue-rotate(120deg) brightness(0.8);
Expand All @@ -528,7 +576,6 @@ CSS FIRE EMBLEM */
background-color: #FF0000;
}


/*============= ESPACIADORES Y SEPARADORES CSS =============*/

.sheet-espai-30{
Expand Down Expand Up @@ -603,7 +650,7 @@ CSS FIRE EMBLEM */
background-position: center center;
box-sizing: border-box;
background-color:antiquewhite;
}
}
}
@media screen and (min-width: 1050px){
.sheet-contenedorvj{
Expand All @@ -615,7 +662,7 @@ CSS FIRE EMBLEM */
background-position: center center;
box-sizing: border-box;
background-color:lavender;
}
}
}
@media screen and (min-width: 1100px){
.sheet-contenedorvj{
Expand All @@ -628,4 +675,4 @@ CSS FIRE EMBLEM */
box-sizing: border-box;
background-color:burlywood;
}
}
}
Loading

0 comments on commit 76e231b

Please sign in to comment.