update 1802010925
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=user.html">
|
||||
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
||||
|
||||
<title>HELEN / Link Board</title>
|
||||
|
||||
<link rel="shortcut icon" href="../pix/icons/leaf.ico">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=user.html">
|
||||
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
||||
|
||||
<title>JOYCE / Link Board</title>
|
||||
|
||||
<link rel="shortcut icon" href="../pix/icons/butterfly.ico">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=user.html">
|
||||
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
||||
|
||||
<title>ROSE / Link Board</title>
|
||||
|
||||
<link rel="shortcut icon" href="../pix/icons/rose.ico">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
165
users/styles.css
165
users/styles.css
@@ -1,165 +0,0 @@
|
||||
a#home {
|
||||
position: fixed;
|
||||
top: 14px;
|
||||
left: 47%;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 12px auto;
|
||||
width: 1092px;
|
||||
padding: 12px;
|
||||
border-style: solid;
|
||||
border-width: thin;
|
||||
border-radius: 7px;
|
||||
font-family: Verdana;
|
||||
font-size: 18px;
|
||||
text-indent: 8px;
|
||||
}
|
||||
|
||||
#gen, #efsh {
|
||||
font-family: Helvetica;
|
||||
font-size: 17px;
|
||||
color: gainsboro;
|
||||
font-weight: bold;
|
||||
letter-spacing: 2px;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
#gen {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#efsh {
|
||||
background-color: #003366;
|
||||
}
|
||||
|
||||
#user {
|
||||
border-style: none;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
font-size: 32px;
|
||||
letter-spacing: 3px;
|
||||
text-align: left;
|
||||
text-shadow: 2.4px 2.4px 2px #99b3ff;
|
||||
transition: text-shadow 1.7s, letter-spacing 1.7s;
|
||||
}
|
||||
|
||||
#user:hover {
|
||||
text-shadow: 7.2px 7.2px 3.7px #99b3ff;
|
||||
letter-spacing: 7px;
|
||||
}
|
||||
|
||||
img {
|
||||
transition: height 1s;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
div.urls, div.urlsi {
|
||||
background-color: whitesmoke;
|
||||
border-color: #668cff;
|
||||
letter-spacing: 2px;
|
||||
word-spacing: 1.5px;
|
||||
}
|
||||
|
||||
div.urls {
|
||||
color: midnightblue;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
div.urls:hover {
|
||||
background-color: palegoldenrod;
|
||||
}
|
||||
|
||||
div.urlsi {
|
||||
color: teal;
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
background-color: tan;
|
||||
width: 1220px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
width: 240px;
|
||||
text-align: center;
|
||||
border-style: solid;
|
||||
border-width: thin;
|
||||
border-radius: 9px;
|
||||
border-color: black;
|
||||
padding: 5px 4px;
|
||||
margin: 7px;
|
||||
text-indent: 0px;
|
||||
letter-spacing: 0px;
|
||||
word-spacing: 0px;
|
||||
font-size: 14px;
|
||||
font-family: Helvetica;
|
||||
box-shadow: 2px 2px 7px #006600;
|
||||
}
|
||||
|
||||
a.ssc, a.ssm, a.ss {
|
||||
color: #4d0000;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
a.ssc {
|
||||
background-color: #ffa366;
|
||||
}
|
||||
|
||||
a.ssm {
|
||||
background-color: #ffc34d;
|
||||
}
|
||||
|
||||
a.ss {
|
||||
background-color: #aaff80;
|
||||
}
|
||||
|
||||
a.gdf {
|
||||
background-color: #c1daff;
|
||||
color: #4d0000;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.web {
|
||||
background-color: saddlebrown;
|
||||
color: mistyrose;
|
||||
font-family: 'Trebuchet MS';
|
||||
letter-spacing: 1.7px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
box-shadow: 4.2px 4.2px 7px #006600;
|
||||
}
|
||||
|
||||
a:active {
|
||||
font-size: 12px;
|
||||
box-shadow: -1.2px -1.2px 2px #006600;
|
||||
}
|
||||
|
||||
a.inactive, a.inactive:hover, a.inactive:active {
|
||||
background-color: aliceblue;
|
||||
color: darkgray;
|
||||
text-decoration: line-through;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
border-color: darkgray;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
i.acc {
|
||||
font-size: 12px;
|
||||
letter-spacing: 0.9px;
|
||||
}
|
||||
|
||||
sup {
|
||||
font-size: 10.5px;
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<title> Expense/Payroll Linkboard </title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="styles/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" type="image/x-icon" href="../pix/icons/home.ico">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||
|
||||
@@ -121,11 +121,12 @@
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/14t_uAKnvPUrTLuxFpZ6WoxTucgv1rwnfbeN_nx_Fb5g/edit#gid=2117669368">
|
||||
January <span>User 2</span></a></td>
|
||||
<td><a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 1</span><br /><a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 2</span></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1tQeT4htr7202tHdu1t1UH_X6kSJZLuOf7grm3OT_zI4/edit#gid=1995296890">
|
||||
February <span>User 1</span></a><br />
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1tQeT4htr7202tHdu1t1UH_X6kSJZLuOf7grm3OT_zI4/edit#gid=2117669368">
|
||||
February <span>User 2</span></a></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1EmhcXGFYyvx81ZHYvaY5b-RNX31cMXqKo4a8xrJ9eyc/edit#gid=1193872663">
|
||||
Quarter I</a></td>
|
||||
@@ -137,12 +138,14 @@
|
||||
<th>CAROLINA TRANSPORTATION, INC <span> 70830515178290</span></th>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1quIX_kbbZReFjl704JDQmV_PPrWcjydc3l4eupexm7E/edit#gid=1995296890">
|
||||
January <span>User 1</span></a><br /><a class="h" target="_blank"
|
||||
January <span>User 1</span></a><br />
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1quIX_kbbZReFjl704JDQmV_PPrWcjydc3l4eupexm7E/edit#gid=2117669368">
|
||||
January <span>User 2</span></a></td>
|
||||
<td><a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 1</span><br /><a class="e"
|
||||
</a>February <span>User 1</span><br />
|
||||
<a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 2</span></td>
|
||||
<td><a class="e"
|
||||
@@ -156,12 +159,14 @@
|
||||
<th>DELTA EXPRESS, INC <span> 70830515177576</span></th>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1gqISZZm7IyOVYcJZ1Iy5_MdpsMVZdWI00PFdvHfQVB8/edit#gid=1995296890">
|
||||
January <span>User 1</span></a><br /><a class="h" target="_blank"
|
||||
January <span>User 1</span></a><br />
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1gqISZZm7IyOVYcJZ1Iy5_MdpsMVZdWI00PFdvHfQVB8/edit#gid=2117669368">
|
||||
January <span>User 2</span></a></td>
|
||||
<td><a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 1</span><br /><a class="e"
|
||||
</a>February <span>User 1</span><br />
|
||||
<a class="e"
|
||||
href="#">
|
||||
</a>February <span>User 2</span></td>
|
||||
<td><a class="e"
|
||||
|
||||
Reference in New Issue
Block a user