AlphaChess London FIDE Triathlon – North London Gateway
#congress-enter-link {
font-family: "Poppins", sans-serif;
font-weight: 400;
background: white;
font-style: normal;
}
body {
font-family: "Poppins", sans-serif;
margin: 0;
line-height: 1.6;
background: #f8f8f8;
color: #333;
}
h2, h3, p, table { margin-bottom: 20px; }
table { width: 90%; margin: auto; border-collapse: collapse; font-size: 14px; }
th, td { border: none; padding: 8px; text-align: center; }
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 90%;
height: 90%;
overflow: auto;
background-color: rgba(0,0,0,0.8);
}
.modal-content {
margin: 10% auto;
display: block;
max-width: 70%;
position: relative;
}
.close {
position: absolute;
top: -20px;
right: -20px;
color: white;
font-size: 28px;
font-weight: bold;
cursor: pointer;
background: black;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
}
.container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 20px;
}
.box {
background-color: white;
border-radius: 15px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
}
.box:hover {
transform: scale(1.05);
}
.icon {
font-size: 24px;
margin-right: 10px;
color: #e7b0f8;
}
h3 {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.card {
background-color: white;
border-radius: 15px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.warning-container {
background-color: #e7b0f8;
border: 2px solid #d86ef9;
border-radius: 10px;
padding: 20px;
margin: 20px;
text-align: center;
color: #333;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.warning-container strong {
color: #232323;
}
.warning-icon {
font-size: 2em;
color: #232323;
}
#site-slogan {
color: transparent; /* Hide original text */
position: relative;
display: inline-block;
font-style: normal; /* Cancel site default italics */
}
#site-slogan::before {
content: "20 minutes from King's Cross by train and 5 minutes from M25 Junction 24.";
color: yellow; /* Yellow text */
font-weight: bold; /* Bold text */
font-family: Calibri, sans-serif; /* Calibri font fallback */
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
font-style: normal; /* Ensure text is not italic */
}
#block-congress-congresses > h2 {
color: transparent !important; /* Hide the original text */
position: relative;
display: inline-block;
font-style: normal; /* Remove any default italics if needed */
}
#block-congress-congresses > h2::before {
content: "More AlphaChess events"; /* Your new text */
color: black; /* Or any color you want */
font-weight: bold;
font-family: Calibri, sans-serif;
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
}
Online entries closed - any questions please email Robin@alphachess.co.uk
AlphaChess London FIDE Triathlon – North London Gateway
August 30-31, 10am start
Venue
Wyllyotts Theatre, Wyllyotts Place, Darkes Lane, Potters Bar, EN6 2JD
Less than 5 minutes from Potters Bar station, just 15 minutes from Finsbury Park and 20 minutes from King's Cross by train.
Five minutes from Junction 24 of the M25 and junctions on the A1(M).
Plenty of parking in the area, free on-site parking on Sunday.
People-centred
Our flexibility is designed to be inclusive. We welcome players who want to play a single game, a single speed, a couple of tournaments, or a single day. Email for reduced rates to fit your needs.
We are very keen to encourage female players and will give them £10 cashback at the venue on the second day if they play all rounds.
We also welcome unrated and new players.
Sections
Only 40 spaces available – early entry recommended!
Accelerated Swiss tournament for pairings around a player's level - one open section
Rate of Play
Standard: 3 rounds Swiss, Time Control: 80+10
Rapid: 6 rounds Swiss, Time Control: 10+5
Blitz: 9 rounds Swiss, Time Control: 3+2
Timetable
| Day | Time | Event | Duration |
| Saturday | 10:15 | 1 round of 80+10 | 3 hrs |
| Saturday | 13:15 | Lunch | 30 mins |
| Saturday | 13:45 | 1 round of 80+10 | 3 hrs |
| Saturday | 16:45 | Dinner | 30 mins |
| Saturday | 17:15 | 9 rounds of 3+2 | 2 hrs 30 mins |
| Sunday | 10:15 | 1 round of 80+10 | 3 hrs |
| Sunday | 13:15 | Lunch | 30 mins |
| Sunday | 13:45 | 6 rounds of 10+5 | 4 hrs |
| Sunday | 17:45 | Prizegiving | - |
Prize fund
Includes random cash prizes in all sections with 10+ players. The total prize fund is reduced proportionally if there are fewer than 30 two-day players across all three sections.
Beautiful trophies for both sections as well as separate cash prizes (1st, 2nd, 3rd, Top Female, Random x2) for the Blitz event and Standard/Rapid event.
Entry Fee
Entry fee for all three tournaments: £65. Flexible entries available; email for reduced rates.
Regulations & Rules
Full details of the regulations and rules can be found here, including points weighting, complete prize fund etc:
Read the Regulations (PDF)
#congress_logo {
position: relative; /* Makes it the reference for absolutely positioned children */
/*Your code should go under this comment*/
z-index: 1; /* Ensure it's layered correctly */
}
.discount-banner {
position: absolute;
top: 0;
right: 0;
width: 280px;
padding: 15px;
background: linear-gradient(135deg, #ffcc00, #ff6600);
border-radius: 15px;
box-shadow: 0 0 12px rgba(0,0,0,0.3);
color: #000;
font-family: Arial, sans-serif;
text-align: center;
z-index: 10; /* Higher than #congress_logo content */
}
.discount-banner img {
width: 80px;
margin-bottom: 10px;
}
.discount-banner h2 {
margin: 0;
font-size: 20px;
font-weight: bold;
color: #b30000;
}
.discount-banner p {
margin: 5px 0;
font-size: 16px;
}
.discount-banner .note {
font-size: 10px;
font-family: "Times New Roman", serif;
color: #333;
}