UI tweaks for ceaclearance.gov.in
ceaclearance.gov.in by DarkGuy10
Details
AuthorDarkGuy10
LicenseMIT
Categorygov
Created
Updated
Size12 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name ceaclearance.gov.in
@version 20230702.13.05
@namespace userstyles.world/user/DarkGuy10
@description UI tweaks for ceaclearance.gov.in
@author DarkGuy10
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://ceaclearance.gov.in/") {
@font-face { font-family: "Inter"; src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; src: url("https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n1i8q1w.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root{
/* Catpuccin Mocha Color Palette */
--rosewater: #f5e0dc;
--flamingo: #f2cdcd;
--pink: #f5c2e7;
--muave: ##cba6f7;
--red: #f38ba8;
--maroon: #eba0ac;
--peach: #fab387;
--yellow: #f9e2af;
--green: rgb(166, 227, 161);
--teal: #94e2d5;
--sky: #89dceb;
--sapphire: #74c7ec;
--blue: #89b4fa;
--lavender: #b4befe;
--text: #cdd6f4;
--subtext-1: #bac2de;
--subtext-0: #a6adc8;
--overlay-2: #9399b2;
--overlay-1: #7f849c;
--overlay-0: #6c7086;
--surface-2: #585b70;
--surface-1: #45475a;
--surface-0: rgb(49, 50, 68);
--base: #1e1e2e;
--mantle: #181825;
--crust: #11111b;
--font-regular: 'Inter';
--font-monospace: 'IBM Plex Mono'
}
body, html {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
font-family: var(--font-regular);
}
body {
height: 100vh;
width: 100vw;
background-color: var(--crust);
background-image: url(https://i.imgur.com/eQ7tr4I.jpeg);
background-repeat: no-repeat;
background-clip: border-box;
background-position: center;
background-size: cover;
background-attachment: fixed;
backdrop-filter: blur(3px);
}
br {
display: none;
}
a {
color: var(--teal) !important;
font-size: 14px;
text-decoration: none;
font-weight: 400 !important;
}
a::before{
content: '🔗 ';
opacity: 0;
transition: all 0.16s ease-in-out;
}
a:hover{
text-decoration: underline !important;
}
a:hover::before{
opacity: 1;
}
input {
background-color: var(--surface-1) !important;
border: none;
outline: none;
padding: 14px 14px;
margin: 5px 0;
font-size: 12px;
color: var(--subtext-0);
border-radius: 8px;
}
input[type='submit']{
padding: 14px 28px !important;
height: auto !important;
width: auto !important;
border: 1px solid var(--green) !important;
border-radius: 8px !important;
background-color: transparent !important;
color: var(--green) !important;
margin: 7px;
cursor: pointer;
transition: all 0.16s ease-out;
}
input[type='submit']:hover{
background-color: rgba(166, 227, 161, 0.2) !important;
}
}
@-moz-document url("https://ceaclearance.gov.in/") {
body > table > tbody > tr:nth-of-type(1){
display: none !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div {
width: 100% !important;
margin: 0 !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table {
background-color: transparent !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody {
margin: 0 !important;
padding: 0 !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table {
background-image: none !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) {
position: relative;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(1) > td{ height: 85px;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(1) > td > div {
color: var(--text) !important;
font-size: 18px;
user-select: none;
margin: 0 !important;
position: absolute;
left:50%;
transform: translate(-50%, -50%);
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(1) > td > div > h2 {
margin: 0;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(2) > td{
padding: 14px 28px;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) > a::after{
content: 'Ministry of Power';
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) > a > img {
display: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) > a::after{
content: 'CEA';
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) > a > img {
display: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(2) {
display: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(3) {
display: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(4) > td {
padding: 30px 70px;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(4) > td > div {
background-color: rgba(49, 50, 68, 0.7) !important;
border: none !important;
padding: 0 10px !important;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(4) > td > div > table > tbody > tr > td:nth-of-type(1) {
display: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(4) > td > div > table > tbody > tr > td:nth-of-type(2) > h2 {
margin: 0
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(4) > td > div > table > tbody > tr > td:nth-of-type(2) > h2 > a{
display: block;
padding: 0.83em 0;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(5) > td > div > div {
position: fixed;
bottom: 0;
left: 0;
color: var(--subtext-0) !important;
font-size: 12px !important;
background-color: rgba(17, 17, 27, 0.7) !important;
width: 100%;
padding: 20px 0;
user-select: none;
}
body > table > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr:nth-of-type(5) > td > div > div a {
font-size: 12px !important;
}
}
@-moz-document url("https://ceaclearance.gov.in/ei/") {
body > div, body > div > table {
width: 100% !important;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr {
position: relative;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(1) {
display: none;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(2) {
height: 120px;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(2) > h2{
color: var(--text) !important;
font-size: 27px;
font-weight: 700 !important;
user-select: none;
margin: 0 !important;
position: absolute;
left:50%;
transform: translate(-50%, -50%);
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(3) {
padding: 14px 28px;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(3) > a > img {
display: none;
}
body > div > table > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td:nth-of-type(3) > a::after{
content: 'CEA';
}
body > div > table > tbody > tr:nth-of-type(2){
display: none;
}
body > div > table > tbody > tr:nth-of-type(3) {
background: transparent !important;
}
.marquee:nth-of-type(1), .marquee:nth-of-type(2){
display: none;
}
.marquee:nth-of-type(3) {
margin: 0 !important;
margin-bottom: 10px !important;
padding: 0 !important;
text-align: center;
}
.marquee:nth-of-type(3) span {
animation: none !important;
padding: 0 !important;
font-size: 14px !important;
color: var(--text) !important;
}
body > div > table > tbody > tr:nth-of-type(4) > td > table > tbody > tr > td:nth-of-type(1) > div:nth-of-type(1){
display: flex;
justify-content: center;
}
body > div > table > tbody > tr:nth-of-type(4) > td > table > tbody > tr > td:nth-of-type(1) > div:nth-of-type(1) > div {
background-color: rgba(49, 50, 68, 0.7) !important;
border: none !important;
padding: 15px !important;
height: auto !important;
...