Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 4: Line 4:
     margin: 0.5rem;
     margin: 0.5rem;
     border-radius: 4px;
     border-radius: 4px;
    font-size: 1rem;
}
}


Line 17: Line 16:
     font-weight: bold;
     font-weight: bold;
     text-transform: lowercase;
     text-transform: lowercase;
}
.contributors-ranking > table {
    width: 100%;
}
}


Line 39: Line 34:
background-image: none;
background-image: none;
background-color: transparent;
background-color: transparent;
    width: 100%;
}
}


Line 50: Line 44:
.contributionscores tr {
.contributionscores tr {
display: flex;
display: flex;
     padding: 0.5rem 0;
     padding: 1rem 0;
     border-bottom: 1px solid var(--color-primary1);
     border-bottom: 1px solid var(--color-primary1);
     justify-content: space-between;
     justify-content: space-between;
    align-items: center;
     width: 100%;
     width: 100%;
}
}
Line 62: Line 55:


.contributionscores tr td {
.contributionscores tr td {
padding: 0.25rem !important;
padding: 0.25rem;
}
}


Line 81: Line 74:
.contributionscores tr td:nth-child(2) {
.contributionscores tr td:nth-child(2) {
order: 5;
order: 5;
    font-weight: 500;
    font-size: 1.8rem;
}
}
/* Pages */
/* Pages */
Line 90: Line 81:
.contributionscores tr td:nth-child(3):before {
.contributionscores tr td:nth-child(3):before {
content: "description";
content: "description";
     font-family: "Material Symbols Outlined";
     font-family: "Material Icons Outlined";
     padding-right: 0.15rem;
     padding-right: 0.25rem;
}
}
/* Edits */
/* Edits */
Line 99: Line 90:
.contributionscores tr td:nth-child(4):before {
.contributionscores tr td:nth-child(4):before {
content: "edit";
content: "edit";
     font-family: "Material Symbols Outlined";
     font-family: "Material Icons Outlined";
     padding-right: 0.15rem;
     padding-right: 0.25rem;
}
}
/* User */
/* User */
Line 107: Line 98:
     flex: 1;
     flex: 1;
     font-weight: bold;
     font-weight: bold;
     overflow-wrap: anywhere;
     overflow-wrap: break-word;
}
}
Please note that all contributions to skyHow are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) (see skyHow:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)